Application.maximize() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Application Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.Application.maximize():void |
Parameters |
None |
Returns |
Nothing |
Description |
Maximizes the application window to cover available screen area. The area covered by application can be limited by some OS feature like e.g. Dock on OS X or application system menu bar on OS X |
Notes |
On Mac OSX 10.7 (Lion), the compiled Projector must be set to "Sizeable Standard" for Maximize to work. Building a Projector with "Standard" Window Type will not Maximize. |
Example Code |
mdm.Application.maximize(); |
mdm.Application Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |