Tagged Questions

The blend tag is for Microsoft Expression Blend related issues.

learn more… | top users | synonyms

24
votes
1answer
2k views

How does photoshop blend two images together?

Can somebody please explain to me the image manipulation behind how photoshop blends two images together so that I may reproduce the same affects in my application.
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 ...
9
votes
14answers
1k views

Is knowing blend required?

Do you expect your WPF developers to know expression blend? Any good resources for learning more about Blend? [UPDATE] Does knowing blend make you more productive?
8
votes
5answers
2k views

MVVM Light + Blend designer view error: Cannot find resource named 'Locator'

The application runs fine but i could not see my design in the designer view. It says Cannot find resource named 'Locator'. Obviously, i did not change anything in the code, i just did the data ...
7
votes
1answer
429 views

Silverlight 4.0 - Deploying the XAP via a custom installer and configure it for OOB + Elevated permissions

Is it possible to deploy a XAP using a custom installer (much like deploying a desktop app), and configure it to run as OOB with Elevated permissions? Bottomline is, when the app is started, it ...
6
votes
1answer
584 views

Poor results with source-over alpha blending (HTML5 canvas)

Edit: I don't necessarily need a solution to this problem--rather I'd like to understand why it's occurring. I don't see why I should be getting the odd results below... Although this question is ...
6
votes
3answers
848 views

Android Blend Modes

I am looking for a way to add more advanced blend modes to my program (ones that I could define myself). How would you suggest going about this with Android? Setting pixels individually is too slow ...
6
votes
2answers
510 views

DesignTime data not showing in Blend when bound against CollectionViewSource

I have a datatemplate for a viewmodel where an itemscontrol is bound against a CollectionViewSource (to enable sorting in xaml). <DataTemplate x:Key="equipmentDataTemplate"> <Viewbox> ...
5
votes
2answers
256 views

OpenGL blend problem

I want to draw aquarium (container) standing on table. Walls of aquarium need to be blended. But, if I draw table first and then aquarium I get: - looking from the up of the table: ok - looking from ...
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
58 views

OpenglES - Transparent texture blocking objects behind

I have some quads that have a texture with transparency and some objects behind these quads. However, these don't seem to be shown. I know it's something about GL_BLEND but I can't manage to make the ...
4
votes
2answers
525 views

Python PIL - function to divide blend two images?

EDIT: Code is working now, thanks to Mark and zephyr. zephyr also has two alternate working solutions below. I want to divide blend two images with PIL. I found ImageChops.multiply(image1, image2) ...
4
votes
3answers
2k views

Animate Margin Change in Silverlight

I am animating a border resize in Silverlight however I also need to gradually remove the margin around it (currently 50). Blend doesn't seem to generate a tween for margin change - it just jumps ...
3
votes
1answer
971 views

Silverlight - Expander Control with ListBox, 100% Height

Im trying to put 4 expander controls inside a Grid with 4 rows, the expander control contains a Grid and a ListBox (Currently holding some sample data). Ideally when an expander is expanded I want it ...
3
votes
1answer
495 views

Animate Margin values between states in WPF

I'm trying to familiarize myself with WPF for an upcoming project. I'm having problem animating margins between states. Using Blend I've obtained the following sample XAML. If I trigger the state ...
3
votes
2answers
435 views

Android Opengl ES dark pixels on edge of objects

Hi all I would like to draw you attention to the following pictures First the original image then how it is rendered on the screen as you can see on the original everything is nice and yellow, ...
3
votes
1answer
293 views

Expression Blend Error - Value cannot be null. Parameter name: stream

I'm getting the above error when trying to load a User Control xaml file in design view in Expression Blend 4. The xaml itself runs successfully in VS 2010, and I can view the xaml in blend, but not ...
3
votes
1answer
250 views

What is d:IsOptimized in Expressions Blend?

Just out of curiously, what is d:IsOptimized in Expressions Blend? While I know that d: is a namespace for design-time attributes, does anyone know what d:IsOptimized actually does? Is there ...
3
votes
1answer
227 views

Calling two different animations from the same click event

I'm currently working on a Surface application where I need to call two different animations when a button is tapped. How exactly should I be doing this? I'd like to do it declaratively if it's ...
3
votes
2answers
464 views

Expression blend tutorials?

Hi Can anyone suggest the best video tutorials for learning expression blend? Thanks Judi
3
votes
3answers
843 views

Blend 3 in design time can't find my converters/Resources .(WPF)

Hi all I'm having troubles using Blend with my visual studio solution. In Runtime, and compile time everything is just fine. As you can see in the picture, Blend urges me to Build the project, but ...
3
votes
2answers
694 views

providing designtime ViewModel data for Blend and VS

In a MVVM based application, what options do I have to provide ViewModel data at design time, so our designers can actually see something in Blend3 (and VS 2008). How are you doing this? Can I utilize ...
3
votes
6answers
5k views

Any good Expression Blend Tutorial out there?

i want to learn Expression blend.. ive been reading some blogs.. about it.. but the applications are some what hard to follow cuse i haven't had a crash course on Blend.. any good tutorial to learn ...
3
votes
4answers
2k views

Why are XAML resources unlike CSS styles?

In Expression Blend you can create a font-size of say 18 and then create a "font-size resource". Coming at this from HTML/CSS, I cannot think of when I would want to make a style for a "font-size" ...
2
votes
0answers
23 views

Blend preview for silverlight 5 throws error when using System.Windows.Interactivity

When viewing a Silverlight 5 project in blend if you are using System.Windows.Interactivity you get an error when loading the designer. Here is an example of the exception: Unable to cast object of ...
2
votes
2answers
125 views

Cannot create an instance of “ViewModelLocator”

I have been working fine with MVVM Light on a silverlight 4 Windows Phone 7 project in Visual Studio 2010 and Blend 4 for sometime. Then suddenly I start getting the "Cannot create an instance of ...
2
votes
0answers
74 views

ParseException Line:0 Position: 0 MeasureOverride / Telerik Error Issue

XamlParseException: [Line: 0 Position: 0] StackTrace at MS.Internal.XcpImports.CheckResult(UInt32 hr) at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size ...
2
votes
1answer
195 views

CALayer compositingFilter, iOS 5 and CoreImage

The API Docs for CALayer state: (I'm not sure if the docs are up to date??) compositingFilter A CoreImage filter used to composite the receiver’s contents with the background. Animatable. ...
2
votes
1answer
48 views

DesignInstance working in VS2010, but not in Blend5

I cannot get Blend(v5) to work correctly with my DesignInstance. I have a simple project with.. MainPage.xaml <UserControl x:Class="SilverlightApplication8.MainPage" ...
2
votes
0answers
35 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
1answer
174 views

Blinking TextBlock.Text in Silverlight 4 Button

I am currently working on a Kiosk application in Silverlight 4. A user can add items to a cart and check out all using the Kiosk. When going from page to page I want to incorporate a button that has ...
2
votes
3answers
98 views

Silverlight 4 Tiled backgrounds

So I've been looking around and I can't find a Tilebrush or similar feature in Silverlight 4. Chatter on the internet seems to indicate that there is nothing built in. I am hoping that someone is ...
2
votes
1answer
121 views

WPF 4 Embedded Fonts cause SLOW VS2010 Builds

After upgrading our VS2008 Project to VS2010 we found that VS would take 60 seconds before it appeared to actually begin building our project. With VS 2008 our Project would build in 3 seconds. I ...
2
votes
2answers
47 views

Using Blend generated xaml

We are starting a WPF project that will use Prism 4. We have a designer who will design the screens using Blend / Sketchflow. We had originally thought of using the xaml that Blend generated ...
2
votes
4answers
157 views

WPF Designers : What is your design process?

I am going to totally re-ask this question. So this is one big edit I was looking for a little feedback from WPF professionals, about their design process. For example, when I design a website, ...
2
votes
1answer
165 views

Silverlight / Blend - How to create FontSize dependency property with dropdown list

In my custom behavior I have created the following dependency property: public double FontSize { get { return (double)GetValue(FontSizeProperty); } set { SetValue(FontSizeProperty, value); } ...
2
votes
1answer
77 views

General information about WPF and its XAML

What choice is the best one, coding or drop and click to generate xaml code? If you are gonna work with visualization before doing coding or maybe doing both, should the process be taken in VS 2010 ...
2
votes
2answers
192 views

Understanding relationship between WPF and Expression Blend

I am the Creative Director/Designer/Front End guy for a software company. We are redoing our software for our next release in WPF instead of Windows Forms. I have been tasked with designing the GUI ...
2
votes
1answer
696 views

Set blendmode for drawing strokes?

I've looked a bit and think the answer to my question is "no", but here goes: With Javascript and a canvas tag, I can draw nicely alpha-blended lines with stroke(). This is loads of fun, but I'd ...
2
votes
1answer
321 views

Sample data in expression Blend while in design mode and live data when running the application

I have a service that returns an observable collection of persons that will be used to display the person name in a list box in my Silverlight application. While designing the list box, the designer ...
2
votes
1answer
236 views

How to handle alpha in a manual “Overlay” blend operation?

I'm playing with some manual (walk-the-pixels) image processing, and I'm recreating the standard "overlay" blend. I'm looking at the "Photoshop math" macros here: ...
2
votes
2answers
533 views

ColorAnimation Gradient On WPF

<LinearGradientBrush x:Key="BrushPrincipalBorderBlue" EndPoint="1.3,1" StartPoint="-0.2,0"> <GradientStop Color="#FF030637" Offset="1"/> <GradientStop ...
2
votes
1answer
157 views

prevent blend from adding a startupURI to application?

Is there some trick that is known to tell blend to stop trying to set a startupURI in my app.xaml? I googled but didn't see anything so I figured I would ask here. I use a startup routine and ...
2
votes
1answer
713 views

Silverlight template selector solution works great, but not blend able

Before I begin here is a reference to how I implemented a template selector with Silverlight. http://geekswithblogs.net/tkokke/archive/2009/09/28/datatemplateselector-in-silverlight.aspx Everything ...
2
votes
1answer
126 views

Troubleshooting XamlParseExceptions in Expression Blend 4

What is the best way to troubleshoot XamlParseExceptions in Blend? I'm using Blend 4 RTM, with a SL4 project, and I get totally stumped when I get the "Red Screen of Death": "An Exception was ...
2
votes
1answer
74 views

What are the advantages to doing WPF in Expression Blend?

I've been learning WPF and checking out Expression Blend. As far as I can tell, Visual Studio can do everything it can and more. Why do people use Expression Blend? Can it do anything VS cannot? ...
2
votes
2answers
408 views

Design-Time Population of ListBox with Sample Data in WPF

I have a view (usercontrol) that contains a listbox. At runtime the listbox will be populated with instances of another view (also a usercontrol). How can I populate the listbox in design-time (in ...
2
votes
1answer
643 views

How to style a treeview in Expression Blend

(Using Expression Blend 4 RC, Silverlight 3) I have a treeview with several different item templates for different levels. When I open this project in Blend, it seems I can only really style the ...
2
votes
2answers
365 views

Silverlight VisualStateManager

Is it possible to have nested visual states. What I mean is if a ParentControl has a ChildControl and both have their own visual states, is it possible by setting the state of the ParentControl to ...
2
votes
2answers
1k views

Context Menus and NavigateTo in Blend / SketchFlow

Hoping this will be a simple one, in Sketchflow i'm trying to wire up a context menu to navigate to another page. I've created the context menu, added a menu item, right clicked the mneu item in the ...

1 2 3 4 5