Re: [Gambas-user] displaying mysql query result into gridview

2011-03-11 Thread Michael
Nugroho, Sorry, I just cut and pasted some existing code. You can delete the reference to LoadChargeCombos. This is a local routine to populate some combo boxes. The rest of your code should work fine. Best Wishes Michael On 12/03/11 13:35, Nugroho Al Gopar wrote: > Hi Michael > > I've try to

Re: [Gambas-user] displaying mysql query result into gridview

2011-03-11 Thread Nugroho Al Gopar
Hi Michael I've try to use your script replied to me in my program. But I need few explanations. 1. Where should I put the code? It is something like bellow? ' Gambas class file PRIVATE SUB PopulateCharges() DIM rsCharges AS Result DIM intRow AS Integer = 0 DIM strT

Re: [Gambas-user] Wizard Title Size grows changing the index

2011-03-11 Thread Benoît Minisini
> Hope someone can help me here. > I noted a strange behaviour with the wizard title size. My wizard has > count = 5, each time a go forward or back through the steps the title > size increases till it gets the total size of the wizard. This happens > in the IDE as like as at application running. A

Re: [Gambas-user] Signal 11 with callback functions

2011-03-11 Thread Jussi Lahtinen
Forgot... press the button, and error is raised after the form is closed. Jussi On Fri, Mar 11, 2011 at 21:31, Jussi Lahtinen wrote: > Hi! > Is there something I have misunderstand? > > I get; > gbx3: warning: circular references detected: > gbx3: 1 FMain > > And then signal 11. > > See att

[Gambas-user] Signal 11 with callback functions

2011-03-11 Thread Jussi Lahtinen
Hi! Is there something I have misunderstand? I get; gbx3: warning: circular references detected: gbx3: 1 FMain And then signal 11. See attachment. Gambas 3 rev 3639 @ Ubuntu 10.10 64bit Jussi CallbackTest-0.0.1.tar.gz Description: GNU Zip compressed data -

Re: [Gambas-user] changes to Regexp

2011-03-11 Thread Benoît Minisini
> I noitced with old versions of gambas, Regexp.Submatches[0].Text > returns the whole match, .Submatches[1] the first submatch and so on. > But in the latest version this changes and Submartches[0] becomes the > first match. > > see project attached, its output on revision 3564 > re.SubMatches[0]

[Gambas-user] Wizard Title Size grows changing the index

2011-03-11 Thread Emanuele Sottocorno
Hope someone can help me here. I noted a strange behaviour with the wizard title size. My wizard has count = 5, each time a go forward or back through the steps the title size increases till it gets the total size of the wizard. This happens in the IDE as like as at application running. A simple pr

[Gambas-user] changes to Regexp

2011-03-11 Thread Ian Haywood
I noitced with old versions of gambas, Regexp.Submatches[0].Text returns the whole match, .Submatches[1] the first submatch and so on. But in the latest version this changes and Submartches[0] becomes the first match. see project attached, its output on revision 3564 re.SubMatches[0].Text the brow