Tagged Questions

Microsoft Expression Blend is a user interface design tool developed and sold by Microsoft for creating graphical interfaces for web and desktop applications that blend the features of these two types of applications. Expression Blend 4 is the fourth version of Expression Blend released in May 2010, ...

learn more… | top users | synonyms

17
votes
5answers
2k 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 ...
3
votes
1answer
229 views

Trouble when trying to open WPF project in Expression-Blend 4, which was created in Visual Studio 2010

I'm create my WPF project in VS 2010. After I finished my work with functional GUI, I wanted to edit template of my controls in Blend 4. But when I open project in Blend, in DesignMode, he tell me ...
3
votes
1answer
1k views

The specified solution configuration “Debug|BNB” is invalid

In Expression Blend 4, while compiling I get an error saying ‘The specified solution configuration “Debug|BNB” is invalid. Please specify a valid solution configuration using the Configuration and ...
2
votes
2answers
67 views

How to reuse icons (xaml-paths) in a large project?

I am part of the development of a larger-scale Silverlight 4 project, where we will have a set of symbols that should be used across different parts of the GUI (see the example below). These icons ...
2
votes
3answers
177 views

Expression Blend 4 Doesn't Work in Windows 8

When I run Expression Blend 4 on my Windows 8 x64, it just shows the splash screen and closes itself. Is there any way to make it work on W8? I have tried re-installing Expression Blend 4, ...
2
votes
1answer
92 views

Error building building Windows Phone 7 project in Expression Blend 4

I got a Windows Phone 7 application project from a friend. Now I downloaded the SdK 7.1 from here. Everything installed fine and it includes Expression Blend 4 as well as VS 2010 Express for Windows ...
2
votes
0answers
47 views

Blend 4 - Regenerate 'Create Sample Data from Class' when class changes

Using Blend 4 I know how to generate sample data using the 'Create Sample Data from Class...' option in the Data tab. This creates a .xaml file in a SampleData folder that I can use to populate my UI ...
2
votes
3answers
47 views

What can I do to make my sub-derived custom control appear in the Blend Assets library?

I am creating a series of window mockup templates based on the excellent Mockups library available on CodePlex. I'm using their BaseMockup as the base for my control as well, and I followed the same ...
1
vote
1answer
43 views

Blend WPF project does not show intellisense for Colors

Hi this is a very 'beginner' question. I am doing a tutorial with Expression Blend, it is a Silverlight tutorial but I am trying to follow along in a new WPF project. I cannot seem to get the ...
1
vote
1answer
52 views

WP7 Expression Blend generates outdated sample data

I have a data class in my C# project and when I try to generate some sample data in Expression Blend 4 it uses my some sort of oudated version of my class which creates the problem that my newly added ...
1
vote
1answer
108 views

Error: The name XXX does not exist in the namespace 'clr-namespace:YYY'

I've just installed Blend 4 and are trying to use it with a rather big VS2010 project that includes a couple of C++/CLI assemblies with some native code. For a lot of controls I get a Blend error like ...
1
vote
1answer
60 views

How to edit Expression Blend selected control part?

I am trying to edit a specific control part within a custom TabItem Template. In this case, it's the TemplateBottomSelected control part. I'm having an issue where I cannot seem to view or edit ...
1
vote
0answers
48 views

No “Edit sample values” icon in Blend 4

I have a random problem that I can't seem to fix. I don't see the "Edit sample values" icon in my sample data in Blend. It's normally there, but for this project it's not. I'm just wondering if ...
1
vote
2answers
240 views

curve movement animation in wp7

I use Blend 4 (storyboard) to create animation movement for a wisp. But now I was required to have the wisp move in curve path. I have found some solution in code (from programming windows phone 7 ...
1
vote
1answer
258 views

Pen tool Scaling (Silverlight, Expression Blend)

I have a custom shape which is drawn out by the pen tool. For example, lets pretend I drew a trapezoid. When you scale the object, the whole thing gets resized appropriately. My question is: When ...
1
vote
1answer
233 views

Expression Blend Error with design time data (no error in visual studio)

I created some design time data from my windows phone 7 application and when I look at designer in Visual Studio (Express), the design time data shows up perfectly fine. However when I try to load the ...
1
vote
1answer
235 views

Blend doesn't generate sample data for VM

In Blend 4, i am trying to generate sample data source from my VM class. The class has a property that returns observablecollection of an interface and another property with observablecollection of a ...
1
vote
2answers
505 views

How to create sample data collection from my own class in expression blend 4?

Can anyone help me? it seems no way to do this in blend 4
1
vote
1answer
84 views

Users need Silverlight 4.0 for Expression Blend?

I have Visual Studio 2010 beta 2 installed and Expression Blend Preview for .NET 4. When I began to debug it, it asked me to install Silverlight 4.0 beta. So now I am wondering if people who are going ...
0
votes
1answer
13 views

How to share Sketch Flow screen to multiple user(s)?

I am creating an application in sketch flow and silverlight technology. In that I want to share one(s) screen(s) to multiple users for editing. How It possible to share screen(s) to multiple users ...
0
votes
0answers
19 views

DataGrid.CurrentColumn does not change

I have an issue with the DataGrid while working with Expression Blend 4. The issue is this: I created a simple DataGrid, applied datasource, got columns and rows. Then I added a new behavior ...
0
votes
2answers
65 views

Unable to animate an object's border in Expression Blend using brush resources

I'm trying to animate an object's border color using Expression blend. Whenever I change the border's value within a Storyboard to that of a brush resource I created previously, the object's base ...
0
votes
2answers
87 views

need to add images dynamically

I want to add different images in my silverlight application dynamically. I want to be able to switch the images here <Image Margin="0,4,5,8" Source="logo.png" Stretch="Fill" ...
0
votes
1answer
48 views

triggering an event at the storyboard end

I am new to silverlight and I want to trigger an even when the storyboard finsihes or ends. How would I go on doing that. I already have one trigger in storyboard at mouse enter. I am not sure if I ...
0
votes
1answer
88 views

How to bind data and fill/display to DataGrid or UniformGrid from ListBox selected items (SelectionMode=Multiple)

As to my question(Title), I can already bind selected items from my listBox to my uniformGrid. BUT even if I already selected many items the UniformGrid only shows 1 item. Could you please tell me ...
0
votes
1answer
75 views

Blend unable to display design time data which Visual Studio 2010 can display

I have had a look at Another Question, however the error I am getting is more specific. This sample data uses a view model, which does not have a default parameterless constructor, it does have a ...
0
votes
1answer
27 views

how to make the timeline work with video

I am using blend 4 and I am creating a custom player. I have created the timeline, but I am not sure how to attach it with the player so I can see it moving. Please find the xaml below. <Grid ...
0
votes
2answers
202 views

WP7 - Positioning AdControl

Is there an easy way to position an AdControl inside of a Panorama? Right now, I can only get my AdControl to show if I set up my object tree like so: Layout Root > Panorama > ... ...
0
votes
1answer
41 views

Can MS Blend 3&4 open a solution containing mixed code?

I would like to know if Microsoft expression Blend can open up solutions made up in Visual Studio that contain parts of which are CLI, C# and C++ ? More specifically can one work with the solution in ...
0
votes
1answer
49 views

Expression Blend 4 Assets Behaviors not listed

I have blend 4 installed and whenever I create a WPF 4 project and go to the Assets / Behaviors, I have only one behavior listed which is InvokeCommandAction. Where are the others like ...
0
votes
1answer
154 views

How can I set the tab order for multiple controls in XAML

Do I have to manually set the TabIndex property of each control on my page, or is there a way I can select multiple controls and get either Expression Blend or Visual Studio to apply the tab index in ...
0
votes
1answer
67 views

Visual Studio 2010 WPF Project ran in debug or relase will not allow drag and drop to any control

I had started a question here: WPF drag and drop files onto TreeView from windows explorer but I just discovered this is a totaly different problem that what I thought it was. I have an extermely ...
0
votes
0answers
10 views

Expression Blend inquiry

Is there a way to populate a datagrid with static data using MS Expression Blend 4? Here is my code: <sdk:DataGrid HorizontalAlignment="Center" Height="337" VerticalAlignment="Center" Width="419" ...
0
votes
1answer
133 views

error RG1000: Unknown build error

C:\Program Files\MSBuild\Microsoft\Silverlight for Phone\v4.0\Microsoft.Silverlight.Common.targets(625,5): error RG1000: Unknown build error, 'An item with the same key has already been added.' Done ...
0
votes
0answers
60 views

Is there a way to get runtime-generated sample data as a data source that can be shared across multiple Blend projects?

I am storyboarding several different UI wizards in Expression Blend 4 with SketchFlow. I'm keeping each wizard in a separate project so that the output in the SketchFlow player is isolated to a ...
0
votes
1answer
159 views

Expression Blend, Button states, how to?

Sorry for such a rudimentary question, but I am not experienced in Blend 4 much at all. What I need to do, and based on the little I know or have seen it seems that Blend is the place to do it, is to ...
0
votes
1answer
97 views

How do I create a property on a custom silverlight behavior so that expression blend will display the object picker?

I've created a custom behavior with a target control property and I can't figure out how to get blend to display the round "object picker" so that I can drag and drop to target a particular control. ...
0
votes
0answers
137 views

silverlight tabitem style using blend

i want to stylish tabitem, can anybody give me the steps using expression blend? thank you anoop m
0
votes
1answer
84 views

Expression Blend crashes when accessing Asset library

i developped a silverlight 3 application in Visual Studio 2008 and Expression Blend 3. Some weeks ago I ported the app to silverlight 4 and upgraded my tools to Expression Blend 4 and Visual Studio ...
0
votes
1answer
208 views

GoToStateAction cannot see my states in Blend

I have my visual states defined in UserControl.Resources. This is the sample :- <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="AlbumDetailsStates"> ...
0
votes
1answer
81 views

Maintain Control.Opacity with animation according to it's “Disabled” visual state?

I have a custom button. I want that when it goes to "Disabled" state, it's Opacity property should swap to 65% or so, over a time frame of a around a second, when it leaves the "Disabled" state, it ...
0
votes
2answers
70 views

Microsoft Expression Blend

would you please suggest me a book on Microsoft Expression Blend 4 ?
0
votes
1answer
326 views

Radiobutton / Checkbox stays checked while changing state

I'm building a WPF-application with Expression Blend 4 and I've got a problem. When I check a radiobutton or checkbox and I want to Log Out (a state that hides all the checkboxes and slides in ...
0
votes
1answer
142 views

IValueConverter not working in blend design

I am using Blend 4. I am having a list item which i am binding to sample dataset VM using this approach, which works fine. The issue is with the IValueConverter applied to binding. Blend doesn't seem ...
0
votes
3answers
363 views

How to open a blend 4 project in Visual Studio 2010 without having Blend

I just discovered Expression Blend 4 and was amazed by the possibilities it supplies. After having created an HMI prototype in blend, I tried to send it to a colleague who doesn't have Blend, but he ...
0
votes
1answer
72 views

How to link Property value to a Property of a Style in Blend 4?

I created a Style template in Blend 4 for a button, but I'm not sure how to link the Label's Content to the Button's Content property. Here's the style XAML: <Style x:Key="NavButton" ...
0
votes
2answers
190 views

Silverlight Pixel Shader resource “not found”; what should the URI be?

So I've written and compiled an HLSL pixel shader with Shazzam, placed the resulting .ps file in my project, and am trying to instantiate it. No matter what URI I put, Blend tells me that the ...
0
votes
0answers
973 views

How to programmatically create customcontrol and change its values in Silverlight 4

I want to create a custom tabcontrol class which has an icon before the text, and I want to be able to change the icon in the constructor of the new tabcontrol. I use implicit styles in Silverlight ...