mIRC Home    About    Download    Register    News    Help

Print Thread
#48836 11/09/03 10:55 PM
Joined: Apr 2003
Posts: 300
A
andymps Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 300
does on dialog with sclick work if u check a check box, or un check
? ? ?

#48837 11/09/03 11:30 PM
Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
maybe you should try?

#48838 12/09/03 01:38 AM
Joined: Apr 2003
Posts: 300
A
andymps Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 300
yeah but im lazy

#48839 12/09/03 04:47 AM
C
cybah
cybah
C
on *:dialog:name:sclick:checkboxid:{
if ($did(checkboxid).state == 0) { echo -a Checkbox nchecked }
else { echo -a Checkbox checked }
}

#48840 12/09/03 05:54 AM
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
Code:
on *:dialog:name:sclick:checkboxid:{
  echo -a Checkbox $iif(!$did(checkboxid).state,not) checked 
} 

#48841 12/09/03 11:32 AM
O
Om3n
Om3n
O
Quote:
yeah but im lazy

Then you shouldn't be scripting in the first place, try things yourself before asking stupid questions that take more time to post than it would have to RTFM and find out for yourself.


Link Copied to Clipboard