Re: [Gambas-user] Select an entry in a combo or list box by keypress - Is there a better way.

2008-09-12 Thread Doriano Blengino
Ian Roper ha scritto: > Greetings all, > > I am looking for a better way to locate and select an entry in a combo > or list box by pressing a series of keys. > > I have been able to do this with the following code but there must be a > better way. ? > > It would be nice to have this as a standard m

[Gambas-user] Select an entry in a combo or list box by keypress - Is there a better way.

2008-09-12 Thread Ian Roper
Greetings all, I am looking for a better way to locate and select an entry in a combo or list box by pressing a series of keys. I have been able to do this with the following code but there must be a better way. ? It would be nice to have this as a standard method for these sort of controls. :)

Re: [Gambas-user] Control arrays

2008-09-12 Thread Kari Laine
On Fri, Sep 12, 2008 at 6:00 PM, Steven Lobbezoo <[EMAIL PROTECTED]> wrote: > .LAST > > Steven > > Thanks - got it. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

Re: [Gambas-user] Control arrays

2008-09-12 Thread Steven Lobbezoo
.LAST Steven Le vendredi 12 septembre 2008 à 16:42 +0300, Kari Laine a écrit : > Hi, > > if I use groups of controls how I find out which one was the originating > control in events? > > Best Regards > Kari Laine > > > ---

[Gambas-user] RSSReader fix?

2008-09-12 Thread Ron
Hi, wanted to build the gambas rss reader from: http://www.beanizer.org/site/index.php/en/Articles/First-steps-with-Gambas-I.html Used is an textview object, is that replaced by an textedit object by any chance? Can't find a textview object even though I have gb.qt.ext enabled. And, when you r

[Gambas-user] Control arrays

2008-09-12 Thread Kari Laine
Hi, if I use groups of controls how I find out which one was the originating control in events? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

Re: [Gambas-user] Creating a library

2008-09-12 Thread gambas
Am Freitag, 12. September 2008 11:40:36 schrieb [EMAIL PROTECTED]: > Am Donnerstag, 4. September 2008 16:39:06 schrieb Doriano Blengino: > > Make a (dummy?) project with your libray in it; give it a meaningful > > name. Edit the library source: put a "EXPORT" alone in a line at the > > beginning: >

Re: [Gambas-user] Creating a library

2008-09-12 Thread gambas
Am Donnerstag, 4. September 2008 16:39:06 schrieb Doriano Blengino: > Make a (dummy?) project with your libray in it; give it a meaningful name. > Edit the library source: put a "EXPORT" alone in a line at the beginning: > > ' Gambas module file > > EXPORT > > PUBLIC SUB printit(st AS S