The blend tag is for Microsoft Expression Blend related issues.

learn more… | top users | synonyms

2
votes
3answers
728 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 ...
0
votes
1answer
452 views

Textblock animation in Blend 4

I am pretty new to Blend, i'm working on a storyboard (see attached XAML) and the part i am stuck on is the TextBlock that contains the word INNOVATIONS. My goal for this is to have 1 letter at a time ...
0
votes
0answers
592 views

Blend 4 Xaml Parse Exception (Line: 0 Position: 0) problems

i have problems with my Blend project. When i open it i can see the Design windows with the graphics. But when i try to manipulate the forms in the design windows, the following error appear: ...
1
vote
1answer
264 views

Change style on mouseOver

I have 2 styles for a button. The first one is for normal state and the second is for mouseOver state. How can I change the button style when the mouse enters it? In Blend I tried to create a ...
4
votes
3answers
91 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?
1
vote
2answers
642 views

Style with image as parameter

I wonder how can i parametrize an image source inside an style, and this style is used inside another style. Let me try to be more clear. I defined an style for buttons, the style has an image. Then i ...
2
votes
1answer
508 views

Fatal Runtime Error in WPF when switching between visual states

I keep having this error sometimes in a particular case. It happens precisely when I am switching from a visual state to another. I assume it comes from a bad property animation but I wonder what are ...
3
votes
1answer
285 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 ...
0
votes
1answer
84 views

Expression Blend 4 failing when tries to load Reactive assembly

Maybe someone have same problem When I try to set data context type of view to desired View Model. The error appears: Could not load the assembly System.Reactive.Windows.Threading because the ...
4
votes
1answer
210 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 ...
2
votes
2answers
101 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 ...
0
votes
1answer
253 views

How to make looping background in Expression Blend / wpf?

How can i make something similar to this looping animation? http://www.jimmcneill.com/loopdemo2.html
1
vote
0answers
133 views

VisualTree of ItemsPanelTemplate problem- Expression Blend to WPF

I've developed a UserControl in Expression Blend 4, based on the ColorSwatchSL sample that comes with Blend. I've used the CircularPanel class that comes with it as it does just what I want. This ...
1
vote
1answer
239 views

iPhone: How to draw localized text with with character spacing and multiply blend mode?

I'm trying to draw localized text (i.e., the text could be in english, chinese, arabic, etc.) with character spacing and multiply blend mode (CGContextSetBlendMode, kCGBlendModeMultiply). If I use ...
-1
votes
1answer
7k views

blend/fade image in with background [closed]

im trying to figure out a way on how to creatively blend/fade in an image of the city of new york at night with a white background. so basically the image of new york is a layer on top of the white ...
1
vote
0answers
74 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 ...
0
votes
1answer
348 views

WPF mouse wheel direction detection and storyboards

I'm working on a WPF application that displays a XAML object and I wish to zoom in and out from the XAML object by using the mouse wheel. I could create a nice smooth transition of the XAML object for ...
0
votes
2answers
429 views

Microsoft Blend: How do I scroll through the site?

I want to make a regular website with scrolling, with all the content fitting on the first screen. I created a Silverlight Application + Website. I increased the canvas size of the UserControl and ...
2
votes
3answers
426 views

Blend 4 DLL not found on TFS Build

i am trying to Build a project on our TFS server. The project uses the System.Windows.Interactivity DLL from Blend 4. But i cannot get the TFS server to find the DLL during Build ...
0
votes
2answers
1k views

Integrating the Blend design into Visual Studio 2010

I am a student & am newly introduced to the Microsoft Blend. Its something really impressive & makes me design happily. But I am facing a problem: Its fine about the designing part but what ...
0
votes
0answers
54 views

How do I easily get a straight list of points that I can cut and paste into code?

For example, I can draw some simple thing in Expression Design or Blend and I get the Path syntax, what I really want is just the points that make up my drawn thing so I can transpose them to a ...
1
vote
2answers
267 views

WPF Blend tools vs hand-coded XAML for interface controls

Hi this might seem like a dumb question, but I was looking for a little feedback. I am designer working with a development team on a WPF application. We installed Expression Blend 4. I new to ...
1
vote
1answer
398 views

Android Bitmap Linear Interpolation Blending

I need to be able to blend two bitmaps together using a linear interpolation (or average). This is a fairly simple operation, but even using native code to manually apply it to each pixel is too slow. ...
3
votes
1answer
185 views

How do you move attributes to a style in Expression Blend

Say I have this UserControl and want to move the attributes to a style without having to manually doing it? <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
2
votes
1answer
404 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); } ...
0
votes
1answer
107 views

Executing code on storyboard finish in Blend 4

In my Blend application I'm making the program fade out when the user closes it. I can get the fading storyboard to play, but I don't know how to check when it's done so I can execute code to actually ...
1
vote
0answers
785 views

CCSprite Color Blend Similar to kCGBlendModeColor on UIImage

I am trying to overlay color on a sprite image and have questions about how to blend the color with the sprite. I've used the following updateImageTint routine to overlay color on a UIImage and the ...
0
votes
2answers
313 views

How to change border of iframe so that it blends in with the background, instead of default?

I have an iframe, but I dont like the default, "dented" into the page look. How can I change this so that it appears at the same level as the surrounding page and blends right in?
1
vote
1answer
1k views

How to make rounded corner triangle in XAML

How can I make a rounded corner triangle in XAML-Silverlight?
0
votes
1answer
71 views

Grid does not animate from collapsed to visible

I'm currently trying to make a grid that animates from collapsed -> visible to notify the user that the save has been completed. In Blend 4 I opened the project and created a usercontrol for the ...
2
votes
1answer
141 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 ...
0
votes
1answer
210 views

OpenGL Blending Color over Monochrome

I am wanting to set up a blend (without using shaders preferably) to produce the following. I have a black/white textured quad, and a quad of a solid color(for example red). I'd like the blend to ...
2
votes
3answers
5k views

Overlay blend mode formula?

I have 2 colors: 1 dynamically set and another that's always white 0.5 alpha. I want to calculate the resulting white color as if it was drawn on top of the dynamic color using Overlay blend mode. ...
0
votes
2answers
521 views

How to blend/merge two images with pgm format in a c++ program

So I am new to this and also new to c++ but I am stuck in creating this class to blend two input images. I know that I have to create a blank matrix, input the two images to be blended, for each pixel ...
0
votes
1answer
399 views

Can Blend 4 work with Visual Studio 2010 C# Express?

Can someone let me know? Thanks
0
votes
1answer
297 views

Silverlight custom shape region with settable background color

I want to have a region element on my silverlight window that I can set a foreground color to. My questions are: Which tool should I use to draw a custom shape region (in my case in need it to be ...
0
votes
1answer
95 views

How do I move something I made in Microsoft Blend into Visual Basic?

I need to submit a project tomorrow, and the topic is WPF using XAML. We are using VB by the way. Now I am still a beginner at programming, so I needed help. I've got a ton of WPF and blend tutorials ...
4
votes
2answers
2k 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) ...
0
votes
1answer
129 views

Accessing Microsoft's expression blend training videos

Every time I go to a video like this one, my browser says it is "temporarily unavailable." Have those videos been taken down? Is there any way I can access them?
0
votes
0answers
680 views

wp7 orientation changing event handling

When I rotate my phone, every second time, the visual state change is not picked up! I do get inside some redrawing code of my graph, but I'm not getting the orientation state events! Video: ...
0
votes
1answer
293 views

Expression blend and storyboard

I created a storyboard on a control in expression blend, but I don't know how to launch it automatically (I mean when the event "pressed", "click" or something else is triggered) without going through ...
1
vote
2answers
1k views

LightSwitch and Expression Blend - Will they work together?

how well can LightSwitch work together with Blend? I saw in some videos that you can use custom Silverlight control in LS and naturally I can create them with Blend. But can Blend in itself be used ...
0
votes
3answers
282 views

Alternative to Silverlight and Blend for an application with RIA-like-Features

I'm evaluating Silverlight for a RIA right now. A large amount of the Gui is to be designed by people without programming skills. Visually the application should be very appealing, animations, smooth ...
2
votes
2answers
636 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 ...
6
votes
1answer
1k 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 ...
1
vote
2answers
467 views

A basic WPF performance question

I'm a designer and I need to understand why does the application I created in Expression Blend run so slow. Experiments show that the background with lots of elements contributes the most to the ...
1
vote
0answers
342 views

Expression Blend Context menu

I want to extend Expression Blend that when I right-click on an existing control (in the design surface), it shows my custom item. Can someone tell me if that is possible and how? Thanks, Tim
0
votes
1answer
182 views

Form appears different between Blend and VS2010

When the attached form is viewed in Blend 4, it appears as it should during both design and run time. When viewed in VS2010, it appears very different in the design window. However, it appears ...
3
votes
1answer
1k 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 ...
0
votes
2answers
477 views

OpenGL Blending problem with transparent skybox + transparent heightmap

Here's my problem. I'm rendering an orthogonal quad (filling the viewport) before everything (with vertex coloring at each corner), right after I'm rendering a cube skybox with 6 transparent polygons ...

1 4 5 6 7 8