Some things on dialog editor I have never messed with & when you click check box & add it to the dialog & make it a push button I dont use the same thing for a push button like so?
on *:dialog:DIALOGNAME:sclick:11:{
if ($did(11).state == 0) { /disable #yadayada }
elseif ($did(11).state == 1) { /enable #yadayada }
}
Or can I make them work the same way I do standard buttons & also in the properties part after making it a push button what does 3 State mean or do?
