mIRC Home    About    Download    Register    News    Help

Print Thread
#113616 06/03/05 10:15 PM
Joined: Mar 2004
Posts: 150
D
Darkmnm Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Mar 2004
Posts: 150
I made a dialog with tabs and it's been some time since I've used this option when using dialogs but what I am wanting to do is when you open the dialog I want a specific tab to open not just the first tab. Can someone please refresh my memory on how to do this? Thanks in advance.

#113617 06/03/05 10:24 PM
I
Iori
Iori
I
Code:
on *:dialog:name:init:0:{
  .timer 1 0 did -fu $dname <TabID>
}


Link Copied to Clipboard