09-21-2014, 02:40 PM
Hi Gintaras, hi all
i ended this small code to act when a certain tab (determined as trigger by titlebar text) is active
Function Function4
Trigger !n"text - Mozilla Firefox" "MozillaWindowClass" /FIREFOX
I'd like to:
1. make it not permanent, as at the time now, it stays when another tab is focused; i'd like it to be tab dependant.
2. i'd like it to disappear automatically after 5 sec if nothing is pressed in it.
I tried some code, but failed everytime.
Help welcome!!!
Thanks
i ended this small code to act when a certain tab (determined as trigger by titlebar text) is active
Function Function4
Trigger !n"text - Mozilla Firefox" "MozillaWindowClass" /FIREFOX

int hwnd=TriggerWindow
_s.getfile("txt")
_i=ListDialog(_s)
str s.getl(_s _i-1)
s.setclipI'd like to:
1. make it not permanent, as at the time now, it stays when another tab is focused; i'd like it to be tab dependant.
2. i'd like it to disappear automatically after 5 sec if nothing is pressed in it.
I tried some code, but failed everytime.
Help welcome!!!
Thanks
