The blend tag is for Microsoft Expression Blend related issues.
3
votes
3answers
7k views
composite colors: CALayer and blend mode on iPhone
I'm trying to use core image on the iphone. I'm able to composite my colors using quartz to draw an uiview, but I want to separate each component into CALayer (UIview consume more resources).
So I ...
16
votes
3answers
8k 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 ...
13
votes
7answers
3k 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 ...
1
vote
1answer
338 views
how to make the brush smooth without lines in the middle
Hi all,
as you see in previous brush there is lines in the middle, it isn't so smooth
how to make it smooth? (how to remove that lines)
i create it with blend
<Grid x:Name="LayoutRoot">
...
1
vote
1answer
454 views
Solve performance issue with WPF application [closed]
I've made a list of everything that can helps to improve performance in a very complex application with a lot of controls. If you want to add yours, your welcome!
If you know the size of the ...
1
vote
5answers
1k views
Checking image feature alignment
I have written my own software in C# for performing microscopy imaging. See this screenshot.
The images that can be seen there are of the same sample but recorded through physically different ...
8
votes
3answers
1k 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>
...
2
votes
1answer
2k 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 ...
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 ...
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 ...
5
votes
4answers
5k views
Blinking button on WPF application
My WPF application has a style manager that I have built on blend.
My problem is this: I've got a login button that blinks occasionally and i can't figure out how to remove this behavior.
Here's the ...
3
votes
2answers
2k 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 ...
2
votes
2answers
932 views
ColorAnimation Gradient On WPF
<LinearGradientBrush x:Key="BrushPrincipalBorderBlue" EndPoint="1.3,1" StartPoint="-0.2,0">
<GradientStop Color="#FF030637" Offset="1"/>
<GradientStop ...
1
vote
1answer
798 views
iPhone - OpenGL ES 1.1 - Alpha Blend make texture wrong color
I'm newbie in OpenGL ES 1.1 for iPhone. Today, I tried to draw png texture on black background (the texture includes the alpha chanel) but the result is diference from source png file.
The Result on ...
1
vote
1answer
2k views
Convert a geometry to a path in wpf (with blend ?)
my question is simple.
how can I convert this code:
<Path>
<Path.Data>
<EllipseGeometry Center="5,4" RadiusX="4" RadiusY="4"/>
</Path.Data>
</Path>
...
1
vote
1answer
156 views
XAML/Blend dependent data binding
I want to create a listbox that'll be bound to XPath, relative to the other listbox's currently selected item.
It's using XmlDataProvider for the data, and the XML file looks like this:
...
1
vote
3answers
766 views
Why does my colored cube not work with GL_BLEND?
My cube isn't rendering as expected when I use GL_BLEND.
glEnable(GL_CULL_FACE);
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE);
I'm also having a similar problem with drawing some ...
0
votes
2answers
577 views
WPF/XAML Application Crashes when Blend not installed - Event Logs Attached
Below is the full XAML for the WPF application, no codebehind. On computers that have Expression Blend 4 installed, the following application works. However, on machines that do not have Blend, the ...
6
votes
3answers
4k 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 ...
4
votes
1answer
70 views
cocos2d. Correct blending?
I modified standard example "Hello World":
CCSprite *sprite = [CCSprite spriteWithFile:@"Untitled-1.png"];
CGSize winSize = [CCDirector sharedDirector].winSize;
...
4
votes
1answer
515 views
Blend-created HTML/CSS running in browser?
Has anyone had any luck using Blend for Visual Studio 2011 Beta to create webpages?
I'm a designer coming from using Blend to create XAML-based UIs and freaking out that there might not be some ...
3
votes
2answers
189 views
Silverlight Blend Behaviors do not get attached at design time
I have developed a behavior that changes the Clip property of the AssociatedObject. When I run the application, all is well. But when I view the page in Blend it appears like the behavior does not ...
3
votes
2answers
447 views
Theming using resources without Blend vomitting
WPF is great in that I should be able to use {StaticResource MyBackground} instead of "White" throughout my app, and then by changing resource definitions redefine the look of my entire application.
...
2
votes
1answer
2k 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
1k views
Are Expression Blend design-time specific visuals possible?
I'm trying to design some UserControl classes in Blend 3. I want parts of them to be "collapsed" when created at runtime, but I want to be able to edit their component parts without fiddling with code ...
1
vote
0answers
342 views
jQuery in windows 8 application (blend) doesn't work
So the problem we're having is the following.
We need to make the <div id="navButtons"> disappear when we start scrolling the document.
The same div should become visible after we've stopped ...
0
votes
2answers
658 views
Set hidden AttachedProperty through Style
I've got a problem using System.Windows.Interactivity.Interaction attached behavior class (from Expression Blend SDK 4). I'd like to define a pair of triggers for System.Windows.Window class in XAML ...
0
votes
2answers
489 views
Final steps in using MVVM to decouple GUI from business logic?
Just recently, I learned about using MVVM to decouple GUIs from the underlying model. I ended up learning as much as I could to convert my current application over to MVVM, and was largely ...
