quote:
Originally posted by matty
code:
function OnWindowIdEvent_CtrlClicked(pPlusWnd, sControlId){}
Doesn't work at this part. I'm just seeing if theres an easier way to change settings if a control is automatically set. Its for a checkbox, so that if I select chk2, childwnd2 will be visible instead of childwin1. Because I'm trying to pull it up auto, the chkbox doesnt actually get clicked, and so that event doesnt fire
- I've just added some more code to do the bit I need. It's a bunch of extra lines, but doesn't make too much difference really. Can anyone tell me if it is possible to make checkboxes greyed out, and if theres any way to control groups at a time? Cheers guys