Re: Unexplainable behavior

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu