expression-blend-3

Visual Studio Missing “Open in blend” option

夙愿已清 提交于 2019-12-12 19:06:47
问题 Am I missing something or does that "Open in blend" option in Visual Studio 2008 not exist anymore? I am using VS 2008 SP1 + Expression Studio 3.0. I can do it the other way around, from blend to visual studio, but not visual studio to blend. Cheers 回答1: For me, the "Open in Expression Blend" is only available in Silverlight projects, for WPF projects the option does not exist. 回答2: I had the same problem, I had the trial version of blend, uninstalled and then installed Expression Studio

How can you store state between screens in SketchFlow?

大憨熊 提交于 2019-12-08 09:39:06
问题 I'm building a prototype using Expression Blend 3 and SketchFlow (a Silverlight SketchFlow application to be specific) and it consists of multiple screens that I want to share state between. Take this example: Screen 1 - 'Login' screen: I want the user to type in a fake user name and password. Screen 2 - 'Home' screen: I want to display that user name so the user sees that their input is reflected. This is just a trivial example and not something that most prototypes need to demonstrate, but

Expression Blend: Getting error “XXX” does not exist in the namespace “XXX”, but not in VS2008

你离开我真会死。 提交于 2019-11-28 18:48:39
问题 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 that make no sense: For example, I have a class that derives from Control : namespace Company.WPFControls.SearchTextBox { public class SearchTextBox : Control { ... } } And I try to use it in a resource, in the same assembly, to assign a style: <ResourceDictionary xmlns="http://schemas.microsoft.com