Tagged Questions
Microsoft Expression Blend
19
votes
9answers
5k views
MSDN, Expression Studio 4 Premium, & SketchFlow
Through work I have an Visual Studio Premium with MSDN subscription that I love. However, my biggest disappointment of the last 12 months was discovering that our 2nd from the top level subscription ...
19
votes
3answers
3k views
Is there a way to check if WPF is currently executing in design mode or not?
Does anyone know of some global state variable that is available so that I can check if the code is currently executing in design mode (e.g. in Blend or Visual Studio) or not?
It would look ...
17
votes
4answers
12k views
Windows Phone 7 (WP7) Change a button's background color on click
This seems like a really, really simple problem, but I can't figure it out. The culprit appears to be WP7's default style. It changes the background color to white when a button is clicked, then back ...
16
votes
5answers
421 views
I'm a .Net, C# and WPF programmer. Is Expression Blend worth?
I mean, as a normal developer, is there something that I will achieve with Expression Blend that I won't using VS? I have no idea of Expression Blend and at first sight didn't look very friendly / ...
16
votes
5answers
1k views
Expression Blend: Getting error “XXX” does not exist in the namespace “XXX”, but not in VS2008
I am trying to use Blend 3.0 to edit a project that contains some WPF controls. This project already compiles and runs fine from Visual Studio 2008.
In Blend however, I'm getting mysterious errors ...
16
votes
1answer
2k views
Why does Blend add [d:LayoutOverrides=“Height”] and should I care?
Quite often when coming back to Visual Studio from Expression Blend 3, I see that Blend has helpfully added a "d:LayoutOverrides" property to my XAML. Growing up with ASP.NET designers, I naturally ...
12
votes
2answers
4k views
WP7 Application Bar Icons not showing on Simulator (but works in Blend)
It is most probably a stupid mistake, but can anyone tell me why my icons are showing in Blend, but not in the simulator (and not in VS10, but that's not really an issue)
edit: here is my xaml :
...
12
votes
5answers
3k views
How to add a Blend Behavior in a Style Setter
I have crated a Blend behavior for Button. How can I set that to all of my Buttons in the app.
<Button ...>
<i:Interaction.Behaviors>
<local:MyBehavior />
...
12
votes
3answers
2k views
Tools to develop WPF or Silverlight applications
List out the Tools and Utilities to develop Rich Interactive Application on Microsoft platform
The recommendations should have some sort of direct relationship with either XAML or Silverlight/WPF and ...
11
votes
3answers
3k views
WPF Applications: Visual Studio vs. Expression Blend
I am a bit confused on how Visual Studio 2010 and Expression Blend 4 operate together. If I want to create a WPF application, should I start it in Expression Blend 4? If so, then how does Visual ...
10
votes
2answers
159 views
Is there a way to view how screens look in another language during design time using Expression Blend?
I have a WPF application for which I have extracted all the strings in the WPF controls into an .resx file. I also have .resx files for each language supported (.es.resx, .ja.resx, etc.).
Is there ...
10
votes
7answers
256 views
6 months in wpf world and not used blend should I use it?
I am looking for some guidance and advice.
I am new to the world of wpf "6 months" with 8 years development in windows forms.
I still have not opened or used blend.I can see that is a designer tool ...
10
votes
2answers
2k views
Making a DataTemplate blendable
How can I make a Datatemplate for a ViewModel blendable (designable in expression blend). When I go to resources and try to edit the DataTemplate directly all I see on the Drawingborad is a blank ...
10
votes
3answers
1k views
Is MVVM an alternative to Expression Blend?
I'm sure this is a Noob question, but I've never worked with WPF before. Is MVVM an alternative to Expression Blend?
9
votes
5answers
560 views
What are your strategies for using Expression Blend on complex, decoupled WPF applications?
I've been doing WPF applications with the MVVM pattern using Visual Studio, coding C# and XAML mostly by hand.
Now I've gotten up to speed with Expression Blend so that I can click together WPF ...
8
votes
3answers
774 views
When to use UserControl vs. Control in Silverlight?
I'm just getting my feet wet in Silverlight, and don't really understand the differences and pros/cons of creating a UserControl vs. creating a Control for the same task (as in when you right click on ...
7
votes
1answer
78 views
What does * mean in XAML
What does * mean in XAML. I have a grid of width 400. And divided the grid to 3 columns.
What does *.4 mean? I thought it is 40% of the space available. so thought the first 2 columns will get 40% ...
7
votes
1answer
155 views
How to find the correct color to edit with the Visual Studio 2010 Theme Editor?
I really like the Dark Expression theme for the Visual Studio 2010 Color Theme Editor, apart from a few things here and there.
One example is that certain UI elements (such as e.g. Smart Tags) are ...
7
votes
1answer
279 views
Dealing with Expression Blend's lack of support for C++/CLI projects
I have a WPF C# project that references a C++/CLI mixed mode project. I'm having trouble using the WPF project in Expression Blend 3. I'm new to Blend so perhaps this is obvious, but it won't ...
6
votes
3answers
100 views
How to create a Textbox and Label with sloped border?
I am trying do create a Textbox in Wpf that has a Label in its top left corner and addiotionally this label shall have a border with a slope on one side.
http://imgur.com/Nupbf
Now for one or two ...
6
votes
4answers
811 views
Adding .cs in a ResourceDictionary?
I have DataTemplate in a ressource dictionnary, and in some, I need button and i don't know how i can use code behind for manage events.
I tried to put a class in my resource dictionnary like that :
...
6
votes
2answers
547 views
WPF Which IDE to go for?
just wondering what IDE people use for their WPF apps?
I currently have VS2008 + VS2010 (RC) and MS Expression Blend 3 installed on my system. I'm just wondering what is the best way to go about WPF ...
6
votes
2answers
405 views
Designing WPF Windows for Free?
I'm starting a WPF project in a "free tools" environment. I'm currently working with the designer in Visual C# Express 2008, and directly with the XAML, both of which are very limited in design ...
6
votes
2answers
3k views
How can I use Expression Blend to edit a DataTemplate created in Visual Studio?
For those of you using Expression Blend as well as Visual Studio in your real projects, please help me understand how you use Blend and Visual Studio in your everyday development/design tasks, here is ...
6
votes
3answers
4k views
Convert an image to XAML?
Does anyone know of any way to convert a simple gif to xaml? E.G. A tool that would look at an image and create elipses, rectangles and paths based upon a gif / jpg / bitmap?
6
votes
4answers
7k views
WPF Data Triggers and Story Boards
I'm trying to trigger a progress animation when ever the ViewModel/Presentation Model is Bussy. I have a IsBussy Property, and the ViewModel is set as the DataContext of the UserControl. What is the ...
5
votes
2answers
385 views
Blend Behaviours - can you bind to their properties?
I am currently migrating a number of attached behaviours I have created to Blend Behaviours so that they support drag and drop within Expression Blend. I have noticed that authors of Blend behaviours ...
5
votes
3answers
211 views
Custom buttons in silverlight
How can I create buttons like this in silverlight. Do I need expression blend for this.
Since I need to use the modified buttons at many places in my application, should I do it as a user control?
5
votes
2answers
1k views
How to autoplay storyboard animation on page load using Expression Blend
I've got a storyboard that should play when a page loads. Is there any way to do that directly from Expression Blend? I'd rather not do it through code or xaml.
What about doing the same for button ...
5
votes
1answer
69 views
Multiple nested canvases in Expression Design xaml output, why?
Just wondering why Expression Blend outputs a path nested in two canvases (rather than just one), I've also seen some with 3 or more but still outputting just one path:
<?xml version="1.0" ...
5
votes
1answer
392 views
How to set different localized string in different visual states in WP7 using Blend?
How do I set different localized strings in different visual states in WP7 using Blend without any code behind?
I can set different non-localized strings in different visual states (although it ...
5
votes
2answers
583 views
ListBox Disabled state in Silverlight 4
So I'm styling a ListBox and I've got to the part where I need to do a greyed out style when the ListBox is disabled. However when I look a the states tab in Blend, there's only Validation States ...
5
votes
1answer
540 views
Behaviors for Blend (Silverlight 4)
I'm wondering if anybody knows any good (free) behaviors for Blend/Silverlight 4
Specifically I'm looking for a behavior that I can drop on a TextBlock
to make it scroll horizontally or a behavior ...
5
votes
1answer
761 views
d:DesignData issue, Visual Studio 2010 cant build after adding sample design data with Expression Blend 4
VS 2010 solution and Silverlight project builds fine, then:
I open MyView.xaml view in Expression Blend 4
Add sample data from class (I use my class defined in the same project)
after I add new ...
5
votes
3answers
967 views
Blend “Window is not supported in a WPF Project”
I am having a frustrating time with Blend reporting "Window is not supported in a Windows Presentation Foundation (WPF) project." due to unbuildable configurations but can't quite work out how to ...
5
votes
2answers
2k views
XamlParseException using Silverlight Toolkit control in Expression Blend
I am having a strange issue opening up my UserControl in Expression Blend when using a Silverlight Toolkit control. My UserControl uses the toolkit's ListBoxDragDropTarget as follows:
...
5
votes
2answers
933 views
How do you insert a row/column in a WPF Grid?
Anyone have any suggestions on how to insert a row or column in a WPF Grid using (preferably) Visual Studio 2008?
It's no problem to add a new RowDefinition or ColumnDefinition, but I'm really not ...
5
votes
3answers
1k views
Is it possible to apply Blend behavior using style or template?
I'm very happy with my small collection of Blend behaviors, actions and triggers - they are easy to use and powerful. But I still can't figure out how to avoid applying them on per element basis. For ...
5
votes
7answers
936 views
How do I get WYSIWYG design in Blend/VS without merged ResourceDictionary in every XAML file?
I've just removed a big memory issue for me, I used to merge our "Themes" resource dictionary in every xaml file instead of just in the app.cs.xaml.
However, after removing the merging in every file ...
5
votes
1answer
101 views
expression blend coloured regions
I am working with expression blend and c# to create a silverlight site. I would like to create a map of the world which has many regions. on clicking on the region the colour changes. I have already ...
5
votes
4answers
861 views
Expression Blend 2/WPF Book
I'm looking for an Expression Blend 2 book that includes
best-practices (Expression Blend 2/Visual Studio 2008)
designer perspective (Expression Blend 2)
programmer perspective (interoperability ...
5
votes
3answers
864 views
How do you manage huge and barely maintainable XAML files?
I'm having real difficulties with XAML files in Silverlight since they get very big very fast when using Blend. It just becomes a wall of text after only a handful of controls are added and animated.
...
5
votes
3answers
2k views
WPF visual state manager in Blend 2 sp1
Can anyone explain to me how to get the visual state manager to work with a WPF application? It's just been added to the new wpftoolkit. I installed it as told, but even the sample doesn't show the ...
5
votes
5answers
765 views
Finding Expression Blend Designers
What are some recommendations for finding Expression Blend/WPF Designers to perform contract work? I think a (local) freelance designer might be the most reasonably priced, but I don't even know ...
4
votes
1answer
61 views
Reuse design data in Expression Blend?
I have the following sample data, which works out nicely...
<SampleData:DashboardViewModel xmlns:SampleData="clr-namespace:MyApp.ViewModels">
<SampleData:DashboardViewModel.Employees>
...
4
votes
3answers
35 views
Expression Blend VSM vs Event Driven
I recently used Expression Blend and I found that it has something called Visual State Manager, what is the difference between it and the regular event driven model, and which is better?
4
votes
1answer
73 views
Does Expression Blend and Visual Studio Render WPF Controls Differently
In my WPF App, I have designed the Form using Expression Blend. To my surprise, the rendering is quite different when I load the solution using Visual Studio 2008. What is even more surprising, when I ...
4
votes
2answers
949 views
Metro styled Silverlight Applications
Is there any guidance available on developing Metro styled silverlight applications? How does one go about designing the UI to match the metro look and feel of WP7. Going by the way windows 8's UI ...
4
votes
2answers
321 views
Expression Blend sample data and DataTemplates
I am using the "Sample data from class" function of Expression Blend to generate sample data for my ViewModels in my MVVM WPF project. While this works fine most of the time, it seems to fail me when ...
4
votes
1answer
300 views
Editing a DataTemplate with Expression Blend for items that use a DataTemplateSelector
Im my app, I have an ItemsControl element which houses user-drawn shapes. Each specific shape's ViewModel inherits from a base ViewModel. A DataTemplateSelector applies the correct DataTemplate ...