is it possible to extend the use of group property to not just share event
between control ?
 
I know some programming tools on windows that they allow a control to set
multiple group . their group provide more function . 

group can be use to assign same property of controls . 
for example I have 3 button and 3 textbox with same group call gr_test . 

I can call the same property from these control using group . 

gr_test.visible = false
or
gr_test.enable = false

this is very useful and safe alot of work . 

I hope to see this in  future release 
-- 
View this message in context: 
http://www.nabble.com/extend-group-property-tp24300454p24300454.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to