This shows you the differences between two versions of the page.
| 
    software:gui-designer:subpage [2013/07/03 03:47] terrylau  | 
    
    software:gui-designer:subpage [2013/08/30 04:14] (current) aaron  | 
    ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| {{:software:gui-designer:subpage_ref_properties.png?nolink|}} | {{:software:gui-designer:subpage_ref_properties.png?nolink|}} | ||
| + | |||
| + | === Name === | ||
| + | |||
| + | Name of the subpage. This field is locked and not editable. To edit, go back to the subpage properties.  | ||
| + | |||
| + | === Digital Join === | ||
| + | |||
| + | Join number that will be assigned to the subpage.  | ||
| + | |||
| + | === Visible in guiDesigner === | ||
| + | |||
| + | Enables the subpage layout to be seen in the main project window view. | ||
| + | |||
| + | === X, Y, W, H === | ||
| + | |||
| + | X and Y represents the location of the upper left corner of the subpage in terms of its coordinates. W and H represents the width and height of the subpage, both which can only be edited through subpage property. | ||
| + | |||
| + | === Click Through === | ||
| + | |||
| + | Ticking this box will enables you to click through to objects below the subpage. | ||
| + | |||
| + | === Always on Top === | ||
| + | |||
| + | Ticking this box will simply keeps the subpage always on top of others when it is made visible. | ||
| + | |||
| + | === Transition In and Out === | ||
| + | |||
| + | This will animate the moving in and out of the subpage from the screen. | ||
| + | * Type - have 5 different selections (none, fade, moveIn, push, reveal). Refers to the type of animation. | ||
| + | * Subtype - have 5 different selections (none, fromLeft, fromRight, fromTop, fromBottom). Refers to the starting direction of the animation. | ||
| + | * Time - the time it takes for the animation from start until the end. Measured in seconds. | ||
| + | * Ease in - Animating the subpage onto the screen. | ||
| + | * Ease out - Animating the subpage off the screen.  | ||
| + | |||
| + | ===== Showing and Hiding a Subpage ===== | ||
| + | To learn how to show and hide a subpage, [[software:gui-designer:subpage:calling-subpage|see this page.]] | ||
| + | |||