sketchflow_alias_expression_blend
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sketchflow_alias_expression_blend [2012/07/31 11:57] – [Assets] skipidar | sketchflow_alias_expression_blend [2020/12/27 20:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Sketchflow alias. Expression Blend ===== | ||
+ | ====Before you start==== | ||
+ | |||
+ | **When creating a new project:** | ||
+ | |||
+ | Add additional Silverlight Widgets, by referencing all from the [[http:// | ||
+ | The Toolkit is installed here: | ||
+ | < | ||
+ | C:\Program Files (x86)\Microsoft SDKs\Silverlight\v5.0\Toolkit\Apr10\Bin | ||
+ | C:\Program Files (x86)\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Bin | ||
+ | </ | ||
+ | <fc # | ||
+ | |||
+ | {{http:// | ||
+ | ====Start==== | ||
+ | |||
+ | |||
+ | ^What ^Where ^ | ||
+ | |Step by Step introduction| [[http:// | ||
+ | |Introduction into BEHAVIORS, TRIGGERS, AND ACTIONS | [[http:// | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | **Glossar**: | ||
+ | |||
+ | * **Actions** - An action is an object that can be invoked to perform an operation. Actions are best written to perform operations that are largely atomic in nature. That is, actions work best when they don’t rely on external state that needs to be persisted between invocations of the action, and that don’t have any dependencies on other actions existing or running in a particular order relative to their invocation. Good actions: | ||
+ | * Change a property | ||
+ | * Call a method | ||
+ | * Open a window | ||
+ | * Navigate to a page | ||
+ | * Set focus | ||
+ | * **Behaviors** - A behavior does not have the concept of invocation; | ||
+ | * As an example, consider a behavior that allows me to drag the object the behavior is attached to around with the mouse. | ||
+ | * listen to the mouse down, | ||
+ | * mouse move, | ||
+ | * mouse up events | ||
+ | |||
+ | |||
+ | ===Tipps=== | ||
+ | * Instead of adding something - dynamically: | ||
+ | * Exctract independant modules with own behaviour (like Menus) to **component screens**. Because component screens can't have another connected component screens on SketchFlowMap - use States for animation. | ||
+ | |||
+ | |||
+ | ==== Assets ==== | ||
+ | |||
+ | |||
+ | ===TabsControl> | ||
+ | Has useful properties: | ||
+ | < | ||
+ | IsSelected - boolean - activates the Tab | ||
+ | visibility - visible/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===SetDataStoreValueAction=== | ||
+ | Can set a user defined store to a value, to define a custom UI state. <br> | ||
+ | E.g. here setting " | ||
+ | |||
+ | {{http:// | ||
+ | {{http:// |