| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
MovieClip | +--xp.system.FormSizer
Field Summary | |
| public | gridColor: Number |
| The color of the grid dots | |
| public | spacing |
| The spacing between the grid dots | |
Constructor | |
| public | FormSizer ( ) |
| Constructs a new instance of the FormsSizer. Do not call-FormSizers are only intended to be instantiated at author time via placing on the stage. At run time the same functionality is avaible by setting the container minWidth and minHeight properties | |
Method Summary | |
| public | setSize ( w: Number, h: Number ): Void |
| Sets the width and height of the client are of the sizer | |
| public var gridColor: Number |
| The color of the grid dots |
| public var spacing |
| The spacing between the grid dots |
|
| Constructs a new instance of the FormsSizer. Do not call-FormSizers are only intended to be instantiated at author time via placing on the stage. At run time the same functionality is avaible by setting the container minWidth and minHeight properties |
|
| Sets the width and height of the client are of the sizer | ||||||
|
Forms or container loaded from the library will size to fit their content unless explcitily set in the Forms class file
This can produce an undesirable size
A sizer allows you to fix the Forms size at Auithor time independent of its actual content. At run time this will be used to initialise the dimensions of a form
This control is not visible at run time.
At author time place this control on its own layer, whne you dont need to see it make the layer hidden.