Re: [Gambas-user] Load modules dynamically ? Works as promised. Thanks. Closed

2016-11-20 Thread gbwilly
On 2016-11-16 06:42, u...@gmx.ch wrote: > Dear gbWilly > > Works as promised, great! > Maintaining becomes much easier now. > Thanks a lot! > > Regarding http://gambaswiki.org/wiki/doc/library: > - My system: Xubuntu 16.04 LTS, Gambas 3.9.1 > - The "project properties" looks slightly different

Re: [Gambas-user] Load modules dynamically ?

2016-11-20 Thread gbwilly
On 2016-11-16 08:52, Rolf-Werner Eilert wrote: > Am 14.11.2016 19:56, schrieb gbwi...@openmailbox.org: >> On 2016-11-14 18:17, u...@gmx.ch wrote: >>> Dear Gambas users, >>> >>> >>> The situation: >>> - Different gambas-programs, >>> - all using similar functions >>> - All those functions are

Re: [Gambas-user] Load modules dynamically ?

2016-11-15 Thread Rolf-Werner Eilert
Am 14.11.2016 19:56, schrieb gbwi...@openmailbox.org: > On 2016-11-14 18:17, u...@gmx.ch wrote: >> Dear Gambas users, >> >> >> The situation: >> - Different gambas-programs, >> - all using similar functions >> - All those functions are packed in modules. >> >> The question: >> I there a way to

Re: [Gambas-user] Load modules dynamically ? Works as promised. Thanks. Closed

2016-11-15 Thread u...@gmx.ch
Dear gbWilly Works as promised, great! Maintaining becomes much easier now. Thanks a lot! Regarding http://gambaswiki.org/wiki/doc/library: - My system: Xubuntu 16.04 LTS, Gambas 3.9.1 - The "project properties" looks slightly different (no problem) - The "Component property" I could not find at

Re: [Gambas-user] Load modules dynamically ?

2016-11-14 Thread gbwilly
On 2016-11-14 18:17, u...@gmx.ch wrote: > Dear Gambas users, > > > The situation: > - Different gambas-programs, > - all using similar functions > - All those functions are packed in modules. > > The question: > I there a way to load those modules at runtime? > As for example in the

[Gambas-user] Load modules dynamically ?

2016-11-14 Thread u...@gmx.ch
Dear Gambas users, The situation: - Different gambas-programs, - all using similar functions - All those functions are packed in modules. The question: I there a way to load those modules at runtime? As for example in the FMain.Form_Open, something like: - "ModuleXY.Load(Path_to_Module)", or -