Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Indefinite On Screen Dipslay
#1
I was wondering if there is a way to clear the screen of any OnScreenDisplay text that has been set to run indefinitely (-1)? I have a macro that displays on screen text but because it's ran on several systems and each are different, some take a very long time to run while others don't so I had to set the text to run indefinitely for those that take longer.

Thanks
#2
Macro Macro1553
Code:
Copy      Help
OnScreenDisplay "text" -1 0 0 0 0 0 8 ;;use flag 8 - hide when macro ends
2

Or use function OsdHide.
#3
Wow that was quick! Thank you, worked perfectly.


Forum Jump:


Users browsing this thread: 1 Guest(s)