Re: [Gambas-user] too many operands

2009-09-08 Thread Doriano Blengino
MSulchan Darmawan ha scritto: Pada Mon, 07 Sep 2009 13:19:32 +0200 Doriano Blengino doriano.bleng...@fastwebnet.it menulis: res = db.Create(refpos) ' append record in table named refpos for i = 1 to 31 res[Res i] = ... next Does this means the field

Re: [Gambas-user] How to get listbox selection?

2009-09-08 Thread Dimitris Anogiatis
Sorry Rolf, It won't happen again, I just thought that since the question has already been answered for another user in English that it wouldn't be a problem to just repeat the same solution in a different language as a courtesy for a fellow countryman; Regards Dimitris On Tue, Sep 8, 2009 at

Re: [Gambas-user] How to get listbox selection?

2009-09-08 Thread Werner
Rolf Schmidt wrote: Hallo Dimitris deine Mail ist sehr interessant, doch leider kann ich sie nicht lesen - komischer englischer Dialekt. Gruß Rolf PS: If you like to answer in a different language then english, the language of this list, do it as PM. An katalava kala thes na

Re: [Gambas-user] TAB order of controls

2009-09-08 Thread Demosthenes Koptsis
Yes you can change TAB order from Hierarchy, move up/down controls sets TAB order. On Tue, Sep 8, 2009 at 3:11 PM, Ronr...@cyberjunky.nl wrote: Is there a way to change the order in which controls are looped through if you press tab and have a few in a form? I can't seem to find it. What is

Re: [Gambas-user] How to get listbox selection?

2009-09-08 Thread Demosthenes Koptsis
Thanks all for your help. I couldn't find the selected property in help files. Now everything is ok. Thanks again. On Tue, Sep 8, 2009 at 12:18 PM, Wernerwd...@netfront.net wrote: Rolf Schmidt wrote: Hallo Dimitris deine Mail ist sehr interessant, doch leider kann ich sie nicht lesen -

[Gambas-user] gambas-mysqladmin

2009-09-08 Thread Demosthenes Koptsis
Hi to all. I wrote a very nice program called gambas-mysqladmin. It is a mysql administration tool, maybe you like to see it. Check below link: http://sourceforge.net/projects/gambas-mysqladm/ -- Γεια χαρα σε όλους!!! Regards, Demosthenes Koptsis

Re: [Gambas-user] TAB order of controls

2009-09-08 Thread Benoît Minisini
Is there a way to change the order in which controls are looped through if you press tab and have a few in a form? I can't seem to find it. What is the key in this? I have some datacontrol fields, but it goes from the first to the third back to the second... Regards, Ron_2nd. In

[Gambas-user] reconf-all script sugestion

2009-09-08 Thread Petit Eric
Hi I'm trying the svn version of Gambas, so i followed the instruction by started the ./reconf-all script and wait long time, become surprise to see no output, like a dead program, so i suggest to add the verbosity option to the script, like that : autoreconf -v $@ -- Cordially. Small Eric

[Gambas-user] declaring control groups at runtime

2009-09-08 Thread Matteo Pasotti
Hi, I'm writing an application that once read a configuration file, it creates at runtime some buttons. My problem is represented by the declaration of a unique event for all these buttons with the target of recognizing the caller and change some of its properties. I think it's similar to the

Re: [Gambas-user] Balloon

2009-09-08 Thread Pino Zollo
Alle 11:58, lunedì 7 settembre 2009, hai scritto: Hi! Balloon popup is little buggy (sometimes). Screenshot tells it all. For me (Gambas 2.15) the delay is not actuated: Balloon.Delay = 2 shows for a small second Pino It works there... I think the problem comes

[Gambas-user] IDE cut/n paste control behaviour Q

2009-09-08 Thread richard terry
I've noted that when I cut/n paste a group of multi-selected controls from one container to another, that once pasted, they are no longer selected. This can be really inconvenient because one has to re-selecte them all to say move-them en-masse within the container. Not a problem on a simple