[Gambas-user] How to click Databowser-Buttons by code ?

2014-12-29 Thread u...@gmx.ch
(as discussed in this mailing list some weeks ago). Thanks for Gambas, thanks for your support, and a good start into 2015 to all gambinos! Hubi u...@gmx.ch -- Dive into the World of Parallel Programming! The Go

[Gambas-user] Databowser-Buttons, How to "click" them by code ?

2014-12-29 Thread u...@gmx.ch
r Gambas, thanks for your support, and a good start into 2015 to all Gambas! Hubi u...@gmx.ch -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Sla

[Gambas-user] How to get current procedurename, codelinenumber and raising element

2013-11-29 Thread u...@gmx.ch
Dear cracks After fooling hours/days in Wikipedia, Googling etc I'd like to place my issue here (before driving nuts). If this is not appropriate please sb indicate where I can find help. Thanks. For debugging I'd like to write the following info in a string: procedure name, code line number, ele

Re: [Gambas-user] How to get codelinenumber

2013-11-30 Thread u...@gmx.ch
htNow.where" sister? I'll keep on trying. Regards, Hubert Am 29.11.2013 18:41,schrieb Fabien Bodard: > 2013/11/29 u...@gmx.ch : >> Dear cracks >> >> After fooling hours/days in Wikipedia, Googling etc I'd like to place my >> issue here (before driving nut

Re: [Gambas-user] How to get codelinenumber and procname (solved - Thanks)

2013-11-30 Thread u...@gmx.ch
t; & Chr(10) & '$CheckVar, "ok") 'Endif ' 'Catch 'Message.Warning("Catch Error at " & Error.where & Chr(10) & "Error: " & Error.code & ", " & Error.text & Chr(10) & " $CheckVar: " &am

[Gambas-user] Database-manager in 3.5.1 missing, Sql-Visualisation-Tool ?

2013-12-13 Thread u...@gmx.ch
Dear cracks In Gambas2 I found the gambas-database-manager under tools, but nowhere in Gambas 3.5.1 anymore. Did I miss something at installation? Redoing an MSAccess-project, I'm using Gambas3, MariaDB and PhpMyAdmin. Missing is a visualization-tool for the relational links. Any recommendations

Re: [Gambas-user] Database-manager in 3.5.1 missing, Sql-Visualisation-Tool ?

2013-12-14 Thread u...@gmx.ch
Dear BenoƮt Life is so easy, .. if you have the right answers. Thanks a lot and have a nice weekend. Regards, Hubert PS: Thanks also to all 'Gambinos'. Great Job! (I bow humbly before the Creation.) Am 13.12.2013 19:15,schrieb Beno=EEt_Minisini: > Le 13/12/2013 18:24, u...@g

[Gambas-user] How to copy a frame containing various controls

2013-12-20 Thread u...@gmx.ch
Dear Cracks, I want to show various CsvLines in a ScrollView. Each line will be splitted and filled in a bunch of controls which are all neatly placed and formatted in a "SourceFrame". My question: Is there an easy way to copy/paste that "SourceFrame" depending on the (flexible) amount of CsvLin

Re: [Gambas-user] How to copy a frame containing various controls - Thanks

2013-12-21 Thread u...@gmx.ch
eeding, I might escape by copy/paste manually and making invisible all not needed Frames.) Thanks for your help and a nice holidays to all. Regards, Hubert Am 21.12.2013 11:12,schrieb Tobias Boege: > On Fri, 20 Dec 2013, u...@gmx.ch wrote: >> Dear Cracks, >> >> >> I wa

[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 - "

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

2016-11-15 Thread u...@gmx.ch
i/doc/library > > If you have any questions, just ask. > > 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 funct