Member variable XbpDialog():maxSize Foundation

Sets the maximum size for the dialog window.

Attribute: EXPORTED
Data type: Array | NIL
Description

The instance variable :maxSize contains the value NIL by default. When this instance variable contains NIL the dialog window can be made large enough to fill the entire screen. An array containing two elements must be entered in this instance variable in order to limit the maximum size of the dialog window. The first element contains the size in the x direction (width) and the second element contains the size in y direction (height). This corresponds to the parameter <aSize>passed to the method :new().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.