Re: [Gambas-user] Documentation: Events not firing in dynamically instantiated forms.

2014-11-28 Thread Gian
Il 28/11/2014 10:03, Jorge Carrión ha scritto: > I must say that this has been a very, very enlightening discussion. > > Thank you all, folks. This simplify a lot some workarounds in my code. > > Regards > > 2014-11-28 2:06 GMT+01:00 T Lee Davidson : > >> On 11/27/2014 06:52 PM, Benoît Minisini wro

Re: [Gambas-user] Documentation: Events not firing in dynamically instantiated forms.

2014-11-28 Thread Jorge Carrión
I must say that this has been a very, very enlightening discussion. Thank you all, folks. This simplify a lot some workarounds in my code. Regards 2014-11-28 2:06 GMT+01:00 T Lee Davidson : > On 11/27/2014 06:52 PM, Benoît Minisini wrote: > > I have updated the 'Gambas object model' description

Re: [Gambas-user] Documentation: Events not firing in dynamically instantiated forms.

2014-11-27 Thread T Lee Davidson
On 11/27/2014 08:49 PM, Benoît Minisini wrote: >> B. 3.1. What is inherited: "You must use the ME keyword to access the >> >inherited elements from the class inside." I think I understand what >> >that ultimately means but am not exactly sure what the "class inside" >> >would be. > I mean: ...from

Re: [Gambas-user] Documentation: Events not firing in dynamically instantiated forms.

2014-11-27 Thread Benoît Minisini
Le 28/11/2014 02:06, T Lee Davidson a écrit : > On 11/27/2014 06:52 PM, Benoît Minisini wrote: >> I have updated the 'Gambas object model' description on the wiki to >> clarify the special behaviour of the Form objects. >> >> http://gambaswiki.org/wiki/doc/object-model >> >> If you haven't read tha

Re: [Gambas-user] Documentation: Events not firing in dynamically instantiated forms.

2014-11-27 Thread T Lee Davidson
On 11/27/2014 06:52 PM, Benoît Minisini wrote: > I have updated the 'Gambas object model' description on the wiki to > clarify the special behaviour of the Form objects. > > http://gambaswiki.org/wiki/doc/object-model > > If you haven't read that document yet, I strongly suggest that you read > it

Re: [Gambas-user] Documentation: Events not firing in dynamically instantiated forms.

2014-11-27 Thread T Lee Davidson
On 11/27/2014 06:40 PM, Tobias Boege wrote: > I see your point. Are you content with what I wrote[0] into the docs? > > Regards, > Tobi > > [0]http://gambaswiki.org/wiki/lang/new Yes, Tobi, that is clear enough without writing a book about it ;-) Thank you. -- Lee __ "Artificial Intel

Re: [Gambas-user] Documentation: Events not firing in dynamically instantiated forms.

2014-11-27 Thread Benoît Minisini
Le 28/11/2014 00:27, T Lee Davidson a écrit : > On 11/27/2014 04:02 PM, Tobias Boege wrote: >> Hmm, comp/gb.qt4/form already says the entire truth -- if you know what all >> the words mean. > > All comp/gb.qt4/form says about events is: > === > Event management > > By default, a form is its own eve

Re: [Gambas-user] Documentation: Events not firing in dynamically instantiated forms.

2014-11-27 Thread Tobias Boege
On Thu, 27 Nov 2014, T Lee Davidson wrote: > > I must admit that I don't really care: I think I understand what happens to > > a good extent and if someone asks the question again, I can pull of the > > explanation again (or more likely I'll link to this thread). > > Rhetorically, wouldn't it be n

Re: [Gambas-user] Documentation: Events not firing in dynamically instantiated forms.

2014-11-27 Thread T Lee Davidson
On 11/27/2014 04:02 PM, Tobias Boege wrote: > Hmm, comp/gb.qt4/form already says the entire truth -- if you know what all > the words mean. All comp/gb.qt4/form says about events is: === Event management By default, a form is its own event observer. It means that all the events raised by the For