Home Forums General XMetaL Discussion Restoring minimized document Reply To: Restoring minimized document

Derek Read

Reply to: Restoring minimized document

I'll file a feature request for this, though I cannot say for sure when (or if) we will implement such a feature. I'm thinking something along these lines (which uses the MDI functionality provided in VB and our existing API ViewType as models):

MDIWindowState (Document property)

Applies: To XMetaL Author

Access: Read/write

Returns: Integer

Description:
Returns or sets the window state that the document's MDI window is in. Allowed
values are:

sqMDIWindowStateUnspecified (-1): Unspecified
sqMDIWindowStateMaximized (0):    Maximized
sqMDIWindowStateMinimized (1):    Minimized
sqMDIWindowStateNormal (2):      Normal (resizable, movable window with maximize and minimize buttons)

Reply

Products
Downloads
Support