[Gambas-user] dynamic created Menus

Tobias Boege taboege at ...626...
Wed Feb 15 15:38:44 CET 2017


On Wed, 15 Feb 2017, Gianluigi wrote:
> Hi Tobias,
> I thank you a lot for explanations, in fact I was too concise because, but
> not only, of my English.
> One thing, when you say: "You can still create objects from a module but
> that
> isn't useful because you don't have dynamic symbols in a module", what
> exactly do you mean by "symbols", because in a module we can insert
> dynamics variables, functions, sub etc.
> 

By symbols I mean variables, properties and methods (constants and events,
too, but they don't matter here). If you write them into a module, they are
automatically static. You can't have dynamic ones in a module. Attached is
a project which demonstrates this.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-0.0.1.tar.gz
Type: application/octet-stream
Size: 11615 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20170215/60de4dd8/attachment.obj>


More information about the User mailing list