Re: [Gambas-user] Help compiling gambas3

2009-08-06 Thread Dr. Diesel
Many thanks for the help, I install these packages and all is now fine: Aug 06 20:43:45 Installed: firebird-libfbembed.i586 2.1.2.18118.0-11.fc11 Aug 06 20:43:46 Installed: libogg-devel.i586 2:1.1.3-11.fc11 Aug 06 20:43:48 Installed: xinetd.i586 2:2.3.14-22.fc11 Aug 06 20:43:48 Installed: sqlite2.

Re: [Gambas-user] Help compiling gambas3

2009-08-06 Thread Benoît Minisini
> Many thanks, that got me a munch further! I am now stuck here, probably a > missing dep but I can't seem to determine which package? I started with a > fresh svn checkout: > > make[5]: Entering directory `/home/andy/trunk/gb.qt.kde/src/html' > /bin/sh ../../libtool --tag=CXX --mode=compile g+

Re: [Gambas-user] Java for Webkit?

2009-08-06 Thread Benoît Minisini
> > I noted in the browser example, no java? > > > > WebSettings seems to have mention of these but I can't set them. > > > > Any help appreciated. > > > > Thanks. > > > > richard > > WebSettings[WebSettings.JavaEnabled] = TRUE > > does not work? Indeed, it seems to not work. But Javascript works

Re: [Gambas-user] Help compiling gambas3

2009-08-06 Thread Dr. Diesel
Many thanks, that got me a munch further! I am now stuck here, probably a missing dep but I can't seem to determine which package? I started with a fresh svn checkout: make[5]: Entering directory `/home/andy/trunk/gb.qt.kde/src/html' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CO

Re: [Gambas-user] Java for Webkit?

2009-08-06 Thread Benoît Minisini
> I noted in the browser example, no java? > > WebSettings seems to have mention of these but I can't set them. > > Any help appreciated. > > Thanks. > > richard > WebSettings[WebSettings.JavaEnabled] = TRUE does not work? -- Benoît

Re: [Gambas-user] GTK key events bug

2009-08-06 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] GTK key events bug Fecha: Thu, 6 Aug 2009 22:52:35 +0200 > > > Summary: In a graphical application using GTK, a key event produced > > > > by a >

Re: [Gambas-user] GTK key events bug

2009-08-06 Thread Benoît Minisini
> > > Summary: In a graphical application using GTK, a key event produced > > > > by a > > > > > control is captured by the parent, but key event information > > > > provided by > > > > > the Key class is not available. > > > > > > How to reproduce: In a GTK project, put a form, a control (for > >

Re: [Gambas-user] Compiling Gambas 3 svn on Ubuntu

2009-08-06 Thread Benoît Minisini
> Nick Rathke wrote: > > Sorry about that it looks like copy/paste didn't take from my Suse 11.1 > VM on a Mac. > > Here is the same error block as the Ubuntu system(s) > > /bin/sh ../libtool --tag=CC --mode=link gcc -DGBX_INFO -I../share > -D_REENTRANT -I../libltdl -O0 -module -O1 -z defs -Ln

Re: [Gambas-user] Help compiling gambas3

2009-08-06 Thread Benoît Minisini
> -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] Help compiling gambas3 > Fecha: Thu, 6 Aug 2009 13:28:05 +0200 > > > Hello all! Having a little trouble with libtool on Fedora 11_x86.

Re: [Gambas-user] Compiling Gambas 3 svn on Ubuntu

2009-08-06 Thread Nick Rathke
Nick Rathke wrote: Sorry about that it looks like copy/paste didn't take from my Suse 11.1 VM on a Mac. Here is the same error block as the Ubuntu system(s) /bin/sh ../libtool --tag=CC --mode=link gcc -DGBX_INFO -I../share -D_REENTRANT -I../libltdl -O0 -module -O1 -z defs -Lno -o gb.la

Re: [Gambas-user] Compiling Gambas 3 svn on Ubuntu

2009-08-06 Thread Nick Rathke
Nick Rathke wrote: > Hi, > > No joy compiling gambas3 on Suse 11.1 > > ~/Desktop/gambas3 # libtool --version > ltmain.sh (GNU libtool) 2.2.6 > > -- > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-D

Re: [Gambas-user] Compiling Gambas 3 svn on Ubuntu

2009-08-06 Thread Nick Rathke
Hi, No joy compiling gambas3 on Suse 11.1 ~/Desktop/gambas3 # libtool --version ltmain.sh (GNU libtool) 2.2.6 -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report de

Re: [Gambas-user] GTK key events bug

2009-08-06 Thread Carlos Prieto López
> > Summary: In a graphical application using GTK, a key event produced > by a > > control is captured by the parent, but key event information > provided by > > the Key class is not available. > > > > How to reproduce: In a GTK project, put a form, a control (for > example, > > a textbox), and th

Re: [Gambas-user] Compiling Gambas 3 svn on Ubuntu

2009-08-06 Thread Ricardo Díaz Martín
Benoit, Have you tryed to compile Gambas2 this way (without downgrade libtool to 1.5)? Last time I tryed didn't work (about 3 weeks ago) Thanks in advance, Ricardo Díaz 2009/8/4 Benoît Minisini > I finally succeded in compiling Gambas 3 /trunk on Ubuntu without having to > downgrade libtool t

Re: [Gambas-user] Help compiling gambas3

2009-08-06 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Help compiling gambas3 Fecha: Thu, 6 Aug 2009 13:28:05 +0200 > Hello all! Having a little trouble with libtool on Fedora 11_x86. I've > downgra

Re: [Gambas-user] GTK key events bug

2009-08-06 Thread Benoît Minisini
> Summary: In a graphical application using GTK, a key event produced by a > control is captured by the parent, but key event information provided by > the Key class is not available. > > How to reproduce: In a GTK project, put a form, a control (for example, > a textbox), and the following code: >

[Gambas-user] GTK key events bug

2009-08-06 Thread Carlos Prieto López
Summary: In a graphical application using GTK, a key event produced by a control is captured by the parent, but key event information provided by the Key class is not available. How to reproduce: In a GTK project, put a form, a control (for example, a textbox), and the following code: PUBLIC SUB

Re: [Gambas-user] Help compiling gambas3

2009-08-06 Thread Benoît Minisini
> Hello all! Having a little trouble with libtool on Fedora 11_x86. I've > downgraded (not easy on F11!) to libtool < 2.0 as suggested on the info > page: > > libtool-1.5.26-4.fc10.i386 > libtool-ltdl-1.5.26-4.fc10.i386 > > But still receive this error: > > /bin/sh ../libtool --tag=CC --mode=li

[Gambas-user] Help compiling gambas3

2009-08-06 Thread Dr. Diesel
Hello all! Having a little trouble with libtool on Fedora 11_x86. I've downgraded (not easy on F11!) to libtool < 2.0 as suggested on the info page: libtool-1.5.26-4.fc10.i386 libtool-ltdl-1.5.26-4.fc10.i386 But still receive this error: /bin/sh ../libtool --tag=CC --mode=link gcc -DGBX_INFO

Re: [Gambas-user] gbs web application debugging - find line numbers?

2009-08-06 Thread Joshua Higgins
I'm using Gambas 2 (Ubuntu packaging for Intrepid) and gbw2 -c -v marking_grid_course.adp > source.txt works great. Its easy to find the line numbers sending it to a file and opening it in, e.g. mousepad. 2009/8/5 Benoît Minisini > > Hi, > > > > I'm building a web application, but its currentl