Re: [Gambas-user] declaring control groups at runtime

2009-09-09 Thread Matteo Pasotti
Thanks Doriano, it's clear and it works perfectly :-) Regards, Matteo Doriano Blengino ha scritto: > Matteo Pasotti ha scritto: > >> Hi, >> I'm writing an application that once read a configuration file, it >> creates at runtime some buttons. >> My problem is represented by the declaration

Re: [Gambas-user] declaring control groups at runtime

2009-09-09 Thread Doriano Blengino
Matteo Pasotti ha scritto: > Hi, > I'm writing an application that once read a configuration file, it > creates at runtime some buttons. > My problem is represented by the declaration of a unique event for all > these buttons with the target of recognizing the caller and change some > of its proper

[Gambas-user] declaring control groups at runtime

2009-09-08 Thread Matteo Pasotti
Hi, I'm writing an application that once read a configuration file, it creates at runtime some buttons. My problem is represented by the declaration of a unique event for all these buttons with the target of recognizing the caller and change some of its properties. I think it's similar to the Group