mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2005
Posts: 13
_
_Mhz_ Offline OP
Pikka bird
OP Offline
Pikka bird
_
Joined: Apr 2005
Posts: 13
Hi
i made my self a custom nicklist using Nicklist.dll. it work fine with mIRC 6.21. At my surprise when i tryed to upgrade to 6.31 my mIRC window start flickering. i tested 6.30 do the same thing.

My code look like that:
if ($4 == 1) { dialog -s $$1 0 0 $calc($$2 - 5) $calc($$3 - 30) }
Parameter are 1: nick.%#DevCafe 2: 175 3: 452
Any help will be apreciate, thanks

Last edited by _Mhz_; 07/11/07 02:43 PM.
Joined: Jul 2006
Posts: 4,144
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,144
In which event are you using this line :
Quote:
if ($4 == 1) { dialog -s $$1 0 0 $calc($$2 - 5) $calc($$3 - 30) }
?


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Apr 2005
Posts: 13
_
_Mhz_ Offline OP
Pikka bird
OP Offline
Pikka bird
_
Joined: Apr 2005
Posts: 13
Hi Wims

;from Epsilon Nicklist.dll help file
ON *:SIGNAL:nicklist_resize: {

Thank you for your reply

Joined: Jul 2006
Posts: 4,144
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,144
since this event is called by the dll, it's certainly the dll that have the problem.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Apr 2005
Posts: 13
_
_Mhz_ Offline OP
Pikka bird
OP Offline
Pikka bird
_
Joined: Apr 2005
Posts: 13
HiWims
i add a litle debouncer to my code. its not pretty but it works.

if ($4 == 1) && (!$timer(dialog)) { .timer $+ dialog -m 1 10 test | dialog -s ....

Don't know if youre right. Maybe Epsilon or Khaled will come up with something.
Thanks for your help

Joined: Apr 2005
Posts: 13
_
_Mhz_ Offline OP
Pikka bird
OP Offline
Pikka bird
_
Joined: Apr 2005
Posts: 13
Well its was not a so good idea. i put the resize off for mIRC > 6.21


Link Copied to Clipboard