The blend tag is for Microsoft Expression Blend related issues.
3
votes
0answers
108 views
Blend for visual studio 2012 connect to team foundation server 2012 server everytime blend gain focus
I'm working with visual studio 2012 and blend for visual studio 2012 simultaneously. The problem i have is that every time I switch to blend, it tries to connect to team foundation server causing ...
2
votes
0answers
62 views
How to create an editable treelistview in WPF?
I need to create an editable TreeListView for my project.
But as far as I can see, WPF does not provide any type of tree list view and the ones I found online were not very informative. I want to ...
2
votes
0answers
80 views
Sort Properties of my Control in Expression Blend designer
I created my new Category "MyCategory" to store all my Properties of my Control, in design mode (Expression Blend 4), like theses categories:
By default, all my properties under my Category are ...
2
votes
0answers
129 views
Why does WPF not render my colors properly?
I apologize in advance if this question has been answered already, but I wasn't able to get anything with a few googles.
I have a photoshop image with an 8-bit color profile. I'm converting it into a ...
2
votes
0answers
600 views
Silverlight/Blend Datatrigger/EventTrigger STRANGE issue
My usercontrol contains 3000 NewDotControls in an itemscontrol. The ControlTemplate for NewDotControl is specified in a style that defines the visualstates and there is an eventtrigger that invokes a ...
1
vote
0answers
63 views
+50
Visual Studio 2012 XAML designer doesn't seem to update
I seem to have a sudden issue with my XAML Designer view in VS2012, and a similar behavior in Blend as well. the view has stopped updating and I'm unable to see any changes immediately if I change any ...
1
vote
0answers
137 views
adopt popup from blend and to visual studio windows phone 8
We are trying to implement a popup window.
This we are doing by making a popup in Blend, which we interpret as a style ? Because of its variable name in visual studio. We have tried to give
...
1
vote
0answers
33 views
Blend 'Invalid Markup' after csproj change for win8 apps
I'm working on several UI-heavy Win8 apps.
Blend usually updates fine after changing files in VS2012 (have to rebuild to make viewModels show up as design data though)
The problem I have is that ...
1
vote
0answers
107 views
Can't see TabItem content in Expression Blend
So here is my problem. I have a WPF application basically composed of a TabControl with many TabItems. I have each TabItem declared in separated classes, and what I do is insert them into the ...
1
vote
0answers
40 views
Integrating expression blend into solution
I have a solution consisting off 2 project. The business logic sits in one project while the UI (presentation layer) sits in another. When I try opening the whole solution and select any item in the ...
1
vote
0answers
59 views
Change Rectangle Position Sketchflow Blend
I am using Sketchflow c# silverlight Expression Blend 4. I have a dragable control on a rectangle and I am trying to change the rectangle position in c# on mouse click. How can this be achieved? ...
1
vote
0answers
201 views
Windows Phone Emulator Won't Boot
I am install my pc windows phone 7.1 sdk and Microsoft Expression Blender 4 and after running my project windows phone emulator is not booting it's shows message always like "Windows Phone Emulator is ...
1
vote
0answers
176 views
Expression Blend not showing Attached Property in Style designer
I have an attached dependency property declared on a clr type Framework:
public static readonly DependencyProperty ShowTypeProperty =
DependencyProperty.RegisterAttached("ShowType", ...
1
vote
0answers
154 views
Blend 5 Preview designer crashes after VS rebuild
I am working on a big silverlight project, and have problems editing it in Blend;
Initially, Blend starts properly, designer shows the controls, etc.
However, unexpectedly, after parallel work in ...
1
vote
0answers
96 views
programming custom blendmode for Adobe Photoshop (or After Effects)
What's the easiest way to create a custom blendmode for Adobe Photoshop?
I want to be able to blend two images together according to rules that can't be created by combining existing blendmodes
...
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 ...
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
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 ...
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
0answers
73 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 ...
1
vote
0answers
784 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 ...
1
vote
0answers
340 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
1
vote
0answers
223 views
custom attached property value editor
I am trying to create a custom attached property of type Storyboard.
When using custom properties it is possible to set the value editor attribute
CustomPropertyValueEditor:
...
1
vote
0answers
199 views
Synchronizing storyboards in WPF/XAML
I have two storyboards in XAML (Blend), each with 10 identical keyframes. Based on a databinding, I want to be able to switch between the two storyboards. The Storyboards both target the same object ...
1
vote
0answers
132 views
Databinding in Blend
I have found an excellent video about how to bind controls to an XML dataset completly in Blend without a single line of code.
I am trying to do the same - bind a textbox to a value of Dataset --> ...
0
votes
0answers
4 views
Blend two images with pixastic does not work. How to get the new image?
Hey i´m trying to blend two images with pixastic. One image can be dragged an dropped on the other image (with jqueryUI) and after it has got the right position the two images shall become one.
So i ...
0
votes
0answers
7 views
High resolution picture outside of viewport view on Blend 2012
I am trying to add a textbox on top of a picture in Blend 2012. The picture has a much higher resolution than the viewport (tablet view). I can scroll down but I can only see the outline of the ...
0
votes
0answers
25 views
Why I can't see the sample data while I work in Blend?
I want to see the sample data when I design the page in blend, so I write a if block in the constructor of the Viewmodel class.
public class Viewmodel{
public ViewModel{
if ...
0
votes
0answers
19 views
Cannot use most Behaviors in Blend for Visual Studio 2012 (Windows Phone 8)
I can't seem to access most of the behaviors under "Behaviors" in Blend's Assets tab. When I first started the program, I had access to 6 behaviors, including GoToStateAction. I dragged and dropped ...
0
votes
0answers
27 views
how get multiply blend mode on a plain UIView (not UIImage)
I have an image in my iPad app and I basically want to place a color filter on top of it. For this I have a colored UIView that is masked to a certain shape that I put over the image. Since adjusting ...
0
votes
0answers
29 views
Transfer code built in Blend to WPF Application code in Visual Studio 2012
I'm building a WPF project in Visual Studio 2012, I'm new at this technologi and I would like to assign a corner radius in all of my controls like textbox, password, buttons etc, I'm trying hard but I ...
0
votes
0answers
29 views
OpenGL 1.0 artifacts/dithering
I enabled dither and set blend
setBlendFunction(GL10.GL_SRC_ALPHA, GL10.GL_ONE)
but I see small squares near different colors.
what can I do with this?
why smooth/dither this artifacts?
0
votes
0answers
26 views
Getting Blend 4 to open VS 2012 instead of 2010
I have configured Blend 4 to use Visual Studio to create and edit event handlers. Visual Studio 2012 Ultimate is installed on the computer. But when Blend attempts to open Visual Studio, it tries to ...
0
votes
0answers
46 views
Expression Blend 4 Image Slideshow From DataSource
I am just starting to learn Expression Blend 4, so excuse any inexperience with any concepts I haven't got my head around yet.
I am trying to create an image slideshow that over time fades one image ...
0
votes
0answers
14 views
Gneric.xaml case Sensitive (Blend Crash on Templated Control)
I had a problems with my Templated Controls in Expression Blend. (Silverlight)
It still keeps crashing, and I could only edit in XAML not in Designer.
Today I renamed Generic.xaml to generic.xaml, ...
0
votes
0answers
24 views
Blendability of Nested Views
I really hope someone might be able to offer some advice on this one. I have an MVVM solution which runs just fine at runtime but I'm trying to setup design-time data to allow easier ongoing ...
0
votes
0answers
41 views
Blending in Different OpenGL editions
Below is a piece of code I use to achieve a demo about how blending works:
glDisable(GL_DEPTH_TEST);
glDisable(GL_BLEND);
glBegin(GL_QUADS);
glColor4f(1.0f, 0.0f, 0.0f, 0.5f);
glVertex3i(2, ...
0
votes
0answers
37 views
Linking two pages with a button in Blend
I'm using Blend for Visual Studio 2012 and I'm making a Windows Store App with XAML and C++. I've designed a variety of pages of content for my app and I have a user interface for the buttons and ...
0
votes
0answers
44 views
Affecting attached property using Blend Interactivity
is there a built in functionality for affecting an attached property from the element it is placed on using Blend Interactivity .
for example i want to affect the positioning of this button on the ...
0
votes
0answers
72 views
How to retrieve index from nested listbox in silverlight?
Im doing a mvvm programme. My goal is when select an item from listbox, replace the item or modify a property in the item and reflect it to the GUI. When listbox is not nested, the data type is ...
0
votes
0answers
112 views
xamlparse exception in blend for silverlight 5 toolkit using ListBoxDragDropTarget
I am having a strange issue opening up my UserControl in Expression Blend when using a Silverlight Toolkit control.
...
0
votes
0answers
21 views
Blend : Set the value of a textblock and keep it throught the storyboard length
So, Im trying to make a floating damage text animation and I struggle a bit. I set the value of the textblock used in the storyboard to a value, then record the storyboard. How do I define the ...
0
votes
0answers
54 views
How to Bind Panorama (Title/ Header) In Blend
I am playing aroudn with blend and Panorama view for windows phone 7. I made a sample data source through blend that made 2 properties.
I then made a Panorama view and it comes with 2 panorama items ...
0
votes
0answers
78 views
How do I create a slideshow in Expression Blend?
I have a folder of images that need to cycle through. I'd like to have a transition apply to all the images. All I can find is to create a timeline with each individual images imported into the ...
0
votes
0answers
64 views
Blend for Visual Studio shows all black artboard
I opened a Windows 8 project into Blend for Visual Studio, and the artboard is completely black. If I switch it to interactive mode, it shows everything just fine, but as soon as I turn interactive ...
0
votes
0answers
16 views
Using which display Engine does the windows store apps works
Could any one please tell me on which display engine does the windows store apps works, because I am little bit confused with blend and metro.
0
votes
0answers
65 views
Getting System.Service.Model.Syndication instead of RSS content in the listbox WindowsPhone
I have annoying problem I created listBox and binded to it Text from SindicationData Model. But thenI get this data inside of this ListBox instead of real text.
namespace RSS
{
public partial ...
0
votes
0answers
86 views
Key Combinations on the Key Trigger
<i:Interaction.Triggers>
<ei:KeyTrigger FiredOn="KeyUp" Key="H" Modifiers="Shift" >
<ei:CallMethodAction MethodName="test" TargetObject="{Binding ElementName=userControl}"/>
...
0
votes
0answers
41 views
Load a file at design time with packed uri
I've build a user control, which loads some data given from properties. There's a property which awaits a file path, for example, "/Resources/MyFile.xml". This works well at runtime, but not at design ...
0
votes
0answers
13 views
Sketchflow Redirection
Is it possible to make auto redirection to a particular page at the end of an animation in Sktetchflow Expression Blend?
I need this to be done either in c# or using behaviours.
Thanks




