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 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
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
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:
>>
>>
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
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?
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
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
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 ...
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.
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
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
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
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
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
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
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
17 matches
Mail list logo