06-13-2016, 04:10 PM
When pressing [F1] on the 'OnScreenDisplay' command, the X Y part states the following:
(x = marked green)
If 0 ....
if > 0 ...
if < 0 ...
To what part does the above 'if ...' apply? X or Y?
At the moment I use (x) 0 and (y) -1 to display the message at the center bottom of my screen.
I works perfectly on my screen, but I do not know if this is actually correct.
(x = marked green)
Quote:x, y - coordinates. If flag 16 or 32 not used:
If 0 (default), screen center.
If > 0, relative to the work area.
If < 0, relative to bottom/right of the work area.
The OSD is displayed on the monitor specified by the <help>_monitor variable.
If 0 ....
if > 0 ...
if < 0 ...
To what part does the above 'if ...' apply? X or Y?
At the moment I use (x) 0 and (y) -1 to display the message at the center bottom of my screen.
I works perfectly on my screen, but I do not know if this is actually correct.