expression-blend

Expression Blend 3, solution not supported

I'm trying to open a silverlight 4 application solution in Expression Blend 3. However, Blend says that the solution is not supported. Is there something I'm missing? I'm following an example in the book Microsoft Silverlight 4 Business Application Development. ...

Sketchflow component target parent state

Hi, I'm using Sketchflow in Expression Blend 4 RC (although this is relevant to Blend 3 too). I have a screen with a datagrid on it (MainScreen) and there's a "New" button. I have a component screen that has a generic form (GenericForm) and a "Save and close" button. I have two states on MainScreen: State1 (and default): GenericForm...

MVC 1.0, .Net 4.0, and Expression Blend 4

I am trying to open a MVC 1.0 project compiled with the .net 4.0 framework in Expression 4. The solution opens fine, but there is no intellisense and when I run it, it shows an html browse page with the files listed. Any ideas on how to get Expression 4 to play nice with MVC? Thanks ...

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 was not enough to get me Sketchflow! This is, most decidedly, NOT SHINY, and I am borderline distraught! What are my options? Upgrading ...

Blend 4 breaks VS2010 for Silverlight

Hi, I had VS2010 running fine with Silverlight development. Then I installed Expression Blend 4. Now when I run VS2010 and try to debug a silverlight app I get an error saying "Unable to start debugging. The silverlight developer runtime is not installed. Please install a matching version." I've tried uninstalling silverlight tools, and...

How do I use Sketchflow sample data for a ListBoxItem Template at design time?

I am using Expression Blend 4 and Visual Studio 2010 to create a Sketchflow prototype. I have a Sample Data collection and a ListBox that is bound to it. This displays as I would expect both at design time and at run time. However, the ListBoxItem template it just complex enough that I wanted to pull it out into its own XAML file. Ev...

VS2010 asking to upgrade SIlverlight??

I'm running the absolute latest versions of Silverlight and Visual Studio 2010 Professional and built a solution that contained a WPF project. From there, I added a SketchFlow project (based on Blend 4 RC) and I can run each project within the solution just fine by setting whenever I switch between them as startup projects. From there,...

Expression Blend displaying error when creating sample data from an existing class.

When I try to create new sample data based on an existing type, I get the following error message: GetType cannot be called with null or empty typeName I tried restarting Expression Blend 4, but without any success. The type I am trying to use was generated by WCF RIA services, but suspect that shouldn't matter. I've used this feature...

Blend Interaction Behaviour gives "points to immutable instance" error

I have a UserControl that is a base class for other user controls, that are shown in "modal view". I want to have all user controls fading in, when shown and fading out when closed. I also want a behavior, so that the user can move the controls around.My contructor looks like this: var tg = new TransformGroup(); tg.Children.Add(new Scal...

wrong font in a RichTextBox importing from .rtf

Hi all, I'm developing a microsoft surface application using expression blend+vs 2008. I have a RichTextBox that loads formatted text from an .rtf file. The text is formatted with uppecases, color, and specific font (helvetica-neue). When i load the text, it is displayed in the control with matching format (color and uppecase) but NOT...

Creating xaml 'template' for multiple pages

Hey, I'm developing a Silverlight application for the first time. I've gone through some tutorials, but I can't seem to find anything that helps me with this particular problem. I would like a set of buttons to be present on all of my pages (like a template). When a button is pressed, I would like the ContentGrid to slide out and a new...

How to edit a StoryBoard to put it in a Button Style ?

Hello, I've created a storyboard for a button in blend that I want it to apply everytime the button is pressed, So I tried to create a style,I've been stucked for a long time now. here is the code of my Storyboard: <Storyboard> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.S...

Cannot manipulate storyboards with c# in blend

Here is the problem, in Blend 3 i have 12 storyboards, i can manipulate them with using xaml, but when i try to manipulate them with c#, blend seems cannot see them. Where could be the problem? The exact error is : The name 'name of the stroyboard which exists' does not exists in the current context ...

Datagrid custom header in Expression blend

Hello, i want DataGridCollumnHeader to look like this: http://yfrog.com/f/j3howgg/ (so i want to divide title to two(or more) subtitles) any ideas? thanks ...

Problem using Blend 3 Interaction.Behaviours in VS2010

There seems to be a problem with support for the Interactivity namespace of Blend 3 in the VS2010 xaml editor. I have the following installed: VS2010 Blend 3 + Blend 3 SDK I am trying to compile a demo project that is targeted at .Net 4 Client Profile and has a reference to System.Windows.Interactivity (in the Blend 3 folder). In th...

Silverlight Project - Slide-in and out Panel - How?

I don't know what exactly this feature is, but I would like to simulate this in my Silverlight project. I am a C# developer and am moving to Silverlight and Expression Studio (Blend) for richer UX. Let's say I have some user controls and would like them to come into the screen (slide-in and out) as shown in the following site I found: ...

VS2010: Right mouse clicked "Open in Expression Blend": Unsupported project

I am running VS2010 and have Expression Blend 3 installed. I select a file, MainPage.xaml and select the option "Open in Expression Blend." Expression Blend 3 is opened and my associated web application "SilverApplication1.Web" is displayed in the project explorer with the error "Unsupported project." Any idea why? ...

Easy points: Expression 4 Studio is the final release, eh?

I just wanna make sure I ain't downloading a RC. ...

Problems with Microsoft Expression Blend 4 SketchFlow

Hi, I got a serious problem with MS Expression Blend 4 (MSEXB4): I made a prototype for an application. When I start the project by hitting F5 MSEXB4 crashes. When I remove the sketchflow-map it works, but no screen is loaded. But I want to have a sketchflowmap to show some screens -.- I started debugging in VS2010: The error: {"Una...

Navigation with NavigateToScreenAction in WPF application

I have some buttons in a SketchFlow Screen created by: cloudButton buttonPin = new cloudButton(); MapCanvas.Children.add(buttonPin); the XAML code for cloudButton is: <Button Content="Button" Style="{DynamicResource PinCloudButton}"> <i:Interaction.Triggers> <i:EventTrigger EventName="Click"> <pi:NavigateToScreenAction TargetSc...