Questions tagged [sketchflow]

Sketchflow is a user experience prototyping module implemented in Expression Blend.

100 questions
0
votes
1 answer

Does Sketchflow to Production now work in version 4?

Please ignore all the stuff about whether you should or not go from Sketch to Production... Can it be done more easly now in version 4?
Hunt
  • 279
  • 1
  • 3
  • 13
0
votes
2 answers

How to set a State when clicking on a cell in a DataGrid

While working on my Silverlight4 SketchFlow prototype I have a datagrid that has a column of hyperlinkbuttons. I would like to set a State when one of these buttons is clicked. It doesn't appear that the controls inside the datagrid are exposed to…
Bill Campbell
  • 2,413
  • 6
  • 27
  • 32
0
votes
1 answer

DataGrid in SketchFlow Blendability

I am trying to figure out how to show two different states of a datagrid in Blend/SketchFlow on a page. I would like to show the datagrid empty on load of the page and then change it to show results data using databinding with sample data when the…
Bill Campbell
  • 2,413
  • 6
  • 27
  • 32
0
votes
1 answer

Expression Sketchflow : Is it possible to run full screen? (and without window border?)

I did some sketchflow prototypes for a client. The client need the application to be "touchable" on a 19" display, so I would like to try to launch the prototypes in full screen on the display (as will the final application be). I searched through…
Antoine Jeanrichard
  • 1,103
  • 1
  • 10
  • 18
0
votes
2 answers

sketchflow navigatetoscreenaction popup

I am using SketchFlow for a prototype. Right now when the user clicks certain 'links' a trigger is excuted which calls navigatetoscreenaction and I supply the target screen. The problem is instead of going to this screen and leaving my main…
user302775
  • 45
  • 1
  • 6
0
votes
1 answer

Silverlight sketchflow: Component screen change state on click

I have a component screen which has 2 states: show and hide. When I click some button the component moves onto the stage. Now when you click the component I want it to move back out of the stage. With normal elements this works by using activate…
Pickels
  • 33,902
  • 26
  • 118
  • 178
0
votes
1 answer

Multi-target rapid prototyping using Microsoft technologies?

I want rapid prototyping: Quickly define screens, links, buttons etc. I want to easily interact with sample data. I want to see things "moving". An example would be a mail account: I would like to say that a message has a sender, date, subject and…
Avi
  • 15,696
  • 9
  • 39
  • 54
0
votes
1 answer

importing an aspx page into silverlight in expression blend

I have an aspx masterpage that I would like to use in Sketchflow in ExpressionBlend as a Silverlight project. I am totally out of my comfort zone here and am not even sure how to ask this question. This masterpage has a Header and a Footer and the…
Bill Campbell
  • 2,413
  • 6
  • 27
  • 32
0
votes
1 answer

How do you change foreground color of a textBox in C# in Microsoft Expression Blend 4?

This is my first time working with Microfoft Expression Blend. My project is Silverlight Prototype(sketchflow). I have a TextBox(TextBox = logUser) and I want to change it's Foreground color. I tried logUser.Foreground = Brushes.Black which I read…
Periklis Vai
  • 1,395
  • 2
  • 11
  • 19
0
votes
1 answer

Is there a recommended approach to share state between screens in Blend 4 Sketchflow?

I am developing a Sketchflow prototype in Blend 4 and I need to share some state across the entire app - for instance - the currently selected item on screen 1. I looked at using a Datastore but it can only store simple types (strings,…
MIantosca
  • 833
  • 1
  • 10
  • 33
0
votes
2 answers

Missing Sketchflow controls button, checkbox and many others

Missing Sketchflow controls button, checkbox and many others. Hi when I try to create a sketchflow project and add controls all I get it the default text ones not the Sketchflow hand writing ones :( All I can find on the web is the advice to…
Hunt
  • 279
  • 1
  • 3
  • 13
0
votes
1 answer

Sketchflow removing a component

I have a screen and I have a section where a component screen is inserted. I have a cancel button on the component screen and was wondering if it is possible to remove the component from the main screen using the cancel button. Is this at all…
JD.
  • 15,171
  • 21
  • 86
  • 159
0
votes
1 answer

How do I use Sketchflow sample data for a ListBoxItem Template at design time?

I am using Expression Blend 4 and Visual Studio 2010 to create a Sketchflow prototype. I have a Sample Data collection and a ListBox that is bound to it. This displays as I would expect both at design time and at run time. However, the ListBoxItem…
0
votes
1 answer

Sketchflow component target parent state

I'm using Sketchflow in Expression Blend 4 RC (although this is relevant to Blend 3 too). I have a screen with a datagrid on it (MainScreen) and there's a "New" button. I have a component screen that has a generic form (GenericForm) and a "Save and…
williamparry
  • 488
  • 1
  • 7
  • 15
0
votes
3 answers

Window like control in SketchFlow?

I've been playing around with SketchFlow from Microsoft and one thing that bothers me is that I cannot seem to find a window looking like sketch. I would like it to have title bar and 3 "buttons" like all normal windows do (minimize, maximize, close…
Kugel
  • 19,354
  • 16
  • 71
  • 103