mIRC Home    About    Download    Register    News    Help

Print Thread
#35627 11/07/03 05:06 AM
Joined: Jul 2003
Posts: 16
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Jul 2003
Posts: 16
hi ,i want know how its work a check box



i need a sample of command
thnx

#35628 11/07/03 06:25 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
dialog iono {
...heading...
....some items...
check "Check me, 10, 0 0 50 10
... other commands
}

on 1:DIALOG:iono:SCLICK:10: {
if ($did(10).state) /echo -a Its Checked!
else /echo -a It's unchecked!
}

$did($dname, id).state - returns the state of a checkbox/radio


-KingTomato

Link Copied to Clipboard