Re: Unexplainable behavior
- Posted by Derek Parnell <ddparnell at bigpond?c?m> Jan 29, 2008
- 720 views
Mike777 wrote: > > I'm posting this follow up under a new subject because I'm at my wits end on > this and would like somebody (anybody?) to take another look to see if > anything > pops out. From memory, the setCheck routine automatically invokes the handler for the checkbox already so you don't have to do it manually. Try this instead ...
procedure lblchkMyCheck_onClick (integer self, integer event, sequence params) atom myAtom setCheck(chkMyCheck,not(isChecked(chkMyCheck))) end procedure
-- Derek Parnell Melbourne, Australia Skype name: derek.j.parnell