[Gambas-user] treeview multiple selection

2009-08-12 Thread Jean-Yves F. Barbier
Hi list, Is there a possibility to make a multiple selection in a treeview by program, not by mouse. I've got 2 treeviews: 1st is a group list, 2nd is users (only some users are part of a specific group) What I'd like is to select all users belonging to a group I "mouse-select" to visually show t

Re: [Gambas-user] TreeView always returns last Item

2009-08-12 Thread Jean-Yves F. Barbier
Dimitris Anogiatis a écrit : > Hey JY, > > Try this line perhaps it'll work. > >trv_What.Current.Text > > it works on my gb.2.14 on my Debian Lenny Yes Dimitris, I juste find it out 5' ago. It took the whole night to figure that out :( Thanks anyway JY -- "Jesus was a cross dresser" [

Re: [Gambas-user] TreeView always returns last Item

2009-08-12 Thread Dimitris Anogiatis
Hey JY, Try this line perhaps it'll work. trv_What.Current.Text it works on my gb.2.14 on my Debian Lenny Hope it helps Regards Dimitris On Wed, Aug 12, 2009 at 7:51 PM, Jean-Yves F. Barbier <12u...@gmail.com>wrote: > gb 2.15.2 debian sid package > > Hi list,

[Gambas-user] TrayIcon and Embeding

2009-08-12 Thread Steven James Drinnan
Hi guys, I have had a look at prev posts but it seems it has not been resolved. I am working on a weather applet specific for Hong Kong. The problem is when I autostart the program on logon I get this error. "Unable to Embed from frmweather.?.0 " Any ideas. My source code can be found here: ht

[Gambas-user] TreeView always returns last Item

2009-08-12 Thread Jean-Yves F. Barbier
gb 2.15.2 debian sid package Hi list, I've got a strange TreeView behaviour: my application reads parms from a database and order them into a TreeView. I use a simple line to print selected item's information into the embedded console: PRINT trv_What.Item.Key & " ---

Re: [Gambas-user] svn2231 - libtool problem?

2009-08-12 Thread Dr. Diesel
On Wed, Aug 12, 2009 at 8:03 AM, Leonardo Miliani < leona...@leonardomiliani.com> wrote: > o.s.p ha scritto: > > hello! > > gcc version 4.4.1 (Frugalware Linux - current) > > > > host-triplet: i686-frugalware-linux-gnu > > shell:/bin/sh > > compiler: gcc > > compiler flags:

Re: [Gambas-user] text interface apps

2009-08-12 Thread Doriano Blengino
Tomas Eroles i Forner ha scritto: > Hello all! > I would like to know if it's possible, working with text apps, write > texts in the screen at any position. > > An example: I learned programming with dBase III, and we used the command: > > @2,5 SAY "Hello, what is your name?: " GET w_name > > to w

Re: [Gambas-user] text interface apps

2009-08-12 Thread Rob
On Wednesday 12 August 2009 12:30 pm, Rolf-Werner Eilert wrote: > And yes: I don't think the special "graphical characters" like in DOS > (ASCII > 128) exist on a Linux terminal, do they? So it would be > somewhat difficult to build "mask" like things. Though Midnight > Commander can do this, how d

Re: [Gambas-user] text interface apps

2009-08-12 Thread Jean-Yves F. Barbier
Rolf-Werner Eilert a écrit : > Tomas Eroles i Forner schrieb: ... >> @2,5 SAY "Hello, what is your name?: " GET w_name >> to write on the coordinates 2,5 on the screen the phrase Hello, what is... >> Is it possible to do in GAMBAS? > > Linux terminal coordinates can have more than 80x25 characters

Re: [Gambas-user] text interface apps

2009-08-12 Thread Rolf-Werner Eilert
Tomas Eroles i Forner schrieb: > Hello all! > I would like to know if it's possible, working with text apps, write > texts in the screen at any position. > > An example: I learned programming with dBase III, and we used the command: > > @2,5 SAY "Hello, what is your name?: " GET w_name > > to w

Re: [Gambas-user] text interface apps

2009-08-12 Thread Jean-Yves F. Barbier
Tomas Eroles i Forner a écrit : > Hello all! > I would like to know if it's possible, working with text apps, write > texts in the screen at any position. > > An example: I learned programming with dBase III, and we used the command: ;-) very good software indeed (I miss it sometimes) > @2,5 S

[Gambas-user] text interface apps

2009-08-12 Thread Tomas Eroles i Forner
Hello all! I would like to know if it's possible, working with text apps, write texts in the screen at any position. An example: I learned programming with dBase III, and we used the command: @2,5 SAY "Hello, what is your name?: " GET w_name to write on the coordinates 2,5 on the screen the phr

Re: [Gambas-user] svn2231 - libtool problem?

2009-08-12 Thread Leonardo Miliani
o.s.p ha scritto: > hello! > gcc version 4.4.1 (Frugalware Linux - current) > > host-triplet: i686-frugalware-linux-gnu > shell:/bin/sh > compiler: gcc > compiler flags: -march=i686 -mtune=generic -O2 -pipe > -fno-strict-aliasing > linker: /usr/i686-frug

[Gambas-user] Gridview not moving to last line in Gambas 3

2009-08-12 Thread charlesg
The following code works fine in 2.13 on Ubuntu 9.04 i386 and correctly dispays the last line of the result in gridview gvAll On 2.99 2224, however, the last line is not displayed or not fully displayed. You have to scroll to show the last line. I thought it might have something to do with the he

[Gambas-user] svn2231 - libtool problem?

2009-08-12 Thread o.s.p
hello! gcc version 4.4.1 (Frugalware Linux - current) host-triplet: i686-frugalware-linux-gnu shell:/bin/sh compiler: gcc compiler flags: -march=i686 -mtune=generic -O2 -pipe -fno-strict-aliasing linker: /usr/i686-frugalware-linux/bin/ld (gnu? yes) libto