[Gambas-user] buttons in hbox order PB

2009-07-21 Thread Jean-Yves F. Barbier
Hi, I've got a small connection form with 2 buttons underneath; these buttons are included in a HBox. Even if I put the buttons in the same group as TextBoxes (grpInput), give everybody a tag and handle kdb events through a grpInput_KeyPress() proc, the left button is _always_ the one whose gettin

Re: [Gambas-user] [SOLVED] Re: value of a field

2009-07-21 Thread Fabien Bodard
2009/7/21 Jean-Yves F. Barbier <12u...@gmail.com>: > Fabien Bodard a écrit : >> If i read your code ... you need some training on Gambas db management :/ > > Those who are crossing the river shouldn't get a rise at those who draw. > hubris > -- > exact :) mais bon ... c'est juste un clin d'oeuil :)

Re: [Gambas-user] transparent window

2009-07-21 Thread Fabien Bodard
2009/7/21 Szenográdi Norbert : > Hi, > > how can I create transparent Form? http://gambasdoc.org/help/comp/gb.qt/window/mask > > regards, Sevoir > > > -- > Enter the BlackBerry Developer Challenge > This is your chance t

[Gambas-user] Fortran

2009-07-21 Thread Pino Zollo
Hi, Is it possible to call from Gambas FORTRAN subroutines ? ...something like in f2py of python. If yes...how ? Regards Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server: hkp://wwwkeys.eu.pgp.net --

[Gambas-user] transparent window

2009-07-21 Thread Szenográdi Norbert
Hi, how can I create transparent Form? regards, Sevoir -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to Black

Re: [Gambas-user] [SOLVED] Re: value of a field

2009-07-21 Thread Jean-Yves F. Barbier
Fabien Bodard a écrit : > If i read your code ... you need some training on Gambas db management :/ Those who are crossing the river shouldn't get a rise at those who draw. hubris -- -- Enter the BlackBerry Developer Ch

Re: [Gambas-user] [SOLVED] Re: value of a field

2009-07-21 Thread Fabien Bodard
If i read your code ... you need some training on Gambas db management :/ 2009/7/21 Jean-Yves F. Barbier <12u...@gmail.com>: > Jean-Yves F. Barbier a écrit : > > > Finding: ResultVAR!fieldname was a PITA :( > > -- > > > -