Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About the System Tray
#3
Menu Tools / Output / Log /Acc trigger events.
Then add a tray icon.
Stop logging and look for useful events.
This can be useful:

2. CREATE, CLIENT, 1
    ow: class="ToolbarWindow32", id=1504, text="User Promoted Notification Area"
    pw: class="Shell_TrayWnd"
    ao: role=PUSHBUTTON, state=0x0, name="tooltip text"

Tested on Windows 10.

You can use this event for:
- trigger "Accessible object".
- to create a wait function.
- to receive notifications while your script shows a dialog or does something else.

Read more about "Accessible object" triggers in QM Help.
To start creating code for the last two, use menu File / New / Templates / Hook / Hook_SetWinEventHook. Google for function SetWinEventHook. I can help to create code, but maybe you prefer trigger.


Messages In This Thread
About the System Tray - by RoryT84 - 06-10-2020, 05:16 PM
RE: About the System Tray - by InterestedNewbie - 06-18-2020, 01:19 PM
RE: About the System Tray - by Gintaras - 06-18-2020, 05:50 PM
RE: About the System Tray - by RoryT84 - 06-20-2020, 09:09 PM
RE: About the System Tray - by Gintaras - 06-21-2020, 04:56 AM
RE: About the System Tray - by RoryT84 - 06-21-2020, 08:24 PM
RE: About the System Tray - by Kevin - 06-22-2020, 04:24 PM
RE: About the System Tray - by Gintaras - 06-22-2020, 04:51 PM
RE: About the System Tray - by RoryT84 - 06-23-2020, 12:05 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)