mIRC Home    About    Download    Register    News    Help

Print Thread
#153367 15/07/06 06:38 AM
Joined: May 2005
Posts: 1
T
Teebee Offline OP
Mostly harmless
OP Offline
Mostly harmless
T
Joined: May 2005
Posts: 1
Is the maximum of IDs for a dialog 3000, or is there a way to bypass this ?

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
I think that's the maximum for a single dialog. You could work around it by having something like a master dialog with a drop down box, then different dialogs that are activated based upon the selection in the drop down box, and have a command in each of those dialogs similar to
Code:
 ON *:DIALOG:dialog_name:CLOSE:*:{
dialog $iif(!$dialog(master_dialog),-md,-ev) master_dialog master_dialog
}
 

That way when the sub-dialog (for lack of a better term) closes, the master dialog will automatically re-open.


Link Copied to Clipboard