|
Constants - Publication Constants |
Top Previous Next |
|
These constants are related to application window of your project. You can retrieve various window sizes, position and check if project window is minimized. PubX() returns X (horizontal) position of project's window in pixels as an integer value
Script example:
PubY() returns Y (vertical) position of project's window in pixels as an integer value
Script example:
PubWidth() returns width of project's window in pixels (with border) as an integer value
Script example:
PubHeight() returns height of project's window in pixels (with border & title) as an integer value
Script example:
ClientWidth() returns width of project's window (workarea) in pixels (without border) as an integer value
Script example:
ClientHeight() returns height of project's window (workarea) in pixels (with border & title) as an integer value
Script example:
IsMinimized() this constant will check if application window of your project is minimized. Integer value is returned, having one of two available states:
Script example:
IsMaximized() this constant will check if application window of your project is maximized. Integer value is returned, having one of two available states:
Script example:
|