mIRC Homepage
Posted By: dominic_eddy Best way to see if dialog is open - 09/04/14 02:56 PM
I have an alias command where i need it to check if a dialog is open or not, and if it is, it will add text to some edit boxes etc. What is the best way to check if a dialog box is open or not? Only way I can think of is if you use the on dialog initialise event, and store it as variable, though I was kind of expecting there to be some sort of $dialogActive or something, would be easier.
Posted By: Loki12583 Re: Best way to see if dialog is open - 09/04/14 03:48 PM
$dialog(name) will return the name if it's open
Posted By: dominic_eddy Re: Best way to see if dialog is open - 09/04/14 03:59 PM
Thanks, thats awesome! laugh
© mIRC Discussion Forums