Sketchflow is a user experience prototyping module implemented in Expression Blend.
Questions tagged [sketchflow]
100 questions
0
votes
1 answer
Expression Blend Sketchflow reference build error
I'm working on a mobile application prototype in Expression Blend 4. Up until now it has worked fine, but after re-opening the program I can no longer build the project. I get 4 errors that are all pretty much the same:
The primary reference…

MartinAnsty
- 383
- 2
- 9
0
votes
1 answer
SMS Composer SketchFlow Mock
Is there an SMS Composer screen Mock in Expression Blend SketchFlow for Windows Phone? Or should I build one on my own?

Marc Andreson
- 3,405
- 5
- 35
- 51
0
votes
1 answer
SketchFlow Phone Screen instead of UserControl
Each time I create a new screen (by selecting "Create a connected screen") I get a xaml file which is of type UserControl rather than ChromePage. How can I add new Windows Phone pages? I dont want it to be a UserControl.

Marc Andreson
- 3,405
- 5
- 35
- 51
0
votes
1 answer
How to make an image border in Sketch Flow 4?
I am using Expression Blend + Sketch Flow 4
How to make the image box to have a border?
I have try the XAML code with border = "2"…

Carson Lee
- 2,673
- 3
- 20
- 23
0
votes
1 answer
Expression Blend onLongClick event
I wanna do a very simple thing using Expression Blend (SketchFlow).
I want to have a button in a screen that when it's pressed for more than 3 seconds it should go to another screen.
I thought about using this (green answer):
Button Long…

out_sid3r
- 1,018
- 2
- 20
- 42
0
votes
1 answer
How Sketchflow player works?
If you launch a Sketchflow project, a SF player is hosting the sketched screens and interacts with them. The idea of one Silverlight application hosting another and interacting with it is very interesting to me.
Can someone point me to some…

Karel Frajták
- 4,389
- 1
- 23
- 34
0
votes
1 answer
Silverlight App object Does not exist' Error
name 'App' does not exist in the current context.
How that possible?
Have to note my initialization code is different than MainPage() type, as I converted SketchFlow app into production Silverlight. They instruct you to do init code via…

user1001895
- 11
- 3
0
votes
1 answer
sketch flow -- how do we rename .xaml and .cs files without breaking sketchflow map?
how do we rename .xaml and .cs files?
would like to be able to keep development in synch with the original sketchflow. i.e. sketchflow has features such as the ability to collect client feedback on a per screen basis, etc.
... I kind of answered my…

sgtz
- 8,849
- 9
- 51
- 91
0
votes
1 answer
UI / UX designer tool with custom style
My clients have their home grown style sheets for buttons, labels, alerts etc for consistent look across their applications.
Now if I want to create high fidelity mockups for client review, is there a way to generate mockups using the styles sheet…

Prabhu shanmughapriyan
- 79
- 10
0
votes
1 answer
Making your own sketchflow style element(or finding something I can't find)
I was trying to find a sketchflow style element, to signify the placement of an image. This element looks like a rectangle or a square, with a cross drawn in it and a text between parantheses at the top center, which describes what exactly it is.
I…

KdgDev
- 14,299
- 46
- 120
- 156
0
votes
1 answer
Where in the code can i find the connections between different screens?
I am going to expand an existing sketchflow application. The problem is that the person who created it didn't understood how component screens work. This means that instead of having one connection to the menu, every screen has one connection to…

Olle89
- 668
- 7
- 22
0
votes
2 answers
SketchFlow / Using (Selected) TabItem in TabControl to Trigger State
Context:
A new Sketchflow / Silverlight project.
Expression Blend 4 (Ultimate)
I have the below code.
I have a TabControl with 2 TabItem's.
I also have 2 "callout" (big bubble things) as quick visual on the state change.
I created a…

granadaCoder
- 26,328
- 10
- 113
- 146
0
votes
1 answer
Publish to SharePoint using SketchFlow authentication prompt causes publish to fail
I published 8 versions of a SketchFlow prototype to SharePoint but then on the 9th time, it started prompting me for credentials. I type my credentials and it gets to the "Creating project folders" message before it fails with a 401 error.
Fiddler…

markti
- 2,783
- 1
- 23
- 30
0
votes
2 answers
Show window frame in SketchFlow WPF application
I'm developing a WPF application, and using SketchFlow to prototype the application for the client. All the screens that I've created so far in SketchFlow only show a white frame inside which my screens appear in the SketchFlow player. The normal…

virtuesplea
- 277
- 6
- 16
0
votes
2 answers
programmatically launch sketchflow player
I am trying to embed a SketchFlow prototype in a PRISM region, i am successful in getting the sketchflow player visuals to render but it appears that the Sketch.Flow data is not loaded. I see a number of binding exceptions on the…

markti
- 2,783
- 1
- 23
- 30