06-06-2020, 06:02 PM
I created the macro via learning, below. It selects an option from an app in the System Tray. If the Taskbar is visible, it works. But if the Taskbar is hidden, it does not work.
How can I fix this?
First time user. Thanks for any help -- Vincent
#region Recorded 6/6/2020 1:01:41 PM
rig 3389 228 win("" "Shell_TrayWnd") 1 ;;tool bar 'User Promoted Notification ...', push button 'MAZDAPARDAZESH[]Screen Magn...'
men 74 win("" "TPUtilWindow") ;;Show / Hide
lef 93 536 wait(15 WV win("" "#32768")) 1 ;; 'Context'
#endregion
BEGIN PROJECT
main_function Hide|Show PixelScope
exe_file $my qm$\Hide|Show PixelScope.exe
icon <default>
manifest $qm$\default.exe.manifest
flags 6
guid {33C3DE2A-25A0-4BAB-B230-97344F6F7DE6}
END PROJECT
How can I fix this?
First time user. Thanks for any help -- Vincent
#region Recorded 6/6/2020 1:01:41 PM
rig 3389 228 win("" "Shell_TrayWnd") 1 ;;tool bar 'User Promoted Notification ...', push button 'MAZDAPARDAZESH[]Screen Magn...'
men 74 win("" "TPUtilWindow") ;;Show / Hide
lef 93 536 wait(15 WV win("" "#32768")) 1 ;; 'Context'
#endregion
BEGIN PROJECT
main_function Hide|Show PixelScope
exe_file $my qm$\Hide|Show PixelScope.exe
icon <default>
manifest $qm$\default.exe.manifest
flags 6
guid {33C3DE2A-25A0-4BAB-B230-97344F6F7DE6}
END PROJECT