Member variable XbpDialog():maxSize Foundation
Sets the maximum size for the dialog window.
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().
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.