Page History
...
Parameter | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
xPos |
| ||||||||
yPos |
|
See also
Examples
Code Block |
---|
declare subroutine PlaceDialog * Center a window to the screen PlaceDialog( -2, -2 ) * Center a window to the owner window PlaceDialog( -1, -1 ) * Set the window's position to a 5 pixel xy offset to the owner window PlaceDialog( 5, 5 ) |