Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-12-17 Thread Rolf-Werner Eilert
Hi Tobias, After some time, I had the chance to look at this thing again: Am 19.11.2014 16:37, schrieb Tobias Boege: On Wed, 19 Nov 2014, Rolf-Werner Eilert wrote: This is a standard task and therefore a template solution evolved in the Gambas sources. Attached is a project which shows how to

[Gambas-user] Balloon Colors Issue

2014-12-17 Thread Jorge Carrión
I have a problem with some SO, mostly with Ubuntu 14.04, wich shown the Balloon class with illegible colors: foreground white, background yellow. I don't see any color property on Balloon class. My clients hasn't changed nothing on Ubuntu's settings. It's possible change that behavior of the

Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-12-17 Thread Fabien Bodard
you can use collection too I use collections to manage hundreds images in gb.map cache for example. I don't see other simple way in your case 2014-12-17 11:29 GMT+01:00 Rolf-Werner Eilert eilert-sprac...@t-online.de: Hi Tobias, After some time, I had the chance to look at this thing again:

Re: [Gambas-user] Balloon Colors Issue

2014-12-17 Thread Benoît Minisini
Le 17/12/2014 11:38, Jorge Carrión a écrit : I have a problem with some SO, mostly with Ubuntu 14.04, wich shown the Balloon class with illegible colors: foreground white, background yellow. I don't see any color property on Balloon class. My clients hasn't changed nothing on Ubuntu's

Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-12-17 Thread Rolf-Werner Eilert
Hi Tobias, I found the solution... Make a collection array within the dialog or within the _call function, then add the items and Return aMyCollection will do the rest. Need another cup of coffee :) Rolf --

Re: [Gambas-user] Balloon Colors Issue

2014-12-17 Thread Jorge Carrión
Ok. I'm afraid my users lacks the ability to change that. Message class again, then... Thanks for the answer. Regards 2014-12-17 11:56 GMT+01:00 Benoît Minisini gam...@users.sourceforge.net: Le 17/12/2014 11:38, Jorge Carrión a écrit : I have a problem with some SO, mostly with Ubuntu

[Gambas-user] Issue 589 in gambas: Interpreter Crash Gambas3 - Calling a library function - BananaPi

2014-12-17 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 589 by scrcarl...@gmail.com: Interpreter Crash Gambas3 - Calling a library function - BananaPi https://code.google.com/p/gambas/issues/detail?id=589

[Gambas-user] Progress Bar

2014-12-17 Thread Christian e Ana Luiza Britto
Hi I'm trying to build a form with a progress bar. I make a simple For...Next loop to increment the progress bar value. The problems is that the Form only appears on the screen when the loop reach the final value. What I have to do to see the working bar progress? Christian Public Sub Form_Show()

Re: [Gambas-user] Progress Bar

2014-12-17 Thread T Lee Davidson
Try: For X = 1 To 100 Step 1 ProgressBar1.Value = X / 100 ProgressBar1.Refresh Wait 0.1 Next Lee __ Artificial Intelligence is no match for natural stupidity. On 12/17/2014 03:33 PM, Christian e Ana Luiza Britto wrote: Hi I'm trying to build a form with a progress bar.

Re: [Gambas-user] Issue 579 in gambas: Sqlite Conn.Exec failure with a CTE query

2014-12-17 Thread gambas
Comment #4 on issue 579 by brucedot...@gmail.com: Sqlite Conn.Exec failure with a CTE query https://code.google.com/p/gambas/issues/detail?id=579 Belated thanks for that fix! It makes things like building a treeview from such an out of order hierarchical table so much easier. ... and joyeux