Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
On Screen Display
#1
I'd like to right justify the On Screen Display window, so that the x,y refer to the right-top side rather than the top-lef as the anchor point.
is this possible?
An old blog on QM coding and automation.

The Macro Hook
#2
use negative x
#3
but -x just moves the window off the left side of the screen not adjust the right side of the window no not overlap a point on the screen.
[Image: Untitled.png]
An old blog on QM coding and automation.

The Macro Hook
#4
Maybe you use flag 16, or modified function.

OSD at right edge of screen:
Macro Macro1843
Code:
Copy      Help
OnScreenDisplay "Text" 2 -1
#5
sorry I missed the " If < 0, relative to bottom/right of the work area." part.
thanks.
An old blog on QM coding and automation.

The Macro Hook
#6
is there a way to have it set to a -y so that there isn't a gap at the top AND have the top right anchor point?
note top gap in the screen.
[Image: Untitled.png]
An old blog on QM coding and automation.

The Macro Hook
#7
1-pixel gap?
No. With flag 16 you can place OSD anywhere in screen, but with top-left anchor.
Also, if you specify x or y so that OSD or part of it would be not in screen, it will be moved to be whole in screen, work area.


Forum Jump:


Users browsing this thread: 1 Guest(s)