Questions tagged [sketchflow]

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

100 questions
2
votes
2 answers

Sketchflow - activating state on loaded doesn't work?

I'm trying to activate a state when the screen is loaded but it doesn't work. What I do is, I go to the screen, right click the LayoutRoot and then go "Activate State" and I pick my state. Then when I click on this newly generated…
Shai UI
  • 50,568
  • 73
  • 204
  • 309
2
votes
5 answers

SketchFlow prototyping font not displaying

I'm using SketchFlow for the first time, and am confused as to why my text isn't showing up in the "Buxton Sketch" font it's supposed to (see image). I just did a repair installation, and it didn't make a difference. In the Text properties, I don't…
Dov
  • 15,530
  • 13
  • 76
  • 177
2
votes
1 answer

How do you resize a screen (or "canvas") in Expression Blend +Sketchflow?

You can't select the actual "Screen" by clicking on it in the designer. Even if you have no other elements added. If you add any element, you get the typical resize behavior you would expect, but since you cannot select the screen, you cannot…
user736893
2
votes
1 answer

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 scaling every element of the current Layout to fit…
1
vote
2 answers

Test WP7 prototype directly on the phone

I created a low-fidelity prototype for an app for WP7. This was done in Expression Blend + Sketchflow using Sketchflow WP7 template from http://wp7sketchflow.codeplex.com/ While this worked out fine, I now need to test the prototype - I guess the…
Tomáš Bezouška
  • 1,395
  • 1
  • 10
  • 25
1
vote
1 answer

Silverlight ListBoxItem DataTemplate Button problems!?

I am trying to build a ListBox with items that have edit states. I created a separate DataTemplate for the Normal and Edit modes, But once i change the ContentTemplate on the ContentPresenter I am loosing the event bubbleup from the button's withing…
asuciu
  • 1,234
  • 2
  • 21
  • 35
1
vote
2 answers

SketchFlow WP7 Navigation Buggy

I'm making a Sketchflow WP7 application which is working fine, except Navigation is sometimes buggy. Sometimes when I go to a screen and try and click it doesn't work, some times it does. I'm using the MouseLeftButtonDown Event to trigger it. After…
Thariq Shihipar
  • 1,072
  • 1
  • 12
  • 27
1
vote
2 answers

SketchFlow wizard-like window

Is there a way to create a wizard-like window in SketchFlow 4? it needs the standard prev/next buttons, and of course the "Finish" button on the last page.
phm
  • 1,160
  • 1
  • 17
  • 29
1
vote
3 answers

SketchFlow / SketchStyles is empty. ((Assets) Styles > SketchStyles)

I just installed the Expression Blend Studio 4 (Trial) from Microsoft. I have several tutorials telling me to change the style, that I should go to (Assets) Styles > SketchStyles There is nothing under that area except a warning(and link) This…
granadaCoder
  • 26,328
  • 10
  • 113
  • 146
1
vote
1 answer

Something similar to the Sketchflow map for actual applications?

I was very excited when i first used sketchflow, and i fell in love with the little navigation thing at the bottom. http://img600.imageshack.us/img600/9835/a31ae82fde614b3592e0ab8.png i have a program that has to follow a certain navigation scheme,…
caesay
  • 16,932
  • 15
  • 95
  • 160
1
vote
1 answer

Is there any way to automatically gather Sketchflow feedback in regular asp.net instead of using SharePoint?

Is there any way to automatically gather Sketchflow feedback in regular asp.net instead of using SharePoint? I've got a client that likes the Sketchflow experience but dislikes the SharePoint overhead. Thanks Everyone.
Steve French
  • 961
  • 3
  • 13
  • 38
1
vote
2 answers

KeyDown not fired in SketchFlow

I'm trying to add a KeyDown event handler to the LayoutRoot of a view in a Silverlight SketchFlow project, but it doesn't seem to fire. The event fires if I change the event type to MouseLeftButton, but I want to demonstrate this using a…
1
vote
1 answer

SketchFlow how to set button enabled true/false with behavior

I was trying to figure out if it is possible to set the Enabled property of a button with a ChangeProperty behavior in SketchFlow/ExpressionBlend. It doesn't appear that the Enabled property is available in the behavior. thanks! Bill
Bill Campbell
  • 2,413
  • 6
  • 27
  • 32
1
vote
1 answer

How do I bind to filtered or grouped Sketchflow sample data?

I've created some sample data as a StaticResource in a Sketchflow prototype (this is a Silverlight project). I want to filter or group-by the sample data before binding it to a gridview for display. How do I get at the sample data in my C#…
sblom
  • 26,911
  • 4
  • 71
  • 95
1
vote
3 answers

Silverlight Pixel Shader resource "not found"; what should the URI be?

So I've written and compiled an HLSL pixel shader with Shazzam, placed the resulting .ps file in my project, and am trying to instantiate it. No matter what URI I put, Blend tells me that the resource can't be found whenever I try to view any xaml…
Grank
  • 5,242
  • 7
  • 33
  • 36