M0E Lnx ha scritto:
> is there a way to code it in my key_release event?
>
> On Tue, Oct 7, 2008 at 4:53 PM, Benoit Minisini
> <[EMAIL PROTECTED]> wrote:
>
>> On mardi 07 octobre 2008, M0E Lnx wrote:
>>
>>> I have a really long list in a lisbox. I'd like to make it so when I
>>> press "s" o
I have written an app in gambas that is generating a little bit of interest
in the linux world. But I have two features I wish to add, that I am not
sure how to implement in Gambas.
My app is a writer's app. As such I would like to have a way to have my app
be able to upload and download posts
On mercredi 08 octobre 2008, David Villalobos Cambronero wrote:
> Ok, I'll try.
>
> I got an Editor to hinglight MySQL Keywords, but I want that when the user
> types INS shows a box with some words like INSERT, just as Gambas does.
>
> In Gambas if you write PRI then appears a box with PRIVATE an
Ok, I'll try.
I got an Editor to hinglight MySQL Keywords, but I want that when the user
types INS shows a box with some words like INSERT, just as Gambas does.
In Gambas if you write PRI then appears a box with PRIVATE and some other
Gambas Keywords. That is what I want to do.
Hope I was cle
On mercredi 08 octobre 2008, David Villalobos Cambronero wrote:
> Hi, Benoit, how did you implement the autocomplete feature?
>
> Any idea?
>
> Regards.
>
>
> --
> David
>
Maybe you could ask a less general question? Otherwise I can answer "elbow
grease" :-)
--
Benoit Minisini
---
On mercredi 08 octobre 2008, Rolf-Werner Eilert wrote:
> Another question:
>
> In Gambas1, there was Font.Resolution. I used it for scaling things. In
> Gambas2, it doesn't exist anymore.
>
> Is there a replacement?
>
> Regards
>
> Rolf
>
Desktop.Resolution (more logical name)
--
Benoit Minisini
On mercredi 08 octobre 2008, Kari Laine wrote:
> Hi,
>
> I am writing a test program and I am little stuck with the big fields in
> gb.db. Could someone tell me please?
>
> what type I define to use the following MySQL fields?
>
> VARCHAR(*M*), VARBINARY(*M*) *L* + 1 bytes if column values require
On mercredi 08 octobre 2008, Rolf-Werner Eilert wrote:
> Hi folks,
>
> I'm slightly confused - this was ok in Gambas1, but in Gambas2 it
> doesn't want to run. Here is an excerpt:
>
> DIM bild AS NEW image
>
> bild.Load(datei$)
>
> breite = bild.Width
>
> What I get here is "0", but no er
Hi, Benoit, how did you implement the autocomplete feature?
Any idea?
Regards.
--
David
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications w
Hi, maybe use gb.db.mysql.
Regards
--
David
- Original Message
From: Kari Laine <[EMAIL PROTECTED]>
To: mailing list for gambas users
Sent: Wednesday, October 8, 2008 10:30:08 AM
Subject: [Gambas-user] gb.db
Hi,
I am writing a test program and I am little stuck with the big field
Hi,
I am writing a test program and I am little stuck with the big fields in
gb.db. Could someone tell me please?
what type I define to use the following MySQL fields?
VARCHAR(*M*), VARBINARY(*M*) *L* + 1 bytes if column values require 0 – 255
bytes, *L* + 2 bytes if values may require more than
Another question:
In Gambas1, there was Font.Resolution. I used it for scaling things. In
Gambas2, it doesn't exist anymore.
Is there a replacement?
Regards
Rolf
-
This SF.Net email is sponsored by the Moblin Your Move De
Doriano Blengino schrieb:
> Rolf-Werner Eilert ha scritto:
>> Alright, but it doesn't delete the lock-file with UNLOCK, and the
>> lock-file has standard rights rw-r--r-- (644), so no other user than the
>> one who has created it should be able to delete it. Up to now, I just
>> tested it on my
Hi folks,
I'm slightly confused - this was ok in Gambas1, but in Gambas2 it
doesn't want to run. Here is an excerpt:
DIM bild AS NEW image
bild.Load(datei$)
breite = bild.Width
What I get here is "0", but no error. I checked it and even changed the
file from BMP to PNG to see if it
Rolf-Werner Eilert ha scritto:
>
> Alright, but it doesn't delete the lock-file with UNLOCK, and the
> lock-file has standard rights rw-r--r-- (644), so no other user than the
> one who has created it should be able to delete it. Up to now, I just
> tested it on my own account with a file from m
is there a way to code it in my key_release event?
On Tue, Oct 7, 2008 at 4:53 PM, Benoit Minisini
<[EMAIL PROTECTED]> wrote:
> On mardi 07 octobre 2008, M0E Lnx wrote:
>> I have a really long list in a lisbox. I'd like to make it so when I
>> press "s" on the keyboard, it jumps to the first item
Benoit Minisini schrieb:
> On mardi 07 octobre 2008, Rolf-Werner Eilert wrote:
>> Benoit Minisini schrieb:
>>> On mardi 07 octobre 2008, nando wrote:
There is a problem with your method.
Between the execution of the KILL and the CREATION of the file,
multitasking happens and another
17 matches
Mail list logo