Questions tagged [sketchflow]

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

100 questions
0
votes
1 answer

How to manipulate a datasource in SketchFlow

I'm learning SketchFlow and am working with a sample project I've created. The basic idea I'm wanting to prototype is having a list of beverages (which are bound to some sample data) and allowing the user to add one or more to their order. When…
philt5252
  • 939
  • 7
  • 19
0
votes
1 answer

Do the UI first with SketchFlow - Do I concern about the UI look?

There is no questions: UI-First Software Development. But what does it takes to do the UI first? I started to build a website, a complicated one, and know I start to concern about the UI. Instead to start coding html+css, I decided to start with…
stacker
  • 14,641
  • 17
  • 46
  • 74
0
votes
2 answers

Can I embed a silverlight sketchflow player in my web page?

Hi I'm new to silverlight and sketchflow. I'm getting on great with creating prototypes and can export to Word etc. I would really like to embed a prototype in another web page - is this possible and how would I go about it? Thanks
Tes
  • 1
0
votes
1 answer

How to sketch a tree with Expression Blend?

I created a WPF steckflow project under Expression Blend 2013. I would like to sketch a navigation tree to demonstrate how users can select items in a tree. The tree should represent categories at the first level (Cat 1, Cat 2, ...) and items should…
ltu
  • 169
  • 3
  • 16
0
votes
2 answers

How to Export SketchFlow (Blend for Visual Studio 2013) Project correctly

I have a SketchFlow Project, which is a prototype of an application that we are designing, and I am at the stage that I would like to export the project to another format for sharing. The first thing that I tried was: File | Export | Export as…
Gary Ewan Park
  • 17,610
  • 5
  • 42
  • 60
0
votes
1 answer

Using SketchFlow to prototype MS Surface Applications

We're doing mockups/prototyping on a MS Surface device and I wonder if anyone has succeeded in using SketchFlow for this. The problem that I see is that the code generated by the tool uses normal WPF controls (Button, etc.) instead of the contact…
Isak Savo
  • 34,957
  • 11
  • 60
  • 92
0
votes
1 answer

Extending the SketchFlow player

I would like to add some controls to the SketchFlow player. For example, I would like to add a combo box with a list of values for a specific variable, and selecting a value will make a specific screen/state show up in the SketchFlow player canvas.…
user254366
0
votes
1 answer

Master-detail Data Grid in Sketchflow

I have created a simple master-details screen using two DataGrids in SketchFlow, but have been unable to have the child DataGrid update when a row is selected in the master DataGrid. The strange thing is, it works perfectly fine if the child is a…
brownj
  • 69
  • 6
0
votes
1 answer

Does sketchflow have a layout container?

All I see as a rectangle. What I'd like to do is have a panel and add controls into it (buttons, textfields, etc.) and then when I move the panel the controls move with it. Any ideas?
Shai UI
  • 50,568
  • 73
  • 204
  • 309
0
votes
2 answers

How to go to a new screen at the end of an animation in SketchFlow

I have few screens that are wired up using Buttons to navigate to and fro. However, there is one screen that plays an animation when "Loaded" event occurs. I want to go to the "next" screen when the current screen's animation finishes. Could someone…
user186590
0
votes
1 answer

Anyone know how to create an Expander in the SketchFlow style?

I've checked the Expression Blend + Sketchflow forum, and also looked through the Gallery, but haven't found an expander control that's in the SketchFlow style. Can anyone point me to one, or offer me advice on how I can roll my own Sketchflow…
Dave
  • 14,618
  • 13
  • 91
  • 145
0
votes
1 answer

Sketchflow - grid datatemplate

I am trying to do something very simple with Sketchflow. Create a grid with data. I tried using a listbox, created a datasource, bound the datasource to the listbox...everything works fine....but am stuck when it comes to trying to customize how…
Sash
  • 3,525
  • 3
  • 19
  • 17
0
votes
1 answer

How do I change the canvas size on expression blend sketchflow?

How do I change the default canvas size, it's simply too small for my prototype. Help!!!
dbobrowski
  • 846
  • 2
  • 9
  • 18
0
votes
0 answers

how to have sketchflow style controls in Windows Phone8 app

I liked the sketchflow sketchy styles in Sketchflow app. I wanted to use them in the WindowsPhone 8 application. I looked this question but couldn't able use the answer without any errors. Is there any best way to do it?
Mahender
  • 5,554
  • 7
  • 38
  • 54
0
votes
1 answer

Behavior for simulating data dependancy on combobox selection/datagrid row selection

I have a Sketchflow project setup already that is using generated dummy data for a combobox and a datagrid. What I would like to do is simulate dependant behavior such that the datagrid is populated WHEN a selection is made in the combobox. For…
Seraph812
  • 397
  • 3
  • 7
  • 17