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." ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
