09-21-2014, 03:30 PM
great, thanks.
i'll use the timer idea for later, and tweaked your code to
Function Function4
Trigger !n"text - Mozilla Firefox" "MozillaWindowClass" /FIREFOX
Any flaw to mention?
i'd like to add some stupid behavior, but only if it is easy to implement.
For instance, reset timeout to 0 if i pass the mouse over the ListDialog window.
Possible?
Thanks again for QM and help!!!!
i'll use the timer idea for later, and tweaked your code to
Function Function4
Trigger !n"text - Mozilla Firefox" "MozillaWindowClass" /FIREFOX

int hwnd=TriggerWindow
int w=win("text" "#32770" "qm" 0x200)
if(w) end
_s.getfile("file")
_i=ListDialog(_s "" "text" 0 hwnd 0 0 5)
str s.getl(_s _i-1)
s.setclip
Any flaw to mention?
i'd like to add some stupid behavior, but only if it is easy to implement.
For instance, reset timeout to 0 if i pass the mouse over the ListDialog window.
Possible?
Thanks again for QM and help!!!!