[Gambas-user] Setting a checkbox value

nando nando_f at ...951...
Sat Nov 21 14:04:51 CET 2009


Workaround I use.

1. Use an OPTIONAL boolean in the Click Event.
2. The user clicking defaults to false but
you manually send a true in code.
3. Then your click event simply returns
if the optional is true.
-Fernando

---------- Original Message -----------
From: bbb888 <bbruen at ...2308...>
To: gambas-user at lists.sourceforge.net
Sent: Sat, 21 Nov 2009 04:05:11 -0800 (PST)
Subject: [Gambas-user]  Setting a checkbox value

> Benoit,
> 
> Why oh why should setting checkbox value in code generate a click event?
> 
> bruce
> -- 
> View this message in context:
http://old.nabble.com/Setting-a-checkbox-value-tp26455936p26455936.html
> Sent from the gambas-user mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list