Tagged Questions
1
vote
2answers
35 views
Cannot find silverlight Busy Indicator Control in Choose Items ToolBox Window
I have Installed the Silverlight 5 SDK and I am Trying to Add silverlight Busy Indicator Control to my ToolBox.But I cant Find it in Choose Items ToolBox Window
How Can I Add silverlight Busy ...
0
votes
1answer
20 views
How to open a XAML file outside of VS2010 with a XAML editor?
I am having errors loading a xaml file into workflow designer, I read somewhere that if I open this XAML file in the XAML editor the ~ squigly signs might help debug the issue. However my XAML file ...
1
vote
0answers
21 views
VS2010 to VS2012 ToolWindow XAML Reference VsBrushes
So I thought I'd run this out there, and see if I was missing something idiotic.
I developed a small my-use-only VSIX extension, and in one of my toolwindows, I'm using the code to set the ...
1
vote
0answers
56 views
Silverlight Value does not fall within expected range when trying to open a xaml
I receive the following message in a simple message pop up, when trying to open the designer of some of my xaml files:
"Value does not fall within expected range"
I've tried to create a new windows ...
1
vote
1answer
59 views
Workflow Designer encountered problems with your document
I found out that the problem is this part : this:_a650.argument1="this is a test" Does anyone know what does this expression in XAML file mean within Activity tag?
If I take this out ...
3
votes
1answer
61 views
Listbox ItemTemplate Selector does not pick a template
I am trying to use an ItemTemplateSelector on a listbox within a grid that I am creating on a different file to later be called by the MainWindow.
Here is my DataTemplateSelector code
public class ...
0
votes
0answers
70 views
Xaml - Group Style with extra heading
I have been trying all day to get this working. I am at the final post.
I am using group descriptors via a collectionviewsource and am trying to manipulate the header.
<GroupStyle>
...
0
votes
0answers
24 views
Extract Common Values to Resource File
Suppose I have an application with several common text blocks.
<!-- The first set of text blocks -->
<TextBlock Text="City:" />
<TextBlock Text="State:" />
<TextBlock Text="Zip:" ...
0
votes
0answers
26 views
Make Scatterview Appear After Touch
The basic idea is that I have this map image. When a user touches a building, the Scatterview box will appear next to the building.
So visibility is set to false initially for the item, but how ...
2
votes
1answer
60 views
XAML How to own StaticResource in derived UserControl class
I have the following problem. I have a class which derives from UserControl, here is the code:
public partial class MyUC : UserControl
{
[...]
public bool IsFlying { get { return true; } }
[...]
...
2
votes
0answers
52 views
Design View of a DataTemplate in a ResourceDictionary in Visual Studio
Is there a way to preview GUI in a DataTemplate? e.g. if I have a Resource Dictionary, containing a DataTemplate, and the Data template contains GUI code, like
<DataTemplate ...
0
votes
0answers
195 views
Unknown build error, 'Exception of type 'System.OutOfMemoryException' was thrown.' in WPF [closed]
I am using Visual Studio 2010 Express edition on Windows 8 64bit with an Intel i5 core machine and 6GB of RAM.
I have a solution with a XAML file which size is approximately 485MB in it and I get ...
0
votes
1answer
84 views
Two Separate .xaml files into one window
I have ColorStream.xaml and SkeletonStream.xaml files, and I would like to put the SkeletonStream view in the bottom-right corner of the ColorStream window. Is that possible?
And if so, how would I ...
0
votes
0answers
47 views
Visual Studio add-on / plug-in for showing XML comments as tooltips in XAML file
I was searching for a way to show tooltips in XAML for controls and properties, just like
VS IDE shows tooltips in the .cs files.
Is there any add-on for VS 2010, that can be installed to achieve this ...
0
votes
1answer
141 views
WPF call method from MainWindow not working
I have the following classes:
MainWindow:
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
MainMenu mainMenu = new MainMenu(this);
...
0
votes
1answer
1k views
Where can I find Expression Blend 4 for Visual Studio 2010? [closed]
I wanted to try Expression Blend and found out that the product, Expression Studio, is discontinued. I have Visual Studio 2010 Ultimate, and the only thing I can find on the website for Expression ...
2
votes
1answer
108 views
How to make XAML editing with Resharper more responsive
I have been using the trial version of ReSharper (v 7.1.2) on Visual Studio 2010 Ultimate Edition. I'm using an HP Elitebook 8570w, equipped with an i7-3610QM CPU and 4GB of RAM, so performance ...
0
votes
2answers
81 views
IValueConverter in ResourceDictionary
I'm trying to use a Converter inside a ResourceDictionary. That's the code I have:
<Window x:Class="Metro.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
1answer
91 views
How can I make a listview with individual row properties in XAML?
Here is a mock-up of what I am looking to do:
https://www.dropbox.com/s/1nw78dqxuulvq73/Tree-01.png
Here is the code that I have so far in XAML (although I don't think I'm approaching the problem ...
0
votes
0answers
74 views
XAML Reuse a style that use bindings
I have a custom Scrollviewer that have several members of the type Expander.
In every Expander I have a custom style template that contains a Togglebutton. Inside the Togglebutton I have a TextBlock ...
0
votes
1answer
294 views
XAML Change the image source inside a Togglebutton
I'm trying to change the image source (in XAML only) when the Togglebutton "IsPressed" is true. But when iam trying to bind that property via the ''Image.Trigger'' it's not working.
This is what I ...
1
vote
2answers
67 views
Object added to mainwindow.xaml cannot be found in code
I added an Image object to the main window in a new C# project
<Window x:Class="WpfApplication1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
1answer
180 views
Silverlight works in IE, blank page in other browsers
I am new to SilverLight and I am trying to replicate a simple example from the book "Pro Silverlight 5 in C#" by Matthew MacDonald.
I am using VS2012 to create Silverlight 5 application.
When I run ...
1
vote
0answers
44 views
UserControl Default Name from Toolbox
In developing some UserControls for internal use I followed this exmaple from MSDN
http://msdn.microsoft.com/en-us/library/vstudio/ee712573(v=vs.100).aspx
The issue I am having is that the a default ...
0
votes
1answer
26 views
What is the quickest and easiest way to run a non default XAML window in project
I've added a project to my VS10 main project solution.
This new project contains a test window, but I can't run it mauely because the main project has a different xaml window by default.
Is there a ...
0
votes
1answer
239 views
Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'
After installing vs2012 and updating my vs2010 WPF project I get the following error in WPF designer:
Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, ...
0
votes
2answers
78 views
Databinding in XAML so it works in the Designer-view?
I'm having trouble understanding how to databind my Songs List<> to a ListBox without needing to set the ItemsSource in the code behind.
It works though, but I would really like to see the List ...
0
votes
0answers
22 views
Can the Visual Studio Class Designer display associations formed via bindings in XAML?
We are working on a large GIS application written using WPF and MVVM. The associations between our key high level domain classes are largely formed via bindings declared in XAML.
Attempts to use the ...
1
vote
1answer
99 views
Issue with XAML Design data for ItemsControl
I'm trying to master design data for VS2010 (not Blend) in my MVVM project.
I got it working for top-level VM properties, but have problem with collections. I use DevForce for data modeling, so ...
0
votes
1answer
99 views
RadBusyIndicator always selected when designer is clicked
I have a RadBusyIndicator on my UserControl like so:
<Grid>
<!-- Other Content -->
<t:RadBusyIndicator IsBusy="{Binding IsBusy}"></t:RadBusyIndicator>
</Grid>
...
1
vote
1answer
132 views
Shortcut between view and viewmodel (Visual Studio 2012)
I am using the MVVM pattern and I am looking for a shortcut to switch between the viewmodel I am working on (*\viewmodel\*viewmodel.cs) and its corresponding view (*\view\*view.xaml), and vice versa.
...
0
votes
0answers
115 views
Problems with WPF XAML in VS2010; “Find All References” and designer modification
I'm trying to work with a WPF control in a WinForm in VS2010 and I have run into several problems. The first problem is that I cannot use "Find all reference" or "Go to definition" in the WPF ...
4
votes
3answers
899 views
WPF Open a new View from the ViewModel
This is my first WPF-MVVM application, and this is my structure:
One project with my app.xaml to open the application and override the OnStartup to resolve the MainWindow. (I did that due to the ...
1
vote
2answers
45 views
C# Resources vs XAML Resources
I am a beginner and I am a bit confused with the .net terminology.
I can create a Resource for app localization and for pictures, icons ...
I can also create a resource for a ControlTemplate or ...
1
vote
1answer
82 views
how to disable scroll when WindowState.Maximized to WindowState.Normal in wpf?
i have been developing a wpf application. Every things is good when i use " WindowState.Maximized " But i must add below codes into mainform which has got a metro style menu. I dislike metro style ...
0
votes
1answer
50 views
How can I set a datatrigger for a list view depending on a cell value?
Hi I used to use a datagrid but it was soooo slow when working with tabs, so I switched to ListView but I don't know how to style it, (it's a lot more complicated than DataGrid in my opinion).
So I ...
0
votes
1answer
64 views
How can to see off screen content at design time in Blend or VS for Windows Phone 7 or 8
I am designing a long Windows Phone 8 page. It is very frustrating that I can't see most of it in the design visuals.
I was wondering if anyone knows a way of being able to see the content visually, ...
1
vote
1answer
146 views
wpf surface 2.0 ElementMenuItem
I tried to implement a simple Menu with wpf for the surface 2.0/pixelsense.
<s:SurfaceWindow x:Class="MenuTrial.SurfaceWindow1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
1
vote
2answers
124 views
Reset label control in code behind to original XAML?
I have a C# WPF application with a bunch of labels.
When I run my program it does some checks and wether it the check was positive or not it sets it's corrisponding label to green og red.
These ...
0
votes
0answers
77 views
Blend error “the name xx does not exist in the namespace yy” - but works fine in Visual Studio
So I've been working on a WPF project with Visual Studio 2010 for awhile. I'm using several class library projects with WPF controls that I wrote. Today I opened the solution in Blend for the first ...
0
votes
2answers
664 views
Xaml designer behaves differently in VS 2012 and VS 2010
I recently switched to Visual Studio 2012 from VS2010.
I have some user controls which are templates for other user controls.
The first ones have some ContentControl whose content is defined in the ...
0
votes
1answer
142 views
Workflow when creating a Windows Phone App, Expression Blend and Visual Studio
I'm busy with a Windows Phone 7 application using Visual Studio 2010 only. I've read that one can also use Expression Blend to develop the app. But there a few things that I'd like to clear up ...
5
votes
1answer
292 views
Creating custom Code Analysis rules for XAML
I'm interested in creating custom rules for Code Analysis (Visual Studio 2010) which target the XAML specifically.
I've read about creating custom rules and even about FXCop + XAML Toolkit, but the ...
7
votes
3answers
234 views
How to mask input by regular expressions? either 1112223333 or 1112223333444
This is within a xaml file.
I need to mask a box's input with a regular expression.
I need it to contain either 10 numbers or 13 numbers (in sequence, with no symbols)
I have :
<... ...
0
votes
0answers
69 views
I have this weird 1px “margin” around my ad, what gives?
It's a simple project, and I have not played around a lot with the standard code. But I still get this weird 1px margin around my ad... in this case adduplex.
I've tried to set the with to 480, ...
2
votes
3answers
2k views
WPF xmlns:local="clr-namespace:
I am having problems with Namespaces, I seem to be chasing the error around and now I am down to one left that I don't understand. All my files have the same namespace, I don't really think I need ...
0
votes
3answers
360 views
In XAML how do you place items next to each other in a Grid
Ok Xaml is one of my weak points, so I would really appreciate some help on this...what I am trying to achieve is adding a title, name, surname in a listbox as follow:
Mr. John Doe
Ms. John Doe
Mrs. ...
0
votes
1answer
166 views
where, and how, to add xaml for data binding in visual studio?
I'm developing a Windows desktop app in VB.NET Visual Studio 2010.
I'm trying to implement data binding for a collection of objects and it seems I need some XAML to do this:
How to: Make Data ...
0
votes
0answers
103 views
Visual Studio 2010 Error every time I open a xaml file [closed]
Help! I've broken my Visual Studio! (OK, disabling dramatics now.)
Every time VS tries to 'open' a xaml file, IE pops up displaying an error page. (My default browser isn't EI, it's FF.) The error is ...
0
votes
3answers
281 views
How to Validate 4 Sequential Button Clicks (WPF Application)
What I am having trouble figuring out:
- How to capture 4 button clicks and check if they match the correct sequence similar to entering a 4 digit ATM debit card PIN number
I have a WPF Application ...


