Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OSD
#3
Thanks.

I would like to convert this QM script to a LA script:

Function mic_is_on
Code:
Copy      Help
int ticheck
rep
,int w=wait(-1 WV win("" "Shell_TrayWnd"))
,Acc a.Find(w "PUSHBUTTON" "Turn Dragon's Microphone Off" "class=ToolbarWindow32[]id=1504" 0x5 1)
,if a.NotFound
,,if ticheck =1
,,,OsdHide
,,,OnScreenDisplay "Dragon microphone is OFF" 2 0 -1 "Arial" 0 4 0xff0000
,,,ticheck=0
,else
,,if ticheck =0
,,,OnScreenDisplay "Dragon microphone is ON" -1 0 -1 "Arial" 0 4 0xff0000
,,,ticheck=1


How do I do that?


Messages In This Thread
OSD - by InterestedNewbie - 05-02-2023, 11:19 PM
RE: OSD - by Gintaras - 05-03-2023, 04:37 AM
RE: OSD - by InterestedNewbie - 05-03-2023, 02:59 PM
RE: OSD - by Gintaras - 05-03-2023, 03:12 PM
RE: OSD - by Gintaras - 05-03-2023, 04:06 PM
RE: OSD - by InterestedNewbie - 05-04-2023, 03:01 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)