Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Variable Opacity OnScreenDisplay background
#1
Hi Gintaras,
Sorry for so many questions lately (I am QM-obsessed!!!)
I was wondering if there was any way to adjust the opacity of the OSD's the same way the background color of a Toolbar can be adjusted
Code:
Copy      Help
/transp 100
Thanks, S
#2
Macro Macro1569
Code:
Copy      Help
int osdFlags=4 ;;you can use any flags here
OnScreenDisplay "zzzzzzzz" 0 0 0 0 0 0 osdFlags "z"
int w=win("z" "QM_OSD_Class" "" 1)
Transparent w 100 iif(osdFlags&5 0 GetSysColor(COLOR_BTNFACE))
#3
works perfectly, thanks!!!!
S
#4
Is it possible to change the text or background color of a specific osdid that already exists.
Thanks!!!
Stuart
#5
Yes, call OnScreenDisplay with same osdid and different colors.
#6
beautiful! Thanks!,
S


Forum Jump:


Users browsing this thread: 1 Guest(s)