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

T Lee Davidson t.lee.davidson at ...626...
Fri Nov 28 06:09:46 CET 2014


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 the class implementation code.
>
>> >
>> >C. 3.4. Inheritance and constructor: Regarding the order of arguments,
>> >it is stated that the arguments of elder classes are specified first.
>> >
>> >However, 'hMyListBox = NEW MyListBox("Name", hContainer)' appears to
>> >contradict this and the other examples. It, as far as I can tell, gives
>> >the argument of the younger class first.
>> >
>> >Should the syntax be, 'hMyListBox = NEW MyListBox(hContainer, "Name")'?
> You're right, that is a mistake. The arguments of elder classes come
> first. If you want to fix that too, you can do it.

Done. :-)


-- 
Lee
__________

"Artificial Intelligence is no match for natural stupidity."




More information about the User mailing list