| Attribute | Description
|
| DynType | Type of dynamic. The instances will inherit this as their default dynamic.
|
| Action | Type of action. The instances will inherit this as their default action.
|
| Color1 | The first color that the instances will inherit as default.
|
| Color2 | The second color that the instances will inherit as default.
|
| Color3 | The third color that the instances will inherit as default.
|
| Color4 | The fourth color that the instances will inherit as default.
|
| AnimSequence | Type of animation when DynType is Animation.
|
| NoConObstacle | Indicates that connections should ignore instances of this subgraph.
|
| | Connections of type 'routed' normally avoids subgraph objects,
|
| | though if NoConObstacle is set, connections can cross the object.
|
| Slider | Indicates that the subgraph is a slider.
|
| Subgraph | Should be 1 for a subgraph.
|
| AnimationCount | Used for animations. States the number of cycles the animation
|
| | stays at this page.
|
| JavaName | When exported as a java bean, the subgraph will be exported as
|
| | java class with this name.
|
| Cycle | Default value for cycle, slow or fast, that instances
|
| | will inherit as default.
|
| x0 | In (x0, y0) and (x1, y1) you can state the max size of a subgraph
|
| | in the case where the subgraph has pages with different extension.
|
| y0 | See x0. Also used by some subgraphs with DynType Slider,
|
| | Sliderbackground and FillLevel.
|
| x1 | See x0.
|
| y1 | See x0. Also used by some subgraphs with DynType SliderBackground
|
| | and FillLevel.
|
| InputFocusMark | How objects are marked when they have input focus.
|
| RecursiveDynamic | Used for dynamic HostObject where objects in the subgraph
|
| | have individual dynamics.
|
| Dynamic | Not implemented.
|
|
|
Save the subgraph with 'File/SaveAs...'. Copy the .pwsg file that is created to $pwrp_exe.
| Attribute | Description
|
| Attribute | Signal in the database of type Float32 or Int32 that is changed when the slider
|
| | is dragged.
|
| Access | Privileges required to change the value of the signal.
|
| Direction | Only has to be stated if there is no SliderBackground object.
|
| | Direction of the slider. Up implies a vertical slider with increasing
|
| | value upwards, Right a horizontal slider with increasing value to the right.
|
| MaxValue | Value of the signal that corresponds to the max position of the slider.
|
| MinValue | Value of the signal that corresponds to the min position of the slider.
|
| MaxPosition | Only has to be stated if there is no SliderBackground object.
|
| | x or y coordinate for the max position of the slider (see above).
|
| MinPosition | Only has to be stated if there is no SliderBackground object.
|
| | x or y coordinate for the min position of the slider (see above).
|