mIRC Home    About    Download    Register    News    Help

Print Thread
#21649 30/04/03 12:17 PM
Joined: Dec 2002
Posts: 1,527
_
_D3m0n_ Offline OP
Hoopy frood
OP Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
ok what im working on is a treeview list box for mir mirc ... ive actually got it all setup so it works ... with one lil error ...

on disconnect isnt seeming to work for me
On *:Disconnect: { .timer 1 1 { alias } }
thats what ive been tryin to work with so that when i click to disconnect from a server that it would update my list of active windows ... but its not even performing anything, is this some sort of bug in disconnect or am in need of something else to make it do that?


D3m0nnet.com
#21650 30/04/03 12:20 PM
Joined: Jan 2003
Posts: 148
K
Vogon poet
Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
Replace On *:Disconnect: { .timer 1 1 { alias } }
with
On *:Disconnect: { .timer 1 1 alias }

#21651 30/04/03 12:30 PM
Joined: Dec 2002
Posts: 1,527
_
_D3m0n_ Offline OP
Hoopy frood
OP Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
still dont work but i got it to work another way ...... i need ed to make it clear the listbox and reset it on disconnect ... but if u set a timer to do something from the active scon ... when it closes it stops the timer ..... so i just set it to always for to /scon 1 .timer 1 2 alias ..... im going to code in a check to see if there is even an active connection ... if there isnt its going to refresh it anyways and just rename it to Status Window


D3m0nnet.com
#21652 01/05/03 12:21 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
I think it depends on what you have in the alias...


Link Copied to Clipboard