Re: [Gambas-user] Feature request IDE

2008-08-29 Thread Ron Onstenk
On Friday 29 August 2008, Ron wrote: > > Do you know that pressing CTRL while double-clikcing opens the code and not > > the form? > > > >   > Aha, no /I /didn't know that. > Thats good enough, disregard my request! > Good news to me too, the CTRL key trick :) Would be nice to have those secret

[Gambas-user] Gambas Apps Dependencies

2008-08-29 Thread Nx GT-R BOY
Gambas Apps Dependencies Hi, I have reach a point where I cant code all by me, so I have decide to use a program to send emails notifications from sendmail. So I want my app check for the program, if found, use it, if not, install it. For check the app existence I was thinking something like "whe

Re: [Gambas-user] Autoconf tools question

2008-08-29 Thread Laurent Carlier
Le Friday 29 August 2008 14:55:20 M0E Lnx, vous avez écrit : > Will do as soon as I get a chance > > What are the chances of a g2 project to work under g3? > There is pretty good chances of success. Regards, - This SF.Net e

Re: [Gambas-user] Question about var declaration

2008-08-29 Thread Ron
Benoit Minisini schreef: > On vendredi 29 août 2008, Ron wrote: > >> Variables declared with a DIM inside a SUB or FUNCTION can be put >> together like this: >> >> DIM sVar1, sVar2 AS String >> >> This is not valid syntax for public vars at the beginning of a module of >> class, like this: >> >>

Re: [Gambas-user] Question about var declaration

2008-08-29 Thread Benoit Minisini
On vendredi 29 août 2008, Ron wrote: > Variables declared with a DIM inside a SUB or FUNCTION can be put > together like this: > > DIM sVar1, sVar2 AS String > > This is not valid syntax for public vars at the beginning of a module of > class, like this: > > PUBLIC sVar1, sVar2 AS String > > This r

[Gambas-user] Question about var declaration

2008-08-29 Thread Ron
Variables declared with a DIM inside a SUB or FUNCTION can be put together like this: DIM sVar1, sVar2 AS String This is not valid syntax for public vars at the beginning of a module of class, like this: PUBLIC sVar1, sVar2 AS String This results in an error 'Missing AS' Is this on purpose?

Re: [Gambas-user] Autoconf tools question

2008-08-29 Thread M0E Lnx
Will do as soon as I get a chance What are the chances of a g2 project to work under g3? On Fri, Aug 29, 2008 at 6:34 AM, Laurent Carlier <[EMAIL PROTECTED]> wrote: > Le Thursday 28 August 2008 16:21:00 M0E Lnx, vous avez écrit : >> Any way to test this in gambas2 yet? >> >> my app is written

Re: [Gambas-user] Autoconf tools question

2008-08-29 Thread Laurent Carlier
Le Thursday 28 August 2008 16:21:00 M0E Lnx, vous avez écrit : > Any way to test this in gambas2 yet? > > my app is written in g2 > > On Wed, Aug 27, 2008 at 7:30 PM, Laurent Carlier <[EMAIL PROTECTED]> wrote: > > Le Wednesday 27 August 2008 14:54:07 M0E Lnx, vous avez écrit : > >> I'm willing to

Re: [Gambas-user] gambasdoc.org bug

2008-08-29 Thread Laurent Carlier
Le Wednesday 27 August 2008 10:55:56 Benoit Minisini, vous avez écrit : > On dimanche 24 août 2008, Laurent Carlier wrote: > > The title of the page is always added when using then syntax{} > > statement. > > > > See http://www.gambasdoc.org/help/tutorial/testloop > > When using the {syntax ...

[Gambas-user] Grideditor

2008-08-29 Thread Steven Lobbezoo
Hi, I want to add a row to the gridedito from code, so i do this : PUBLIC SUB Button5_Click() ' on ajoute la selection du listbox gridd.GridEditor_Create() ' met les données dans le grid gridd.putData(gridd.Table.Row, 2, "Tout-Bien") gridd.putData(gridd.Table.Row, 4, "Request") gridd.

Re: [Gambas-user] Feature request IDE

2008-08-29 Thread Ron
Benoit Minisini schreef: > On vendredi 29 août 2008, Ron wrote: > >> Benoit Minisini schreef: >> >>> On mardi 26 août 2008, Ron wrote: >>> One small suggestion; When you edit a form, specially the code below it, when you switch to another form to edit, and you go

Re: [Gambas-user] Feature request IDE

2008-08-29 Thread Benoit Minisini
On vendredi 29 août 2008, Ron wrote: > Benoit Minisini schreef: > > On mardi 26 août 2008, Ron wrote: > >> One small suggestion; > >> > >> When you edit a form, specially the code below it, when you switch to > >> another form to edit, and you go back to the previous form, you end up > >> in the G

Re: [Gambas-user] Feature request IDE

2008-08-29 Thread Ron
Benoit Minisini schreef: > On mardi 26 août 2008, Ron wrote: > >> One small suggestion; >> >> When you edit a form, specially the code below it, when you switch to >> another form to edit, and you go back to the previous form, you end up >> in the GUI editor of that form, instead of the code wi

Re: [Gambas-user] about combobox

2008-08-29 Thread Benoit Minisini
On mardi 26 août 2008, Fox wrote: > About combobox, we are talking about this control a little time ago. > There is a big difference from QT and GTK combobox. > Gtk combobox have trouble to manage long lists, try to fill with many > items, it make load for time and also you have trouble to search w

Re: [Gambas-user] Feature request IDE

2008-08-29 Thread Benoit Minisini
On mardi 26 août 2008, Ron wrote: > One small suggestion; > > When you edit a form, specially the code below it, when you switch to > another form to edit, and you go back to the previous form, you end up > in the GUI editor of that form, instead of the code window you where > before. > > Is it po

Re: [Gambas-user] Q:how to save a file.png into Postgresql

2008-08-29 Thread Benoit Minisini
On vendredi 29 août 2008, richard terry wrote: > snip > > > Yet another unhelpful post :-( > > Ah, no not true. > > Will look at the DICOM if/when get around to imaging stuff. Much of the > medical stuff is viewable over the web, and one wouldn't download CT's etc. > > My little drawings as 2K are

Re: [Gambas-user] Q:how to save a file.png into Postgresql

2008-08-29 Thread richard terry
snip > Yet another unhelpful post :-( Ah, no not true. Will look at the DICOM if/when get around to imaging stuff. Much of the medical stuff is viewable over the web, and one wouldn't download CT's etc. My little drawings as 2K are miniscule things. My App is currently only a prototype in pro