mIRC Home    About    Download    Register    News    Help

Print Thread
#115407 26/03/05 01:43 AM
Joined: Sep 2004
Posts: 40
U
us3rX Offline OP
Ameglian cow
OP Offline
Ameglian cow
U
Joined: Sep 2004
Posts: 40
Code:
on *:Close:*:{ .timertb.load -m 1 10 tb.load }
on *:Disconnect:{ .timertb.load -m 1 10 tb.load }


Those seem to be the only ones i am having problems with, when i close a status window the treeview doesnt reload... The close one works for custom windows but not the status window..

Thanks in advance laugh
us3rX

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
It dont work on status windows is why

on <level>:OPEN|CLOSE:<?|@|=|!|*>:<matchtext>:<commands>

? = pm
@ = custom
= = dcc
! = fileserver(?)
* = all of the above

from the help file >>> Note: These events do not trigger for any other types of windows.

Joined: Sep 2004
Posts: 40
U
us3rX Offline OP
Ameglian cow
OP Offline
Ameglian cow
U
Joined: Sep 2004
Posts: 40
heh, yeah i read that part in the help file... so there is no way to have an event trigger on it?

us3rX

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
no idea, wont disconnect do it?

If not not then, you could run up a timer event, triggers once a second, that cycles the status windows checking if any disappeared

(hohohohoho the crazy polling timers oh man what a system resource hog)

Joined: Sep 2004
Posts: 40
U
us3rX Offline OP
Ameglian cow
OP Offline
Ameglian cow
U
Joined: Sep 2004
Posts: 40
Nah disconnect and quit wont do it, and yeah i am trying to stay far away from timers... lol thanks anyway

us3rX


Link Copied to Clipboard