04-29-2018, 03:19 AM
(This post was last modified: 10-24-2019, 01:53 AM by InterestedNewbie.)
This is the code:
Macro
When I hover the mouse over the (ghost) tray icons they disappear.
Also, I would like to change the on-screen display color from green into something else (red for instance). I followed some of the examples in the documentation but didn't get any changing of color.
Macro
OnScreenDisplay "If any instance of VoiceComputer or Dragon is running, it will now exit" 3
3
ShutDownProcess("VP")
ShutDownProcess("natspeak")
3
OnScreenDisplay "DONE! VoiceComputer will now start and relaunch Dragon" 2.5
3
OnScreenDisplay "This operation will probably leave some 'orphan' tray icons in your taskbar" 2.5
3
OnScreenDisplay "Simply hover your mouse cursor over them and they will be removed" 2.5
3
run "$program files$\VoiceTeach\VoiceComputer\scripts\VoiceComputer.exe"
When I hover the mouse over the (ghost) tray icons they disappear.
Also, I would like to change the on-screen display color from green into something else (red for instance). I followed some of the examples in the documentation but didn't get any changing of color.