The blend tag is for Microsoft Expression Blend related issues.

learn more… | top users | synonyms

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
114 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 ...
1
vote
1answer
93 views

Blend 5 Visual State Manager

This question relates to VS2012 and Blend 5. What are the rules governing whether or not the visual state manager is available in Blend? I've always been able to access the visual state manager in ...
3
votes
2answers
1k views

Can I use Blend for Visual Studio 2012 to make regular desktop applications?

Everything I see pertaining to Blend for Visual Studio 2012 talks about making Window's store apps. Am I correct in assuming it can be used for regular desktop applications too?
0
votes
1answer
112 views

Exclude columns from a databound datagrid in WPF

I have an ObservableCollection<SolarSystemViewModel> where SolarSystemViewModel derives from the ViewModelBase. The ViewModelBase exposes IsInDesignMode and IsInDesignModeStatic that are ...
0
votes
2answers
77 views

Can I use silverlight application in wpf application?

I got a silverlight sample from http://gallery.expression.microsoft.com/ like the analog clock and the progress bar. I am making a wpf desktop application using microsoft blend 4. My problem is how to ...
0
votes
0answers
55 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
1answer
109 views

How to use silverlight in WPF application in Microsoft expression blend 4?

I have a template/pattern that I got in http://gallery.expression.microsoft.com/ (Analog sweeping clock - http://gallery.expression.microsoft.com/AnalogSweepingClock) and I want to use on my WPF ...
2
votes
1answer
117 views

How do I switch between page edit mode and template edit mode in the Visual Studio 2012 design view?

When using the design view in VS 2012, if you right click on an element and select one of the templates from Edit Template or Edit Additional Templates, it takes you to a new view within the designer. ...
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 ...
1
vote
1answer
1k views

Creating Windows 8-like window in C# with Visual Studio 2012/Blend [closed]

I'd like to create desktop application which has Windows 8 style window(like GitHub for windows). AFAIK Blend allows only to make Metro(Modern UI) apps' layouts(am I wrong?).
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 ...
0
votes
1answer
174 views

HTML5 CSS Designing in Blend or Blend for VS 2012

I am not much familiar with Win8 app development. VS 2012 Blend is mostly talked about in context of HTML5, CSS Windows 8 app development. We are trying to develop a HTML5 based web site with ASP.NET ...
0
votes
1answer
126 views

Make Blend Modes in SVG actually work?

I've many times done the following: <defs> <filter id="screen"> <feBlend mode="screen" in2="BackgroundImage"/> </filter> </defs> But when I, inside a shape, write ...
1
vote
1answer
64 views

How can I use SVG Masks to make a Luma Mask?

I want to make a Luma-Mask (Matte) in SVG. In other words I want to mask a layer to the luminance channel (acquired from the RGB channels) of a different layer. How can this be done? Thanks
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
1answer
568 views

Windows Phone c#, how to change button image when in pressed state?

For a C# Windows Phone app, how does one have a button that has a .png background, and then the background changes upon a press? To word it a little differently, how can I change the button's ...
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.
3
votes
0answers
109 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 ...
1
vote
1answer
211 views

Expression Blend for VS2012

I have been developing in WPF using VS2010 for a few months now and have just upgraded to VS2012 Professional and noticed it comes with Blend for VS. Is this expected to replace GUI design in VS or ...
1
vote
1answer
280 views

wpf expander style that has a dynamic icon

I'm trying to use the blend to create a style to a expander control. I need to define a icon in the style that should by dynamic. In practical i have one only style that will be attached to multiple ...
-1
votes
1answer
226 views

Visual Studio 2012 / Blend - Animations and UI States [closed]

I am seriously confused about what to edit the animation and UI State part of my WPF Frontends with. Expression Blend 4 used to be a really good product, but MS has really lost me in their product ...
0
votes
1answer
298 views

Animated dots progress bar in Windows Phone -> MS Blend 4

I would like to add this simple animation to the intro screen. It shows moving dots over the screen, how to add this? Simply adding progress bar component does not do anything.
2
votes
2answers
448 views

Usage of ListBox instead of LongListSelector in Blends Sample Data for Windows Phone 8

I was just experimenting with the same example application which Corinna Black demonstrated in this Video (around ~21:40). She created sample data in Blend and bound it to the Grid of the Panorama ...
2
votes
1answer
36 views

How can I scale each and every screen to the browser resolution In a Expression Blend Sketchflow project?

I've been looking all over the place to find the solution to this but haven't had success. I have a Sketchflow project and I want to scale every Screen to the browser resolution on running, as in ...
0
votes
1answer
190 views

Change the color of silverlight AutoCompleteBox when user hovers the item

As title, when user hovers to select the item in the expanded listbox, there is a background color that highlight the text. How can I change that background color? i tried couple things by editing the ...
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
87 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 ...
-1
votes
1answer
85 views

Does Photoshop always blends transparen images with white color?

It looks like merged-image-data in PSD files contains RGB data which is blended with white color (based on transparency). Is that correct for all versions of Photoshop/PSD? Can I disable it or control ...
0
votes
0answers
14 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
0
votes
0answers
21 views

Sketchflow SiteMap

How can you make a sketchflow sitemap in expression blend? This means that every page will automatically display it's relation with it's root.
1
vote
1answer
78 views

Sketchflow Timer Trigger

Does anyone know how to create a timer trigger in c# in Expression Blend Sketchflow ?
0
votes
0answers
147 views

WPF DataTrigger on UserControl Not Working

My project is WPF (Windows Presentation foundation) with the 4.5 framework using Visual Studio 2012. I have a UserControl in my window which I'd like to animate(move) automatically after input has ...
1
vote
1answer
84 views

Fail to re-attach behavior to dependency object after detach

I attached behavior (Behavior in Blend SDK) to a UIElement as I generated it in run time. I also had two buttons to trigger Detach() and Attach() - basically to enable or disable the behavior. The ...
2
votes
1answer
135 views

Refresh design time datacontext in Blend

I'm using Blend 2012 and Visual Studio to design a Windows 8 app. I'm using the MVVM Light toolkit and I'm binding my ViewModels to the page's datacontext. On the viewmodel I use dependency injection ...
0
votes
2answers
176 views

ColorAnimationUsingKeyFrames changes brush

Well hi, I am kind of new to WPF and this is the first time I tried change styles of WPF controls. Thanks to Expression Blend everything went better than expected until I made this style. <Style ...
0
votes
0answers
132 views

Blend's Assets list is empty

Blend to Visual Studio 2012 have an empty assets list. Instead of items it shows a sendwatch coursor. I don't found any way to fix or restore it. I have tried to google but no result. UP: It seems ...
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 ...
0
votes
0answers
105 views

Cannot find AppBar buttons in Blend for VS 2012 (resolved)

Whenever I create a new project in Blend for VS 2012 and want to make an AppBar for my Win 8 application, I manage to create the AppBar, but I cannot find the buttons for the AppBar anywhere. When I ...
0
votes
0answers
77 views

Blend error “the name xx does not exist in the namespace yy” - but works fine in Visual Studio

So I've been working on a WPF project with Visual Studio 2010 for awhile. I'm using several class library projects with WPF controls that I wrote. Today I opened the solution in Blend for the first ...
0
votes
1answer
93 views

How can i just blend two images, put one over another and apply overlay in Xcode

How can i just blend two images, put one over another and apply overlay in Xcode **i do this:** cell.imageView.image = [UIImage imageNamed:@"yellowOrbTest"]; UIImageView ...
4
votes
1answer
2k views

where is blend for visual studio 2012

I see a lot of refs to something called 'blend for visual studio' which I understand a W8 version of blend. I have VS2012 Ultimate installed on W8 and I don't see any blend. I looked into my MSDN Pro ...
0
votes
1answer
159 views

Jogl: How to make a transparent background on com.jogamp.opengl.swt.GLCanvas?

I searched & read multiple forums about openGL transparency and I found this piece of code gl.glEnable(GL2.GL_BLEND); gl.glBlendFunc(GL2.GL_SRC_ALPHA, GL2.GL_ONE_MINUS_SRC_ALPHA); ...
10
votes
1answer
4k views

Blend for Visual Studio 2012 - No design view

I have a normal WPF MVVM-Light application, that I tried opening in Blend (first time I used Blend for Visual Studio 2012 on my Windows 8 machine). However, I'm not able to open the Design View, ...
1
vote
2answers
89 views

Is it possible to deploy sketchflow wpf to PixelSense?

I am using Blend + SketchFlow 2012 Preview to develop some prototypes for PixelSense. I just wonder if it is possible to deploy a sketchflow project to the PixelSense table?
0
votes
1answer
236 views

Filling Contextmenu on demand

I have an entity view model. As there can be many entities in the UI, I have used a DataTemplate for representing an entity view model. This data template is used by the container control's ...
1
vote
1answer
70 views

I wonder why Blend for Windows 8 removed “make into user control” feature

I love custom user control, has been using it them since Blend 2, I wonder why now we can't select a grid and make into user control anymore in Windows 8? We have to add a new item then manually add ...

1 2 3 4 5 8