Questions tagged [expression-blend-3]
26 questions
1
vote
2 answers
How to track multiple user feedback in SketchFlow?
Looking for the best practice here... I would like to allow multiple users to provide feedback against a single SketchFlow project. They would also like this ability so that they could see everyone else's annotations. I realize that they could very…

Clay
- 1,273
- 2
- 16
- 23
0
votes
1 answer
Can MS Blend 3&4 open a solution containing mixed code?
I would like to know if Microsoft expression Blend can open up solutions made up in Visual Studio that contain parts of which are CLI, C# and C++ ? More specifically can one work with the solution in Blend only in the C# part and if so, is it able…

lorddarq
- 685
- 1
- 10
- 17
0
votes
1 answer
Is Expression Blend/Studio good for Desktop Application?
I am building a desktop application using VS2010 C#. I plan to design and implement my own ribbon and redesign other UI controls graphically. Would Expression Studio/Blend be useful for my purpose? I have not used the software and from the web it…

KMC
- 19,548
- 58
- 164
- 253
0
votes
1 answer
Background Image on button created with Blend3
I wanted to ask how to change a background image on a button created with Expression Blend 3, I know normal buttons in VS have a BackgroundImage property, but I can't seem to find it on this project, the idea is to change the background image when…

Jadager
- 69
- 8
0
votes
0 answers
How do I solve issues with adding Tabbed Control with Expression Blend 3 for Silverlight App?
I am using Microsoft Expression Blend 3 + SketchFlow Version 3.0.1927.0 for a Visual Studio 2008 Windows Embedded CE program.
I am trying to add a tabbed control and Expression Blend does not seem to be cooperating. I have tried googling for a…

xarzu
- 8,657
- 40
- 108
- 160
0
votes
0 answers
Button Behaviors Expression blend 3
I am using Expression Blend 3 and the Silverlight for Windows Embedded Application project type. What i want to do is have a button where when it is clicked, it will bring a popup box with other buttons to select. Sort of buttons embedded in a…

Javia1492
- 862
- 11
- 28
0
votes
2 answers
how to create a file upload button in silverlight
Stupid question I know but how do i create one? All i need it to do is open up a dialog box and populate the text box next to it

ivordesign
- 325
- 1
- 6
- 16
0
votes
3 answers
How can you store state between screens in SketchFlow?
I'm building a prototype using Expression Blend 3 and SketchFlow (a Silverlight SketchFlow application to be specific) and it consists of multiple screens that I want to share state between.
Take this example:
Screen 1 - 'Login' screen: I want the…

TJB
- 13,367
- 4
- 34
- 46
0
votes
1 answer
How to make an existing object a data source in Microsoft Expression Bend 3?
This example is just for learning ...
I have started a project in Visual Studio C#. It is very simple, there is a Phone class which is instantiated in the code behind. I would like to add the GUI using Blend 3.
public class Phone:DependencyObject
{
…

David Smith
- 411
- 2
- 5
- 12
0
votes
2 answers
How do you change the height of a SketchFlow ComboBox?
SketchFlow allows for the changing of the Height property for the TextBox and ListBox controls. However, I seem to be unable to change the Height property for a ComboBox. The Height property can be changed in the Properties window but it has no…

Clay
- 1,273
- 2
- 16
- 23
0
votes
1 answer
Expression Blend3
I am new in Expression Blend3. Now I got a game created in it and asked me to edit the interface. I successfully changed the font and colour. But somethings are inserted as "Path" as it's showing in Properties. I want to replace the current ones…
None