Several customers asked on Twitter today how to navigate to another screen when a storyboard is finished playing.
The answer is: There is a StoryboardCompleted trigger that you can use together with any action, including the Navigate actions. This post describes how to use it.
(more…)
posted by cs at 22:23
Here’s a great blog post from Jocelyn of the Microsoft Innovation Centre in Singapore, showing you how to do panoramic navigation for Windows Phone in Expression Blend, including a nice little behavior library for flick gestures.
Nice!
Oh, almost forgot the link
http://www.innovativesingapore.com/2010/03/panoramic-navigation-on-windows-phone-7-with-no-code
posted by cs at 23:22
I just updated the PDC demo project at http://electricbeach.org/files/SnowboardSketch_Demo_PDC.zip
The original post contained some references to the Expression Blend sample behaviors (which you can download at expressionblend.codeplex.com), but it seemed easier to make the project stand-alone by removing the references, as the samples were only used to show of the MouseGestureTrigger.
If you do want to play with that (which is great fun), just download the sample project on its own.
Regards,
CS
posted by cs at 09:33
UPDATE 11/18 - Re-posted the demo project, removing references to the expression behavior samples. This removes the MouseGestureTrigger demo, but should make the project work stand-alone. If you want to play with the mouse gesture trigger, download the samples from expressionblend.codeplex.com separately, please.
—
Thanks to all of you that visited my talk at PDC09. I was really happy to see such a large audience and so much interest in prototyping with SketchFlow, and in the opportunities for developers to extend SketchFlow to make it possible for designers to create rich interactivity without code.
In this post: A link to the demo project, and many other links that help you getting started with writing your own behaviors.
(more…)
posted by cs at 00:58
Microsoft’s professional developer conference (PDC) starts Monday in Los Angeles. We have a number of talks on Expression Blend and SketchFlow. If you are coming to PDC, we’d love to see you there…
I will hold a talk on SketchFlow on Tuesday at 4:30pm. In this talk, I’ll give a demo of SketchFlow and show how developers can extend and adapt SketchFlow by adding new behaviors to SketchFlow’s vocabulary of interactivity. Of course, I’d also love to hear your feedback and answer questions after the session, or at any other time during PDC.
If you are interested in Behaviors and effects, Pete Blois (who is also the author of Snoop and Rooler) will give an in-depth talk on Thursday at 12:45pm. I think this will be a must-see session for anybody interested in the Blend’s behavior model.
(more…)
posted by cs at 13:17
In a previous post last week I posted a sample for a behavior for conditional navigation by using a global state object. Just a few days later, we got a question on how to represent and reflect user roles (or other global state) in a SketchFlow application. This article shows a simple example how this can be done. There are many possible extensions and variations on this technique, but in this post I can’t do more than show a simple starting point.
(more…)
posted by cs at 13:21
Yesterday, somebody asked me how to do conditional navigation in SketchFlow. Out of the box, there is no built-in behavior to do conditional navigation, but the good news is that it is not hard to write one. Here is an example for how to do it.
(more…)
posted by cs at 14:22
Nick Josevski shows in an article on his blog how to create type-on animations using SketchFlow Animations.
He also asks if anybody knows a different, maybe easier solution.
Here is a really simple, quick&dirty behavior sample that handles type-on animation for text blocks.
(more…)
posted by cs at 15:38
Right before the weekend, another post on Behaviors…
In my last post, I discussed a few of the building blocks of the Behaviors mechanism in Blend 3: Triggers, Actions and Behaviors. I also talked a little bit about the Source for Triggers and the Target for actions. Let’s jump right into a sample.
(more…)
posted by cs at 10:57
This post is the second in a series of posts about the Behaviors model in Blend 3. In this post, we’ll talk about some of the important concepts of Behaviors in Blend 3. The next posts in the series will bring some samples.
(more…)
posted by cs at 01:53