[Gambas-user] new label

2009-08-13 Thread abdurrahman ulusoy
hi.  When user click a button create  a new label, and when click on this label user see a new text. how can i do this. (label quantity more then one  ) ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en i

Re: [Gambas-user] TrayIcon and Embeding

2009-08-13 Thread Steven James Drinnan
Thanks that did the trick. Funny if I run manually from the menu entry all OK. Steven On Thu, 2009-08-13 at 17:49 +0300, Jussi Lahtinen wrote: > If your program works otherwise, I think your error would be because > something needed has not been started yet... > Try to start your program with

Re: [Gambas-user] Gambas 3 ./reconf-all problem

2009-08-13 Thread Laurent Carlier
Le jeudi 13 août 2009 14:57:13 Peter Landgren, vous avez écrit : > Hi, > > When running ./reconf-all I get after svn up to revision 2234: > > [prog...@hpd1 trunk]$ ./reconf-all > Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL > Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_

Re: [Gambas-user] svn 2234 make error

2009-08-13 Thread Laurent Carlier
Le jeudi 13 août 2009 20:12:59 o.s.p, vous avez écrit : > o.s.p ha scritto: > > gcc version 4.4.1 (Frugalware Linux) > > > > $ libtool --help > > ... > > host-triplet: i686-frugalware-linux-gnu > > shell:/bin/sh > > compiler: gcc > > compile

Re: [Gambas-user] Problem with breakpoint

2009-08-13 Thread richard terry
On Thu, 13 Aug 2009 11:41:31 pm Fabien Bodard wrote: > Is there other person like me, who have problem with the breack point > ? it not stop in the last 3 svn version > > --- >--- Let Crystal Reports handle the reporting - Free

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

2009-08-13 Thread Leonardo Miliani
Laurent Carlier ha scritto: > > I guess i've fixed it in rev 2232 (trunk) 2231 (branch 2.0). It did solve for me. Thanks! One trick: restart compilation from scratch and don't continue the previous one (as SVN suggests) because in this last case you'll have the same error too. -- Web: www.l

Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jean-Yves F. Barbier
Jussi Lahtinen a écrit : > Ok... Do you use GTK+ or Qt? Qt > Which version of Gambas? Debian sid regular package of V. 2.15.2 > With Gambas3, that works (with both GTK+ and Qt3). But I remember some > difficulties with GTK+ in earlier versions. > I just don't remember what they exactly were...

Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jussi Lahtinen
Ok... Do you use GTK+ or Qt? Which version of Gambas? With Gambas3, that works (with both GTK+ and Qt3). But I remember some difficulties with GTK+ in earlier versions. I just don't remember what they exactly were... Jussi On Thu, Aug 13, 2009 at 19:41, Jean-Yves F. Barbier<12u...@gmail.com> w

Re: [Gambas-user] svn 2234 make error

2009-08-13 Thread o.s.p
o.s.p ha scritto: > gcc version 4.4.1 (Frugalware Linux) > > $ libtool --help > ... > host-triplet: i686-frugalware-linux-gnu > shell:/bin/sh > compiler: gcc > compiler flags: -march=i686 -mtune=generic -O2 -pipe > -fno-strict-alia

Re: [Gambas-user] Combobox returns item and item_key

2009-08-13 Thread Charlie Reinl
Am Montag, den 10.08.2009, 19:49 -0700 schrieb Hugo Chillon: > For people who looks for a combobox to show items from a database table > column but need combobox returns item_key from another column, this is a > class for them: > > ' Gambas class file > '***

Re: [Gambas-user] treeview multiple selection

2009-08-13 Thread Charlie Reinl
Am Donnerstag, den 13.08.2009, 18:55 +0200 schrieb Jean-Yves F. Barbier: > MoveBelow Thanks also, Triscott Jean-Yves, MoveBelow till now i ignored ! Charlie -- Let Crystal Reports handle the reporting - Free Crystal Re

Re: [Gambas-user] treeview multiple selection

2009-08-13 Thread Jean-Yves F. Barbier
Charlie Reinl a écrit : ... > Hallo Jean-Yves, Triscott Charlie > to days lesson THE DEADLOOP : > > set the trv_What.MoveNext after the endif Yes, that's better (and with MoveBelow instead MoveNext, my infinite loop is now astonishly tremendous: it freezes GB completely :) Thanks anyway,

Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jean-Yves F. Barbier
Jean-Yves F. Barbier a écrit : > Jussi Lahtinen a écrit : >> Perhaps not best possible way, but I did it like this; >> >> TextArea1.Pos = TextArea1.Length >> TextArea1.EnsureVisible() > > No Jussi it don't work, it reverse the printing order ASA you reached the > bottom, > inverting the PB: lines

Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jean-Yves F. Barbier
Jussi Lahtinen a écrit : > Perhaps not best possible way, but I did it like this; > > TextArea1.Pos = TextArea1.Length > TextArea1.EnsureVisible() No Jussi it don't work, it reverse the printing order ASA you reached the bottom, inverting the PB: lines are now hidden on top of the list. -- who

Re: [Gambas-user] treeview multiple selection

2009-08-13 Thread Charlie Reinl
Am Donnerstag, den 13.08.2009, 17:33 +0200 schrieb Jean-Yves F. Barbier: > Jean-Yves F. Barbier a écrit : > ... > > No Werner, that don't work (wanted nb, Str, or Obj, got Fnct instead), > > I'm trying to adapt the base idea with other options, but still no success. > > I tried: > > trv_What

Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jussi Lahtinen
Perhaps not best possible way, but I did it like this; TextArea1.Pos = TextArea1.Length TextArea1.EnsureVisible() Jussi On Thu, Aug 13, 2009 at 19:04, Jean-Yves F. Barbier<12u...@gmail.com> wrote: > Hi list, > > I'd like to know what widget I should use to have the same behaviour as the > con

[Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jean-Yves F. Barbier
Hi list, I'd like to know what widget I should use to have the same behaviour as the console one: when text reach bottom, next text stays visible at bottom (old escapes by top), instead of printing below and beeing invisible (and oblige to manually scroll.) JY -- Parting is such sweet sorrow

[Gambas-user] svn 2234 make error

2009-08-13 Thread o.s.p
gcc version 4.4.1 (Frugalware Linux) $ libtool --help ... host-triplet: i686-frugalware-linux-gnu shell:/bin/sh compiler: gcc compiler flags: -march=i686 -mtune=generic -O2 -pipe -fno-strict-aliasing linker: /usr/i

Re: [Gambas-user] treeview multiple selection

2009-08-13 Thread Jean-Yves F. Barbier
Jean-Yves F. Barbier a écrit : ... > No Werner, that don't work (wanted nb, Str, or Obj, got Fnct instead), > I'm trying to adapt the base idea with other options, but still no success. I tried: trv_What.MoveFirst() REPEAT IF Left$(trv_What.Item.Text, 11) = "Tsupplier.a" THEN

Re: [Gambas-user] TrayIcon and Embeding

2009-08-13 Thread Jussi Lahtinen
If your program works otherwise, I think your error would be because something needed has not been started yet... Try to start your program with script: #!/bin/sh sleep 15 #Wait for 15 seconds. gbr2 yourprogranname.gambas Does it work then? Jussi On Thu, Aug 13, 2009 at 05:00, Steven Jam

Re: [Gambas-user] treeview multiple selection

2009-08-13 Thread Jean-Yves F. Barbier
Werner a écrit : ... > say you have a treeview called Larch. The following stub (untested) > should select all treeview items that begin with "A" and deselect all others > > if not Larch.MoveFirst then > repeat >if Left$(Larch.Item.Text) = "A" then > Larch.Item.Selected = T

Re: [Gambas-user] Comparing 2 pictures

2009-08-13 Thread Fabien Bodard
mabe something interresting in the motion project 2009/8/10 Rob : > On Monday 10 August 2009 09:58 am, richard terry wrote: >> > But if both pictures are guaranteed to be the same size, something as >> > simple as converting each one to text-based PPM format and using diff >> > should be suffi

[Gambas-user] Problem with breakpoint

2009-08-13 Thread Fabien Bodard
Is there other person like me, who have problem with the breack point ? it not stop in the last 3 svn version -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report desi

[Gambas-user] Gambas 3 ./reconf-all problem

2009-08-13 Thread Peter Landgren
Hi, When running ./reconf-all I get after svn up to revision 2234: [prog...@hpd1 trunk]$ ./reconf-all Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL Makefile.am:39: Libtool library used but `LIBTOOL' is undefined M

Re: [Gambas-user] New libtool make error

2009-08-13 Thread Laurent Carlier
Le mardi 11 août 2009 23:00:26 Dr. Diesel, vous avez écrit : > Not sure what has changed, gambas3 (via svn) compiled just fine about a > week ago (no libtool update). Today I updated to latest svn and now I > receive this make error: > > /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CO

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

2009-08-13 Thread charlesg
I noticed that the subsequent addition of a line to the gridview caused it to display correctly. Also a second Gridview on the form behaved itself from _open. So I moved the routine to display the problem gridview from form_open to form_activate and it now works correctly. -- View this messag

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

2009-08-13 Thread Laurent Carlier
Le jeudi 13 août 2009 12:43:51 o.s.p, vous avez écrit : > I guess i've fixed it in rev 2232 (trunk) 2231 (branch 2.0). > > > I'm a lucky guy, don't know really why but now it work for me (and i hope > > for you too) > > > > Have fun :-p > > ++ > > little fun 8-( > svn 2233: > > make[4]: Entering di

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

2009-08-13 Thread o.s.p
I guess i've fixed it in rev 2232 (trunk) 2231 (branch 2.0). > I'm a lucky guy, don't know really why but now it work for me (and i hope for > you too) > > Have fun :-p > ++ > little fun 8-( svn 2233: make[4]: Entering directory `/home/pol/Desktop/src/g/2.0/gb.desktop/src' /bin/sh ../libtool -

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

2009-08-13 Thread Laurent Carlier
Le mercredi 12 août 2009 20:54:38 Dr. Diesel, vous avez écrit : > 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-

Re: [Gambas-user] treeview multiple selection

2009-08-13 Thread Werner
Jean-Yves F. Barbier wrote: > 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

[Gambas-user] Feature Request - Mutiple Mouse Pointer / Keyboard detection

2009-08-13 Thread Steven James Drinnan
Hi Benoît, I have just noticed that with XORG version 1.7 it has support for multiple mouse cursors and Keyboards. (MPX) Is there any chance that you could add someway that Gambas could detect if there is more than one mouse pointer. And which one is being used. It would change the way that we t

Re: [Gambas-user] text interface apps

2009-08-13 Thread Steven revimmo
Hi, For a few (10?) years I programmed a small "windows" system in sh. It had windows, texts, some widgets etc. So, I think as long as You can do this in sh (with a little help of the curses lib), you should be able to do it in gambas to. (Or just call the appropriate shell routines.) I'll try t