The blend tag is for Microsoft Expression Blend related issues.
0
votes
1answer
53 views
silverlight's design in MVC shows only on Visual Studio and not Blend
I've added a new silverlight application to my MVC solution.
I've entered some code into the MainPage.xaml and App.xaml, and it seems fine in VS.
However, when I want to see and edit it in Blend I ...
1
vote
1answer
360 views
PHP: color overlay with Hue blend mode
Can anyone tell me how in PHP, I can do the same effect as in Adobe Photoshop - Color overlay->Blend mode:Hue
This thing colorizes all colorful pixels (non-grascale ones). I need it for my project - ...
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 ...
1
vote
1answer
358 views
Implement Login and Register form Animation in Silverlight
In silverlight business application template ,we have a login and register childwindow with an animation.How can i implement this animation for other childwindow in my silverlight application?!!
...
2
votes
1answer
375 views
Animate TranslateTransform.Y to a control's height (purpose is to slide element off sight)
Given: Control (x:Name="border1") with a VisualStateManager. Control's RenderTransform is set to a TransformGroup that contains a TranslateTransform.
In VisualState "NotShown", TranslateTransforms Y ...
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
1answer
252 views
Inherit from existing style and add new shapes to derived style
I have basic style PlayButtonsStyle and PauseButtonStyleInherited that is based on the first one. How can I add shapes to the derived one? I want to add two rectangles so it looks like pause button ...
0
votes
1answer
116 views
TcpClient isnt available in Blend
I'm writing a blend application that is supposed to use a TCPClient connection to my server, but on compile I get 'Type or namespace TcpClient does not exist...' - when I know I'm including the right ...
1
vote
1answer
797 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 ...
3
votes
2answers
446 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.
...
0
votes
3answers
784 views
Binding TabItem Header to Textblock in Style?
I'm trying to create a tab control in which the Header on the TabItem is binded in a textbox that is in the controltemplate of the tabcontrol. how can i do this through binding in the style?
Here's ...
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
1answer
336 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">
...
3
votes
1answer
390 views
How do I clear Expression Blend 4 cached solution information?
I seem to be adept at making Expression Blend 4 crash at startup. The problem seems to be related to a deadlock initializing static managed and unmanaged variables as Blend first opens my solultion ...
1
vote
1answer
493 views
Styling listbox in WPF in Blend
Can you link me to tutorials for styling listbox in Blend 4? I only need to change the colours of listbox parts and mouse over and selected states.
I know this is pretty popular and already asked ...
3
votes
1answer
893 views
Blend For Visual Studio 11 get an error
Installed Windows 8 Consumer Preview
Installed Visual Studio 2010 Premium
Installed Visual Studio 11 Ultimate
Everything installed without any errors.
I created a new Windows 8 Metro app using ...
4
votes
1answer
513 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 ...
0
votes
1answer
129 views
Usercontrols XAML c# visual studio 11 windows developer preview
I would like to create my own User controls and insert them into XAML,
I saw that it was possible to create in blend.
But When i open my project C# on blend 5 i've an error :
"The project XXX.csproj ...
1
vote
1answer
210 views
Creating a design datacontext in code behind
I'm trying to improve on my design time experience in Blend.
I know I can do something like:
d:DataContext="{d:DesignInstance local:vm_d, IsDesignTimeCreatable=True}"
and blend/vs will show my ...
0
votes
1answer
96 views
Windows Mobile (MFC). How convert an image with alpha-channel from CImageList to CBitmap?
I have subclassed CBitmapButton to create my own button with an overrided function DrawItem. Here is the code from it and it works:
CDC *pDC = &dc;
CDC memDC;
memDC.CreateCompatibleDC(pDC);
...
0
votes
0answers
180 views
Silverlight VisualStateManager Transition “jump” with movement and rotation
I have a Silverlight 4 website that uses a VisualStateManager as a member of the top-level grid to control the appearance and transition of various states. The main controls that are then in the ...
3
votes
1answer
54 views
Is it possible to make the blend Xaml editor horizontal?
I use blend a lot but sometimes I find its easier to make a slight tweak in xaml directly and would like to know if anyone has figured out how to make the editor sit horizontal to the designer.
0
votes
1answer
283 views
Displaying Default Image on Custom Control help? MSDN Tutorial
I'm doing a tutorial on MSDN on how to create a Custom Control
http://msdn.microsoft.com/en-us/library/cc295235(v=expression.30).aspx
I'm having trouble trying to display a default image on my ...
0
votes
1answer
67 views
How to share DLL with developers?
I'm a graphic designer who is fairly new to XAML and blend. I've been reading a tutorial on Theming and It mentions about sharing DLL's with developers. It does not explain what specific Dll contains ...
0
votes
1answer
125 views
Binding from trigger to object in Collection
I have an object with these properties:
IsLightOnVal is a Collection with 2 fields: string for the State name and Bool for the Value, as we can see in the 2nd picture:
In the ControlTemplate of ...
2
votes
1answer
726 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 ...
0
votes
1answer
156 views
Access Resources from Visual Studio Designer or Microsoft Blend when they are loaded from Code-Behind
I am loading some resources from Code-Behind:
var dictionary = new ResourceDictionary();
dictionary.Source = new Uri("pack://application:,,,/MyAssembly;component/Themes/Generic.xaml");
...
0
votes
1answer
494 views
Datagrid style help XAML
I just learned how to create SampleData and place them into a Datagrid using Blend. I havent found good tutorials on styling Datagrid without using WPFToolkit or Infragistics. I have extracted the ...
0
votes
2answers
184 views
Setting the visual state of a control during design time
Is there a way to set the visual state of a control during design time in Miscrosoft Blend ?
(For example setting the state of a TextBox to "Disabled" so that one can see the disabled TextBox on the ...
0
votes
1answer
296 views
Create Animation for ComboBoxItem
I created a style and controltemplate for my ComboBox and I would like to dress it up with an animation.
How do I create a storyboard animation for when I hover in a ComboBoxItem the highlight will ...
0
votes
2answers
692 views
ComboBox Hightlight item and also highlight browsed items
I am a graphic designer who is new to WPF and XAML. I want to create a ComboBox in which the selected item stays selected until a new item is choosen. At the same time, when the user wants to mouse ...
2
votes
2answers
2k 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 ...
0
votes
2answers
205 views
Find out internals of a system-defined style in Windows Phone
Whenever I set a style to a TextBlock, I am defining a certain FontFamily and FontSize, that are defined within the style.
I am to style the TextBox, so that it looks exactly the same, as TextBlock, ...
0
votes
1answer
256 views
How to set minimum width and height in a silverlight OOB application?
I am trying to set a minimum width and height for my silverlight 4 OOB application without any success so far.
Can someone help me as i keep getting this error messages:
"An object reference is ...
1
vote
1answer
92 views
Blend WPF project does not show intellisense for Colors
Hi this is a very 'beginner' question. I am doing a tutorial with Expression Blend, it is a Silverlight tutorial but I am trying to follow along in a new WPF project. I cannot seem to get the ...
0
votes
1answer
773 views
triggering an event at the storyboard end
I am new to silverlight and I want to trigger an even when the storyboard finsihes or ends. How would I go on doing that. I already have one trigger in storyboard at mouse enter. I am not sure if I ...
0
votes
1answer
263 views
Vertical aligning content of PathListBox
I have a control containing a PathListBox from Blend SDK (see XAML below). The items inside are of identical width and various height. Currently, the midpoint of the items follow the arc's path (see ...
1
vote
1answer
167 views
Expression blend 4, go back to window after editing DataTemplate?
If I have a Xaml Window open, I can goto Resources in the right panel, and see all my DataTemplates. If I right click on one of them, I can select a data template, click edit, then graphically edit my ...
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.
...
0
votes
1answer
176 views
Getting errors while blending 2 image
I am getting these errors in Output View. I am trying to blend an image over another image and my program is also giving the required output. Just wanted to know why these errors are occuring and how ...
2
votes
1answer
176 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"
...
0
votes
1answer
151 views
Animation In Silverlight Created With Expression Blend 4
I don't even know if this question belongs on SO - but I thought I'd give it a shot. I'm trying to make a very, very simple animation in Expression Blend (I'm following a tutorial). It's a ball that ...
1
vote
1answer
112 views
Does Blend have anything similiar to the MsBuild BuildingInsideVisualStudio variable?
Does Blend have anything similiar to the MsBuild BuildingInsideVisualStudio variable, which is set by Visual Studio when you build?
What I need it for is this: if we build we also run the unit tests ...
1
vote
0answers
1k views
FluidMoveBehavior with ListBox
I'm trying to get FluidMoveBehavior to work, but nothing is animating no matter what I try. It just adds/removes items as normal without any fading/sliding in/out. Other examples I download off the ...
1
vote
2answers
112 views
image opacity level to 100%
I have an image that I am using as a button but on the mouse enter I want the opacity to be 100%, which at this point is only 80%. How would I do that?
here is my mouse enter event
private void ...
1
vote
0answers
683 views
how to properly reference microsoft.expression.interactions help?
The main question is why do I have all these language folders being built to the output directory. If I set the reference to copylocal = false the folders are gone but then when I get to the view that ...
0
votes
1answer
145 views
blend 4 code behind
I am designing a template in belnd 4. I am new to .net and blend. I am trying to link a click event to the button but when I go tp properties and click the Events, I get this
The document item has ...
-5
votes
1answer
226 views
How do I remove this blue selection background in a TreeViewItem? [closed]
Print screen:
http://imageshack.us/photo/my-images/253/bluebackground.png/
I have a treeViewItem and when I click on it, this damn blue selection appear inside it! Ive already tried to get the ...
0
votes
1answer
337 views
Border of Alpha-Blended Textures get black after going through Blur-Post Processing Shader (OpenGL, GLSL)
I am rendering a scene to a texture using an fbo and then I render this texture to another one using a gaussian blur shader. But after that, the borders of all faces that are alpha blended get black. ...
1
vote
1answer
921 views
Error: The name XXX does not exist in the namespace 'clr-namespace:YYY'
I've just installed Blend 4 and are trying to use it with a rather big VS2010 project that includes a couple of C++/CLI assemblies with some native code. For a lot of controls I get a Blend error like ...
