Skip to content
MSN

closing a dialog

A TG007 community discussion started by Zantetsuken.

Discussion 5 posts
Page 1 of 1
Open
Topic #6913 · 5 published posts · 855 views

if (%click == 8) { dialog -x access.list access.list }

 

thats for my toolbar button... but every time i hit the close button it crashes my mirc , i tried 2 diffrent mircs and someone else tryed and it crashes on them to.. but if i type dialog -x access.list access.list in mirc it closes fine without crashing.. anyone know why it crashes mirc? :angry:

use a timer on the close, so your not pressing the button at same time as it closes

 

My code does NOT have bugs. It just develops random features.

:fixed: ty :P

Out of curiousity, do you think dialog -c access.list without the timer would work?

Get the Tech outta here!

Dont think so as its posing 2 events at the same time that preform two different functions. Theres an sclick or dclick command and then a close command, it would probably freeze up still.