12-16-2017, 07:56 AM
I am sorry, I have tested it, it does not work. I wonder whether I misunderstood something :
Function FF_FlashFol
This is how QM output looks like :
09:47:39 : FF_FlashFol - **
68225658 #32770 ""
0
09:47:39 : FF_FlashFol - *Open Image Files*
10225728 #32770 "Open Image Files"
0
Function FF_FlashFol
;/
;Allows starting macro only in certain window.
;www.quickmacros.com/forum/viewtopic.php?p=33490
function# iid FILTER&f
_s.getwintext(f.hwnd)
outt F"*{_s}*"
_s.getwinclass(f.hwnd)
out _s
outw f.hwnd
_i=wintest(f.hwnd "*" "")
out _i
if(wintest(f.hwnd "*" "#32770")) ret iidThis is how QM output looks like :
09:47:39 : FF_FlashFol - **
68225658 #32770 ""
0
09:47:39 : FF_FlashFol - *Open Image Files*
10225728 #32770 "Open Image Files"
0
