mIRC Home    About    Download    Register    News    Help

Print Thread
#181145 18/07/07 05:46 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Can you get info about what tab that is active? i doing a dialog with a "list", but depending on active the info will be diffrent, and the user can add the info to the list, how ever i want to write the info to the right topic in a ini file, so can you return the active tab ?

if ($did == ID) && (tab == tab1) { do stuff }


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Dec 2002
Posts: 503
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Dec 2002
Posts: 503
You can use this:

Code:
$dialog($dname).focus


Link Copied to Clipboard