[Gambas-user] Constant order to process in component creation

Benoît Minisini gambas at ...1...
Thu Oct 2 23:42:48 CEST 2014


Le 02/10/2014 23:18, Tobias Boege a écrit :
> On Thu, 02 Oct 2014, Jorge Carri??n wrote:
 > ...

Yep. You can't rely on property initialization order, this is a bug in 
your code if you do that.

The properties of a control must be "set-able" in any order. If your 
control requires that at least two or more properties must be set to run 
correctly, you have to check that in your code each time on of those 
properties is set.

Regards,

-- 
Benoît Minisini




More information about the User mailing list