From rporticio at ...43... Wed Aug 1 11:44:23 2007 From: rporticio at ...43... (Ramon Orticio) Date: Wed, 1 Aug 2007 02:44:23 -0700 (PDT) Subject: [Gambas-user] can not find driver for database postgresql Message-ID: <791665.19935.qm@...1742...> dear friends, i am using fedora 7 distro and installed gambas 1.0.19 tar.bz.2 following the installastion instruction. i tried the sample database but i got the above-mentioned problem - can not find driver for database postgresql. postgresql-8.2.3-2.fc7 is already installed in the distro and is initialized and running. i also installed the related devel version of postgresql but still the sample database problem does'nt kick. i installed the devel files after installing gambas. how do i resolve this problem? thanks for any suggestion. mon --------------------------------- Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. From jscops at ...11... Wed Aug 1 11:59:16 2007 From: jscops at ...11... (Jacky) Date: Wed, 1 Aug 2007 11:59:16 +0200 Subject: [Gambas-user] can not find driver for database postgresql In-Reply-To: <791665.19935.qm@...1742...> References: <791665.19935.qm@...1742...> Message-ID: <200708011159.16139.jscops@...11...> Le Wednesday 01 August 2007 11:44:23 Ramon Orticio, vous avez ?crit?: > dear friends, > > i am using fedora 7 distro and installed gambas 1.0.19 tar.bz.2 following > the installastion instruction. i tried the sample database but i got the > above-mentioned problem - can not find driver for database postgresql. > postgresql-8.2.3-2.fc7 is already installed in the distro and is > initialized and running. i also installed the related devel version of > postgresql but still the sample database problem does'nt kick. > > i installed the devel files after installing gambas. > > how do i resolve this problem? If you have installed the devel files after compiling Gambas you must recompil Gambas. From jscops at ...11... Fri Aug 3 11:43:31 2007 From: jscops at ...11... (Jacky) Date: Fri, 3 Aug 2007 11:43:31 +0200 Subject: [Gambas-user] File name with smtp Message-ID: <200708031143.31933.jscops@...11...> Hi, With SmtpClient i send my files correctly but the file name i recieved is alway "MIME part #1". Is there a way to have a same filename recieved as the filename send ? Jack From rospolosco at ...152... Fri Aug 3 15:55:18 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Fri, 3 Aug 2007 15:55:18 +0200 Subject: [Gambas-user] don't read - testing kmail Message-ID: <200708031555.18973.rospolosco@...152...> testing kmail. From timothy.marshal-nichols at ...247... Fri Aug 3 22:02:08 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Fri, 3 Aug 2007 21:02:08 +0100 Subject: [Gambas-user] File name with smtp In-Reply-To: <200708031143.31933.jscops@...11...> Message-ID: <000001c7d609$309b1cb0$6401a8c0@...1587...> > -----Original Message----- > From: gambas-user-bounces at lists.sourceforge.net [mailto:gambas-user- > bounces at lists.sourceforge.net] On Behalf Of Jacky > Sent: Friday, 03 August 2007 10:44 AM > To: mailing list for gambas users > Subject: [Gambas-user] File name with smtp > > Hi, > > With SmtpClient i send my files correctly but the file name i recieved is > alway "MIME part #1". Is there a way to have a same filename recieved as > the > filename send ? > > Jack > > Hello, When you add the attachment you can specify the mime type and name as optional parameters. PUBLIC SUB SendMoreMail() DIM simpleSmtpClient AS NEW SmtpClient WITH simpleSmtpClient .Host = "smtp.myserver.com" .From = "my.email at ...1745..." .Subject = "Test du composant SMTP de Gambas - " & Str(Now) .Alternative = FALSE .To.Add("to.email at ...1745...") .Add("File Content", "text/plain", "FileName.txt") .Send() END WITH END So in the example above your attachment will have the name FileName.txt. Thanks 8-{)} Timothy Marshal-Nichols From jscops at ...11... Sat Aug 4 09:12:01 2007 From: jscops at ...11... (Jacky) Date: Sat, 4 Aug 2007 09:12:01 +0200 Subject: [Gambas-user] File name with smtp In-Reply-To: <000001c7d609$309b1cb0$6401a8c0@...1587...> References: <000001c7d609$309b1cb0$6401a8c0@...1587...> Message-ID: <200708040912.01149.jscops@...11...> Le Friday 03 August 2007 22:02:08 timothy, vous avez ?crit?: > > -----Original Message----- > > From: gambas-user-bounces at lists.sourceforge.net [mailto:gambas-user- > > bounces at lists.sourceforge.net] On Behalf Of Jacky > > Sent: Friday, 03 August 2007 10:44 AM > > To: mailing list for gambas users > > Subject: [Gambas-user] File name with smtp > > > > Hi, > > > > With SmtpClient i send my files correctly but the file name i recieved > > is > > > alway "MIME part #1". Is there a way to have a same filename recieved > > as > > > the > > filename send ? > > > > Jack > > Hello, > > When you add the attachment you can specify the mime type and name as > optional parameters. > > > PUBLIC SUB SendMoreMail() > DIM simpleSmtpClient AS NEW SmtpClient > WITH simpleSmtpClient > .Host = "smtp.myserver.com" > .From = "my.email at ...1745..." > .Subject = "Test du composant SMTP de Gambas - " & Str(Now) > .Alternative = FALSE > .To.Add("to.email at ...1745...") > .Add("File Content", "text/plain", "FileName.txt") > .Send() > END WITH > END > > So in the example above your attachment will have the name FileName.txt. Bonjour Timothy, It's Ok. Thank you very much to your reply. Jack From jeffreyjohnson at ...1747... Sat Aug 4 23:10:34 2007 From: jeffreyjohnson at ...1747... (Jeffrey Johnson) Date: Sat, 4 Aug 2007 16:10:34 -0500 Subject: [Gambas-user] openSUSE 10.2 (X86-64) and gambas can not compile Message-ID: <200708041610.35064.jeffreyjohnson@...1747...> I know more than likely everyone has explained this a million times. I have never had a problem with the 32bit SuSE, but this is the only problem I have with the 64 bit. I have a couple of ham radio programs that I now can nor use. Here is the where the error appears in the make install, obvious occured during the make. /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib//libpthread.so when searching for -lpthread /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib//libpthread.a when searching for -lpthread /usr/lib/qt3/lib/libqt-mt.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[4]: *** [lib.gb.qt.editor.la] Error 1 make[4]: Leaving directory `/home/jeffjohnson/gambas-1.0.19/src/lib/qt/editor' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/home/jeffjohnson/gambas-1.0.19/src/lib/qt' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/jeffjohnson/gambas-1.0.19/src/lib' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/jeffjohnson/gambas-1.0.19/src' make: *** [install-recursive] Error 1 linux-3sza:/home/jeffjohnson/gambas-1.0.19 # Any ideas of where I messed up, or what I forgot to install or de-install? From capodastro at ...626... Sun Aug 5 17:38:23 2007 From: capodastro at ...626... (Capodastro) Date: Sun, 5 Aug 2007 17:38:23 +0200 Subject: [Gambas-user] openSUSE 10.2 (X86-64) and gambas can not compile In-Reply-To: <200708041610.35064.jeffreyjohnson@...1747...> References: <200708041610.35064.jeffreyjohnson@...1747...> Message-ID: true, at this time gambas works only under 32 bit, however gambas-1.9.23-13.i586.rpm, quite old version, installs just fine. I assume that the problem is just a packaging issue. Personally, I use a SuSE 32 bit on external disk for such programming purposes. By the way, also my XP is on external disk. :) ben On 8/4/07, Jeffrey Johnson wrote: > I know more than likely everyone has explained this a million times. I have > never had a problem with the 32bit SuSE, but this is the only problem I have > with the 64 bit. I have a couple of ham radio programs that I now can nor > use. > > Here is the where the error appears in the make install, obvious occured > during the make. > > /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libpthread.so when searching for -lpthread > /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libpthread.a when searching for -lpthread > /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib//libpthread.so when searching for -lpthread > /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib//libpthread.a when searching for -lpthread > /usr/lib/qt3/lib/libqt-mt.so: could not read symbols: File in wrong format > collect2: ld returned 1 exit status > make[4]: *** [lib.gb.qt.editor.la] Error 1 > make[4]: Leaving directory > `/home/jeffjohnson/gambas-1.0.19/src/lib/qt/editor' > make[3]: *** [install-recursive] Error 1 > make[3]: Leaving directory `/home/jeffjohnson/gambas-1.0.19/src/lib/qt' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory `/home/jeffjohnson/gambas-1.0.19/src/lib' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/jeffjohnson/gambas-1.0.19/src' > make: *** [install-recursive] Error 1 > linux-3sza:/home/jeffjohnson/gambas-1.0.19 # > > Any ideas of where I messed up, or what I forgot to install or de-install? > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From ahafeel at ...626... Sun Aug 5 19:57:09 2007 From: ahafeel at ...626... (a hafeel) Date: Sun, 5 Aug 2007 10:57:09 -0700 Subject: [Gambas-user] Does Gambas has a swig interface?? Message-ID: Hi I would like to expose a gsoap c++ client to Gambas using swig. Has anyone tried this before? I dont think swig has a basic language interface. Is there an alternative? BTW I'm new to Gambas? From steven at ...1652... Mon Aug 6 11:24:22 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Mon, 6 Aug 2007 11:24:22 +0200 Subject: [Gambas-user] Fwd: request Message-ID: <200708061124.22263.steven@...1652...> Hi, I'm still having problems installing gambas (latest trunk) on a suse 10.2 system. I did as Benoit suggested, and removed all files (actually the whole trunk directory), made sure I have qt3 and not 4, installed all other conceivable libs, and rerun the install process for the trunk. On some systems this works, however the're is one that keeps refusing my good attentions ;-) I do reconf-all on a fresh trunk, do ./configure : all is ok. I get exactly the config I want. Then I do make and this happens : -------------------------------------------------------------------------------------- Making all in gb.compress.bzlib2 make[2]: entrant dans le r?pertoire ? /home/brigitte/trunk/gb.compress.bzlib2 ? make all-recursive make[3]: entrant dans le r?pertoire ? /home/brigitte/trunk/gb.compress.bzlib2 ? Making all in src make[4]: entrant dans le r?pertoire ? /home/brigitte/trunk/gb.compress.bzlib2/src ? if /bin/sh ../libtool --tag=CC --mode=compile /home/brigitte/trunk/gb.compress.bzlib2/compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -Wno-unused-value -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs /home/brigitte/trunk/gb.compress.bzlib2/compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -Wno-unused-value -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -DPIC ../libtool: line 1230: /home/brigitte/trunk/gb.compress.bzlib2/compile: No such file or directory make[4]: *** [main.lo] Erreur 1 make[4]: quittant le r?pertoire ? /home/brigitte/trunk/gb.compress.bzlib2/src ? make[3]: *** [all-recursive] Erreur 1 make[3]: quittant le r?pertoire ? /home/brigitte/trunk/gb.compress.bzlib2 ? make[2]: *** [all] Erreur 2 make[2]: quittant le r?pertoire ? /home/brigitte/trunk/gb.compress.bzlib2 ? make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le r?pertoire ? /home/brigitte/trunk ? make: *** [all] Erreur 2 brigitte at ...1724...:~/trunk> ------------------------------------------------------- Anybody any suggestions ? Steven From jscops at ...11... Mon Aug 6 12:23:01 2007 From: jscops at ...11... (Jacky) Date: Mon, 6 Aug 2007 12:23:01 +0200 Subject: [Gambas-user] Menu Message-ID: <200708061223.01611.jscops@...11...> Hi, In Gambas 2, in any program, we can't do "Menu.Menu133.Visible = TRUE" as in Gambas 1. Is exist a mean to do similar way than "Menu.Menu133.Visible = TRUE" or "Menu.Menu133.hide" ? Thank's Jack From Karl.Reinl at ...9... Mon Aug 6 12:30:52 2007 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Mon, 06 Aug 2007 12:30:52 +0200 Subject: [Gambas-user] Fwd: request In-Reply-To: <200708061124.22263.steven@...1652...> References: <200708061124.22263.steven@...1652...> Message-ID: <1186396252.5853.4.camel@...40...> Salut, have a go by --disable --enable the component(s) which make problems. a list of all, you get by ./configure -h Amicalment Charlie Am Montag, den 06.08.2007, 11:24 +0200 schrieb Steven Lobbezoo: > Hi, > I'm still having problems installing gambas (latest trunk) on a suse 10.2 > system. I did as Benoit suggested, and removed all files (actually the whole > trunk directory), made sure I have qt3 and not 4, installed all other > conceivable libs, and rerun the install process for the trunk. > > On some systems this works, however the're is one that keeps refusing my good > attentions ;-) > > I do reconf-all on a fresh trunk, do ./configure : all is ok. I get exactly > the config I want. Then I do make and this happens : > -------------------------------------------------------------------------------------- > Making all in gb.compress.bzlib2 > make[2]: entrant dans le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2 ? > make all-recursive > make[3]: entrant dans le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2 ? > Making all in src > make[4]: entrant dans le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2/src ? > if /bin/sh ../libtool --tag=CC > --mode=compile /home/brigitte/trunk/gb.compress.bzlib2/compile gcc > -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -Wno-unused-value -g -Os > -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ > then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f > ".deps/main.Tpo"; exit 1; fi > mkdir .libs > /home/brigitte/trunk/gb.compress.bzlib2/compile gcc -DHAVE_CONFIG_H -I. > -I. -I.. -pipe -Wall -Wno-unused-value -g -Os -MT main.lo -MD -MP > -MF .deps/main.Tpo -c main.c -DPIC > ../libtool: line 1230: /home/brigitte/trunk/gb.compress.bzlib2/compile: > No such file or directory > make[4]: *** [main.lo] Erreur 1 > make[4]: quittant le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2/src ? > make[3]: *** [all-recursive] Erreur 1 > make[3]: quittant le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2 ? > make[2]: *** [all] Erreur 2 > make[2]: quittant le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2 ? > make[1]: *** [all-recursive] Erreur 1 > make[1]: quittant le r?pertoire ? /home/brigitte/trunk ? > make: *** [all] Erreur 2 > brigitte at ...1724...:~/trunk> > > ------------------------------------------------------- > > Anybody any suggestions ? > > Steven > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From Karl.Reinl at ...9... Mon Aug 6 12:56:50 2007 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Mon, 06 Aug 2007 12:56:50 +0200 Subject: [Gambas-user] Fwd: request In-Reply-To: <200708061124.22263.steven@...1652...> References: <200708061124.22263.steven@...1652...> Message-ID: <1186397811.5853.9.camel@...40...> Salut, I had a test go on an Ubuntu 6.06 LTS , with the same ERROR. in gb.compress.bzlib2, could be a BUG , think its a BUG -- Amicalment Charlie Am Montag, den 06.08.2007, 11:24 +0200 schrieb Steven Lobbezoo: > Hi, > I'm still having problems installing gambas (latest trunk) on a suse 10.2 > system. I did as Benoit suggested, and removed all files (actually the whole > trunk directory), made sure I have qt3 and not 4, installed all other > conceivable libs, and rerun the install process for the trunk. > > On some systems this works, however the're is one that keeps refusing my good > attentions ;-) > > I do reconf-all on a fresh trunk, do ./configure : all is ok. I get exactly > the config I want. Then I do make and this happens : > -------------------------------------------------------------------------------------- > Making all in gb.compress.bzlib2 > make[2]: entrant dans le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2 ? > make all-recursive > make[3]: entrant dans le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2 ? > Making all in src > make[4]: entrant dans le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2/src ? > if /bin/sh ../libtool --tag=CC > --mode=compile /home/brigitte/trunk/gb.compress.bzlib2/compile gcc > -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -Wno-unused-value -g -Os > -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ > then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f > ".deps/main.Tpo"; exit 1; fi > mkdir .libs > /home/brigitte/trunk/gb.compress.bzlib2/compile gcc -DHAVE_CONFIG_H -I. > -I. -I.. -pipe -Wall -Wno-unused-value -g -Os -MT main.lo -MD -MP > -MF .deps/main.Tpo -c main.c -DPIC > ../libtool: line 1230: /home/brigitte/trunk/gb.compress.bzlib2/compile: > No such file or directory > make[4]: *** [main.lo] Erreur 1 > make[4]: quittant le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2/src ? > make[3]: *** [all-recursive] Erreur 1 > make[3]: quittant le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2 ? > make[2]: *** [all] Erreur 2 > make[2]: quittant le r?pertoire > ? /home/brigitte/trunk/gb.compress.bzlib2 ? > make[1]: *** [all-recursive] Erreur 1 > make[1]: quittant le r?pertoire ? /home/brigitte/trunk ? > make: *** [all] Erreur 2 > brigitte at ...1724...:~/trunk> > > ------------------------------------------------------- > > Anybody any suggestions ? > > Steven > From steven at ...1652... Mon Aug 6 23:39:13 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Mon, 6 Aug 2007 23:39:13 +0200 Subject: [Gambas-user] Fwd: request In-Reply-To: <1186397811.5853.9.camel@...40...> References: <200708061124.22263.steven@...1652...> <1186397811.5853.9.camel@...40...> Message-ID: <200708062339.13419.steven@...1652...> Salut, I think youre right. It is a bug or something. I got the version 480 trunk, and it worked like a charm. Must be something f.... up in the 485 trunk. Amicalement, Steven Le lundi 6 ao?t 2007 12:56, Charlie Reinl a ?crit?: > Salut, > > I had a test go on an Ubuntu 6.06 LTS , with the same ERROR. > in gb.compress.bzlib2, > could be a BUG , > think its a BUG From timothy.marshal-nichols at ...247... Tue Aug 7 08:06:36 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Tue, 7 Aug 2007 07:06:36 +0100 Subject: [Gambas-user] Menu In-Reply-To: <200708061223.01611.jscops@...11...> Message-ID: <000001c7d8b9$1e27c260$6401a8c0@...1587...> > -----Original Message----- > From: gambas-user-bounces at lists.sourceforge.net [mailto:gambas-user- > bounces at lists.sourceforge.net] On Behalf Of Jacky > Sent: Monday, 06 August 2007 11:23 AM > To: mailing list for gambas users > Subject: [Gambas-user] Menu > > Hi, > > In Gambas 2, in any program, we can't do "Menu.Menu133.Visible = TRUE" as > in > Gambas 1. > Is exist a mean to do similar way than "Menu.Menu133.Visible = TRUE" > or "Menu.Menu133.hide" ? > > Thank's > > Jack > > Doesn't just either: Menu133.Visible = TRUE Menu133.Hide() work. It does for me. Why the "Menu." bit? Thanks 8-{)} Timothy Marshal-Nichols From jscops at ...11... Tue Aug 7 08:32:45 2007 From: jscops at ...11... (Jacky) Date: Tue, 7 Aug 2007 08:32:45 +0200 Subject: [Gambas-user] Menu In-Reply-To: <000001c7d8b9$1e27c260$6401a8c0@...1587...> References: <000001c7d8b9$1e27c260$6401a8c0@...1587...> Message-ID: <200708070832.45394.jscops@...11...> Le Tuesday 07 August 2007 08:06:36 timothy, vous avez ?crit?: > > -----Original Message----- > > From: gambas-user-bounces at lists.sourceforge.net [mailto:gambas-user- > > bounces at lists.sourceforge.net] On Behalf Of Jacky > > Sent: Monday, 06 August 2007 11:23 AM > > To: mailing list for gambas users > > Subject: [Gambas-user] Menu > > > > Hi, > > > > In Gambas 2, in any program, we can't do "Menu.Menu133.Visible = TRUE" > > as > > > in > > Gambas 1. > > Is exist a mean to do similar way than "Menu.Menu133.Visible = TRUE" > > or "Menu.Menu133.hide" ? > > > > Thank's > > > > Jack > > Doesn't just either: > > Menu133.Visible = TRUE > Menu133.Hide() > > work. It does for me. Why the "Menu." bit? Because I would like starting from an unspecified sub-menu to hide somes options of the general menu. In Gambas 1 it's possible. Thanks Jack. From timothy.marshal-nichols at ...247... Wed Aug 8 07:58:51 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Wed, 8 Aug 2007 06:58:51 +0100 Subject: [Gambas-user] Menu In-Reply-To: <200708070832.45394.jscops@...11...> Message-ID: <000001c7d981$3665d380$6401a8c0@...1587...> > -----Original Message----- > From: gambas-user-bounces at lists.sourceforge.net [mailto:gambas-user- > bounces at lists.sourceforge.net] On Behalf Of Jacky > Sent: Tuesday, 07 August 2007 07:33 AM > To: mailing list for gambas users > Subject: Re: [Gambas-user] Menu > > Le Tuesday 07 August 2007 08:06:36 timothy, vous avez ?crit?: > > > -----Original Message----- > > > From: gambas-user-bounces at lists.sourceforge.net [mailto:gambas-user- > > > bounces at lists.sourceforge.net] On Behalf Of Jacky > > > Sent: Monday, 06 August 2007 11:23 AM > > > To: mailing list for gambas users > > > Subject: [Gambas-user] Menu > > > > > > Hi, > > > > > > In Gambas 2, in any program, we can't do "Menu.Menu133.Visible = TRUE" > > > > as > > > > > in > > > Gambas 1. > > > Is exist a mean to do similar way than "Menu.Menu133.Visible = TRUE" > > > or "Menu.Menu133.hide" ? > > > > > > Thank's > > > > > > Jack > > > > Doesn't just either: > > > > Menu133.Visible = TRUE > > Menu133.Hide() > > > > work. It does for me. Why the "Menu." bit? > > Because I would like starting from an unspecified sub-menu to hide somes > options of the general menu. In Gambas 1 it's possible. > Thanks > > Jack. > > What I meant was: Why have you two 'dots' in: Menu.Menu133.Visible = TRUE This......^ Should it not be? Menu133.Visible = TRUE Thanks 8-{)} Timothy Marshal-Nichols From jscops at ...11... Wed Aug 8 11:42:48 2007 From: jscops at ...11... (Jacky) Date: Wed, 8 Aug 2007 11:42:48 +0200 Subject: [Gambas-user] Menu In-Reply-To: <000001c7d981$3665d380$6401a8c0@...1587...> References: <000001c7d981$3665d380$6401a8c0@...1587...> Message-ID: <200708081142.48441.jscops@...11...> > What I meant was: Why have you two 'dots' in: > > Menu.Menu133.Visible = TRUE > This......^ > > Should it not be? > > Menu133.Visible = TRUE > > Thanks Hello Timothy Finally, I have found. on the property of our project we must click on "controls of the forms are public" for enable the possibility about which I speak With this example i hope you understand what i mean coze my english is not academic . Thanks Jack -------------- next part -------------- A non-text attachment was scrubbed... Name: Test-menu-0.0.1.tar.gz Type: application/x-tgz Size: 1005 bytes Desc: not available URL: From wspinto at ...1405... Fri Aug 10 02:46:54 2007 From: wspinto at ...1405... (Wellington de Souza Pinto) Date: Thu, 09 Aug 2007 21:46:54 -0300 Subject: [Gambas-user] Problem in WebBrowser component (BUG) In-Reply-To: <1184926992.46a08d102d0e1@...1547...> References: <1184926992.46a08d102d0e1@...1547...> Message-ID: <1186706814.46bbb57edda8f@...1547...> Hi! When i'm use the WebBrowser component with method print fail if false mode. Example: WebBrowser1.Print(TRUE) -> Work fine WebBrowser1.Print(FALSE) -> Show This error. A print error occurred. Error message received from system: cupsdoprint -P '' -J 'file:////home/kurumin/Rotinas/tmp/caljlaudo.html' -H '/var/run/cups/cups.sock:631' -U 'kurumin' -o ' multiple-document-handling=separate-documents-uncollated-copies orientation-requested=3' '/tmp/kde-kurumin/kdeprint_9xrudHkZ' : execution failed with message: No printer specified (and PRINTER variable is empty) Reguards, Souza, Wellington ___________________________________________________________________________________ Para fazer uma liga??o DDD pra perto ou pra longe, faz um 21. A Embratel tem tarifas muito baratas esperando por voc?. Aproveite! From _root at ...324... Fri Aug 10 17:03:21 2007 From: _root at ...324... (-=FoX=-) Date: Fri, 10 Aug 2007 17:03:21 +0200 Subject: [Gambas-user] Gambas apps on a 64 bit Message-ID: <46BC7E39.5000503@...324...> Hi, I've a little problem, we run a few gambas applications, but we are going to change the terminal server with a 64 bit machine. I know that Gambas won't run on a 64bit, but I want to run only a few apps, so I want to ask which is the best solution... a) chroot a full 32 system b) using ia32-libs c) ? d) is possible to use workarounds like compiling an application as standalone? is possible use workarounds like compiling an application as standalone? So the apps didn't need libraries because are in it. To make an example I remember teamspeak... I'm sorry for this question but I'm a little desperate because we must change the server the next week and we don't know that gambas won't work on a 64 bit machine :( So now we must find a clean solution... if possible :-D Any suggestion will be appreciated Best regards Christian -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Entra in Mondolastminute, centinaia di offerte ti aspettano per le tue vacanze a prezzi lastminute! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6851&d=10-8 From gareth at ...1689... Fri Aug 10 17:10:30 2007 From: gareth at ...1689... (Gareth Bult) Date: Fri, 10 Aug 2007 16:10:30 +0100 (BST) Subject: [Gambas-user] Gambas apps on a 64 bit In-Reply-To: <46BC7E39.5000503@...324...> Message-ID: <4888149.27671186758630008.JavaMail.root@...1708...> For what it's worth, I got pretty close (I think) to getting a 32-bit version working with the libs .. it all got a but messy tho'. Had to chop out lots of packages/libs for which there was no ia32 support. Ended up running in chroots ... -- Gareth Bult, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "-=FoX=-" <_root at ...324...> To: "mailing list for gambas users" Sent: Friday, August 10, 2007 4:03:21 PM (GMT) Europe/London Subject: [Gambas-user] Gambas apps on a 64 bit Hi, I've a little problem, we run a few gambas applications, but we are going to change the terminal server with a 64 bit machine. I know that Gambas won't run on a 64bit, but I want to run only a few apps, so I want to ask which is the best solution... a) chroot a full 32 system b) using ia32-libs c) ? d) is possible to use workarounds like compiling an application as standalone? is possible use workarounds like compiling an application as standalone? So the apps didn't need libraries because are in it. To make an example I remember teamspeak... I'm sorry for this question but I'm a little desperate because we must change the server the next week and we don't know that gambas won't work on a 64 bit machine :( So now we must find a clean solution... if possible :-D Any suggestion will be appreciated Best regards Christian -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Entra in Mondolastminute, centinaia di offerte ti aspettano per le tue vacanze a prezzi lastminute! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6851&d=10-8 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From ronstk at ...239... Fri Aug 10 18:16:24 2007 From: ronstk at ...239... (ron) Date: Fri, 10 Aug 2007 18:16:24 +0200 Subject: [Gambas-user] Gambas apps on a 64 bit In-Reply-To: <46BC7E39.5000503@...324...> References: <46BC7E39.5000503@...324...> Message-ID: <200708101816.24955.ronstk@...239...> On Friday 10 August 2007 17:03, -=FoX=- wrote: > Hi, > I've a little problem, we run a few gambas applications, but we are > going to change the terminal server with a 64 bit machine. > I know that Gambas won't run on a 64bit, but I want to run only a few > apps, so I want to ask which is the best solution... > a) chroot a full 32 system > b) using ia32-libs > c) ? > d) is possible to use workarounds like compiling an application as > standalone? > is possible use workarounds like compiling an application as standalone? > So the apps didn't need libraries because are in it. > To make an example I remember teamspeak... > > I'm sorry for this question but I'm a little desperate because we must > change the server the next week and we don't know that gambas won't work > on a 64 bit machine :( > So now we must find a clean solution... if possible :-D > > Any suggestion will be appreciated > Best regards > Christian > > Maybe possible to use the current 32bit system as application server. I assume the machine does not go in trash. This machine can be used as run/develop system for gambas. Installing the NX server from nomachines.com (.org) on this box. For the users they need the NX client. (unknown 64bit version exists) You can see it as using VNC but with NX that works with real user accounts, mutli users wich don't disturb each other. On the gambas home site it is mentioned as solution by Benoit for gambas. I have used this method and it worked very well, for speed too. Did run gambas on windows machine also. :) Ron From lordheavym at ...626... Fri Aug 10 19:25:51 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Fri, 10 Aug 2007 19:25:51 +0200 Subject: [Gambas-user] Fwd: request In-Reply-To: <200708062339.13419.steven@...1652...> References: <200708061124.22263.steven@...1652...> <1186397811.5853.9.camel@...40...> <200708062339.13419.steven@...1652...> Message-ID: <200708101925.54899.lordheavym@...626...> On Monday 06 August 2007 23:39:13 Steven Lobbezoo wrote: > Salut, > > I think youre right. It is a bug or something. > I got the version 480 trunk, and it worked like a charm. > Must be something f.... up in the 485 trunk. > > Amicalement, > Steven > > Le lundi 6 ao?t 2007 12:56, Charlie Reinl a ?crit?: > > Salut, > > > > I had a test go on an Ubuntu 6.06 LTS , with the same ERROR. > > in gb.compress.bzlib2, > > could be a BUG , > > think its a BUG > It should be fixed in the last SVN release (486). Regards, -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From Karl.Reinl at ...9... Fri Aug 10 21:13:38 2007 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Fri, 10 Aug 2007 21:13:38 +0200 Subject: [Gambas-user] Fwd: request In-Reply-To: <200708101925.54899.lordheavym@...626...> References: <200708061124.22263.steven@...1652...> <1186397811.5853.9.camel@...40...> <200708062339.13419.steven@...1652...> <200708101925.54899.lordheavym@...626...> Message-ID: <1186773218.5414.2.camel@...40...> Am Freitag, den 10.08.2007, 19:25 +0200 schrieb Laurent Carlier: > It should be fixed in the last SVN release (486). > > Regards, Salut Laurent, may be , but now g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../share -pipe -Wall -fno-exceptions -Wno-unused-value -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT glistbox.lo -MD -MP -MF .deps/glistbox.Tpo -c glistbox.cpp -fPIC -DPIC -o .libs/glistbox.o gtextarea.cpp: In member function 'bool gTextArea::isSelected()': gtextarea.cpp:349: error: 'gtk_text_buffer_get_has_selection' was not declared in this scope make[4]: *** [gtextarea.lo] Fehler 1 make[4]: *** Warte auf noch nicht beendete Prozesse... make[4]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk/src' make[3]: *** [all-recursive] Fehler 1 make[3]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' make[2]: *** [all] Fehler 2 make[2]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' make[1]: *** [all-recursive] Fehler 1 make[1]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn' make: *** [all] Fehler 2 -- Amicalment Charlie From lordheavym at ...626... Fri Aug 10 21:28:57 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Fri, 10 Aug 2007 21:28:57 +0200 Subject: [Gambas-user] Fwd: request In-Reply-To: <1186773218.5414.2.camel@...40...> References: <200708061124.22263.steven@...1652...> <200708101925.54899.lordheavym@...626...> <1186773218.5414.2.camel@...40...> Message-ID: <200708102129.01770.lordheavym@...626...> On Friday 10 August 2007 21:13:38 Charlie Reinl wrote: > Am Freitag, den 10.08.2007, 19:25 +0200 schrieb Laurent Carlier: > > It should be fixed in the last SVN release (486). > > > > Regards, > > Salut Laurent, > > may be , but now > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I../share -pipe -Wall -fno-exceptions > -Wno-unused-value -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT > glistbox.lo -MD -MP -MF .deps/glistbox.Tpo -c glistbox.cpp -fPIC -DPIC > -o .libs/glistbox.o > gtextarea.cpp: In member function 'bool gTextArea::isSelected()': > gtextarea.cpp:349: error: 'gtk_text_buffer_get_has_selection' was not > declared in this scope > make[4]: *** [gtextarea.lo] Fehler 1 > make[4]: *** Warte auf noch nicht beendete Prozesse... > make[4]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk/src' > make[3]: *** [all-recursive] Fehler 1 > make[3]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' > make[2]: *** [all] Fehler 2 > make[2]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' > make[1]: *** [all-recursive] Fehler 1 > make[1]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn' > make: *** [all] Fehler 2 Works fine for me. What is your system ? what does 'pkg-config gtk+-2.0 --modversion' gives ? Thks :) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From _root at ...324... Fri Aug 10 22:05:02 2007 From: _root at ...324... (-=FoX=-) Date: Fri, 10 Aug 2007 22:05:02 +0200 Subject: [Gambas-user] Gambas apps on a 64 bit In-Reply-To: <200708101816.24955.ronstk@...239...> References: <46BC7E39.5000503@...324...> <200708101816.24955.ronstk@...239...> Message-ID: <46BCC4EE.8070300@...324...> ron ha scritto: > Maybe possible to use the current 32bit system as application server. > I assume the machine does not go in trash. > This machine can be used as run/develop system for gambas. > > Installing the NX server from nomachines.com (.org) on this box. > For the users they need the NX client. (unknown 64bit version exists) > You can see it as using VNC but with NX that works with real > user accounts, mutli users wich don't disturb each other. > > On the gambas home site it is mentioned as solution by Benoit for gambas. > I have used this method and it worked very well, for speed too. > > Did run gambas on windows machine also. :) > hum... I appreciate your idea but I think that is too complicated for the end-user. I think that is also slow, because you must login into another system... nono... at this point chroot is better. Hoping in another way to solve... -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Tutto il merchandising dello SPORT in saldo. Compra CALCIO, MOTO GP, FORMULA 1, RUGBY, VOLLEY, TENNIS, CICLISMO. On line adesso. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6906&d=10-8 From gambas.fr at ...626... Fri Aug 10 22:48:07 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 10 Aug 2007 22:48:07 +0200 Subject: [Gambas-user] Menu In-Reply-To: <200708081142.48441.jscops@...11...> References: <000001c7d981$3665d380$6401a8c0@...1587...> <200708081142.48441.jscops@...11...> Message-ID: <6324a42a0708101348s64958221qa326c6adef703b91@...627...> hey jacky ... i've already say you that it is not really good to use public control option.... it's bad for health 2007/8/8, Jacky : > > > > What I meant was: Why have you two 'dots' in: > > > > Menu.Menu133.Visible = TRUE > > This......^ > > > > Should it not be? > > > > Menu133.Visible = TRUE > > > > Thanks > > Hello Timothy > > Finally, I have found. > on the property of our project we must click on "controls of the forms are > public" for enable the possibility about which I speak > > With this example i hope you understand what i mean coze my english is not > academic . > > Thanks > > Jack > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > From Karl.Reinl at ...9... Sat Aug 11 00:02:03 2007 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Sat, 11 Aug 2007 00:02:03 +0200 Subject: [Gambas-user] Fwd: request In-Reply-To: <200708102129.01770.lordheavym@...626...> References: <200708061124.22263.steven@...1652...> <200708101925.54899.lordheavym@...626...> <1186773218.5414.2.camel@...40...> <200708102129.01770.lordheavym@...626...> Message-ID: <1186783323.29281.2.camel@...40...> Am Freitag, den 10.08.2007, 21:28 +0200 schrieb Laurent Carlier: > On Friday 10 August 2007 21:13:38 Charlie Reinl wrote: > > Am Freitag, den 10.08.2007, 19:25 +0200 schrieb Laurent Carlier: > > > It should be fixed in the last SVN release (486). > > > > > > Regards, > > > > Salut Laurent, > > > > may be , but now > > > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 > > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo > > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > > -I/usr/lib/glib-2.0/include -I../share -pipe -Wall -fno-exceptions > > -Wno-unused-value -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT > > glistbox.lo -MD -MP -MF .deps/glistbox.Tpo -c glistbox.cpp -fPIC -DPIC > > -o .libs/glistbox.o > > gtextarea.cpp: In member function 'bool gTextArea::isSelected()': > > gtextarea.cpp:349: error: 'gtk_text_buffer_get_has_selection' was not > > declared in this scope > > make[4]: *** [gtextarea.lo] Fehler 1 > > make[4]: *** Warte auf noch nicht beendete Prozesse... > > make[4]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk/src' > > make[3]: *** [all-recursive] Fehler 1 > > make[3]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' > > make[2]: *** [all] Fehler 2 > > make[2]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' > > make[1]: *** [all-recursive] Fehler 1 > > make[1]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn' > > make: *** [all] Fehler 2 > > Works fine for me. > > What is your system ? what does 'pkg-config gtk+-2.0 --modversion' gives ? 2.8.20 it's an Ubuntu 6.06 LTS (will be stay for next 3 years and 10 1/2 month like that) > > Thks :) > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From jscops at ...11... Sat Aug 11 10:15:12 2007 From: jscops at ...11... (Jacky) Date: Sat, 11 Aug 2007 10:15:12 +0200 Subject: [Gambas-user] Menu In-Reply-To: <6324a42a0708101348s64958221qa326c6adef703b91@...627...> References: <000001c7d981$3665d380$6401a8c0@...1587...> <200708081142.48441.jscops@...11...> <6324a42a0708101348s64958221qa326c6adef703b91@...627...> Message-ID: <200708111015.13710.jscops@...11...> Le Friday 10 August 2007 22:48:07 Fabien Bodard, vous avez ?crit?: > hey jacky ... i've already say you that it is not really good to use public > control option.... > > it's bad for health > Salut Fabien Is it for this that i'm sick ? Serioustly, i can't remenber why. Can you re-explain to me ? From gambas.fr at ...626... Sat Aug 11 11:23:59 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sat, 11 Aug 2007 11:23:59 +0200 Subject: [Gambas-user] Menu In-Reply-To: <200708111015.13710.jscops@...11...> References: <000001c7d981$3665d380$6401a8c0@...1587...> <200708081142.48441.jscops@...11...> <6324a42a0708101348s64958221qa326c6adef703b91@...627...> <200708111015.13710.jscops@...11...> Message-ID: <6324a42a0708110223x217d6ed7kb46371329a73c6e1@...627...> yes :) the use of this option make more fat executable file and les powerfull the better is to set some public function in the form itself.. so you can call it from the outside. i say that as your function that actually modify the form is quite sp?cific to this form so you can put this in the form itself. am I suffisely understandable (hem :/) 2007/8/11, Jacky : > > Le Friday 10 August 2007 22:48:07 Fabien Bodard, vous avez ?crit: > > hey jacky ... i've already say you that it is not really good to use > public > > control option.... > > > > it's bad for health > > > Salut Fabien > > Is it for this that i'm sick ? > > Serioustly, i can't remenber why. Can you re-explain to me ? > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Sat Aug 11 11:25:43 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sat, 11 Aug 2007 11:25:43 +0200 Subject: [Gambas-user] Fwd: request In-Reply-To: <1186783323.29281.2.camel@...40...> References: <200708061124.22263.steven@...1652...> <200708101925.54899.lordheavym@...626...> <1186773218.5414.2.camel@...40...> <200708102129.01770.lordheavym@...626...> <1186783323.29281.2.camel@...40...> Message-ID: <6324a42a0708110225p5e891925i6100f089ac134977@...627...> you need the last automake... 10.x Fabien 2007/8/11, Charlie Reinl : > > Am Freitag, den 10.08.2007, 21:28 +0200 schrieb Laurent Carlier: > > On Friday 10 August 2007 21:13:38 Charlie Reinl wrote: > > > Am Freitag, den 10.08.2007, 19:25 +0200 schrieb Laurent Carlier: > > > > It should be fixed in the last SVN release (486). > > > > > > > > Regards, > > > > > > Salut Laurent, > > > > > > may be , but now > > > > > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 > > > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo > > > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > > > -I/usr/lib/glib-2.0/include -I../share -pipe -Wall -fno-exceptions > > > -Wno-unused-value -fvisibility=hidden -g -Os -fno-omit-frame-pointer > -MT > > > glistbox.lo -MD -MP -MF .deps/glistbox.Tpo -c glistbox.cpp -fPIC > -DPIC > > > -o .libs/glistbox.o > > > gtextarea.cpp: In member function 'bool gTextArea::isSelected()': > > > gtextarea.cpp:349: error: 'gtk_text_buffer_get_has_selection' was not > > > declared in this scope > > > make[4]: *** [gtextarea.lo] Fehler 1 > > > make[4]: *** Warte auf noch nicht beendete Prozesse... > > > make[4]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk/src' > > > make[3]: *** [all-recursive] Fehler 1 > > > make[3]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' > > > make[2]: *** [all] Fehler 2 > > > make[2]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' > > > make[1]: *** [all-recursive] Fehler 1 > > > make[1]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn' > > > make: *** [all] Fehler 2 > > > > Works fine for me. > > > > What is your system ? what does 'pkg-config gtk+-2.0 --modversion' gives > ? > > 2.8.20 it's an Ubuntu 6.06 LTS (will be stay for next 3 years and 10 1/2 > month like that) > > > > > Thks :) > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From jscops at ...11... Sun Aug 12 10:12:34 2007 From: jscops at ...11... (Jacky) Date: Sun, 12 Aug 2007 10:12:34 +0200 Subject: [Gambas-user] Menu In-Reply-To: <6324a42a0708110223x217d6ed7kb46371329a73c6e1@...627...> References: <000001c7d981$3665d380$6401a8c0@...1587...> <200708111015.13710.jscops@...11...> <6324a42a0708110223x217d6ed7kb46371329a73c6e1@...627...> Message-ID: <200708121012.34651.jscops@...11...> > the use of this option make more fat executable file and les powerfull > > > the better is to set some public function in the form itself.. > so you can call it from the outside. > > i say that as your function that actually modify the form is quite sp?cific > to this form so you can put this in the form itself. > > > am I suffisely understandable (hem :/) Salut Fabien, Ok ! I have understand and i choose now the second option. Jack. From lordheavym at ...626... Mon Aug 13 10:30:57 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Mon, 13 Aug 2007 10:30:57 +0200 Subject: [Gambas-user] Fwd: request In-Reply-To: <1186783323.29281.2.camel@...40...> References: <200708061124.22263.steven@...1652...> <200708102129.01770.lordheavym@...626...> <1186783323.29281.2.camel@...40...> Message-ID: <200708131031.01311.lordheavym@...626...> On Saturday 11 August 2007 00:02:03 Charlie Reinl wrote: > Am Freitag, den 10.08.2007, 21:28 +0200 schrieb Laurent Carlier: > > On Friday 10 August 2007 21:13:38 Charlie Reinl wrote: > > > Am Freitag, den 10.08.2007, 19:25 +0200 schrieb Laurent Carlier: > > > > It should be fixed in the last SVN release (486). > > > > > > > > Regards, > > > > > > Salut Laurent, > > > > > > may be , but now > > > > > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 > > > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo > > > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > > > -I/usr/lib/glib-2.0/include -I../share -pipe -Wall -fno-exceptions > > > -Wno-unused-value -fvisibility=hidden -g -Os -fno-omit-frame-pointer > > > -MT glistbox.lo -MD -MP -MF .deps/glistbox.Tpo -c glistbox.cpp -fPIC > > > -DPIC -o .libs/glistbox.o > > > gtextarea.cpp: In member function 'bool gTextArea::isSelected()': > > > gtextarea.cpp:349: error: 'gtk_text_buffer_get_has_selection' was not > > > declared in this scope > > > make[4]: *** [gtextarea.lo] Fehler 1 > > > make[4]: *** Warte auf noch nicht beendete Prozesse... > > > make[4]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk/src' > > > make[3]: *** [all-recursive] Fehler 1 > > > make[3]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' > > > make[2]: *** [all] Fehler 2 > > > make[2]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn/gb.gtk' > > > make[1]: *** [all-recursive] Fehler 1 > > > make[1]: Verlasse Verzeichnis '/opt/gambas/2/gambas-svn' > > > make: *** [all] Fehler 2 > > > > Works fine for me. > > > > What is your system ? what does 'pkg-config gtk+-2.0 --modversion' gives > > ? > > 2.8.20 it's an Ubuntu 6.06 LTS (will be stay for next 3 years and 10 1/2 > month like that) > I guess it's because gtk_text_buffer_get_has_selection() doesn't exist in gtk+-2.8.x releases. Try with the attached file. Regards, -------------- next part -------------- A non-text attachment was scrubbed... Name: gtextarea.cpp Type: text/x-c++src Size: 12497 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From gareth at ...1689... Tue Aug 14 10:39:22 2007 From: gareth at ...1689... (Gareth Bult) Date: Tue, 14 Aug 2007 09:39:22 +0100 (BST) Subject: [Gambas-user] Re; gb.form.desktop Message-ID: <16058627.2541187080762212.JavaMail.root@...1708...> Hi, I'm building .deb's for ubuntu and generally they seem to work quite happily, bar one component. gb.form.desktop seems to be missing. The make seems clean, the configure tells me everything is build bar qte. Is there anything 'special' about gb.form.desktop that might the debian packager skip it, or it not to be recognised as a binary / library ... If I post-copy gb.form.desktop.* afterwards, installations seem to work fine ... Gareth. -- Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas at ...1... Tue Aug 14 11:31:46 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 14 Aug 2007 11:31:46 +0200 Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <16058627.2541187080762212.JavaMail.root@...1708...> References: <16058627.2541187080762212.JavaMail.root@...1708...> Message-ID: <200708141131.47092.gambas@...1...> On mardi 14 ao?t 2007, Gareth Bult wrote: > Hi, > > I'm building .deb's for ubuntu and generally they seem to work quite > happily, bar one component. gb.form.desktop seems to be missing. > > The make seems clean, the configure tells me everything is build bar qte. > > Is there anything 'special' about gb.form.desktop that might the debian > packager skip it, or it not to be recognised as a binary / library ... > > If I post-copy gb.form.desktop.* afterwards, installations seem to work > fine ... > > Gareth. Damn it! I have just made the release, and of course something was missing. :-( -- Benoit Minisini From gareth at ...1689... Tue Aug 14 11:59:24 2007 From: gareth at ...1689... (Gareth Bult) Date: Tue, 14 Aug 2007 10:59:24 +0100 (BST) Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <200708141131.47092.gambas@...1...> Message-ID: <25967759.3231187085564454.JavaMail.root@...1708...> Urm, Does that mean I'm not going mad ? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Tuesday, August 14, 2007 10:31:46 AM (GMT) Europe/London Subject: Re: [Gambas-user] Re; gb.form.desktop On mardi 14 ao?t 2007, Gareth Bult wrote: > Hi, > > I'm building .deb's for ubuntu and generally they seem to work quite > happily, bar one component. gb.form.desktop seems to be missing. > > The make seems clean, the configure tells me everything is build bar qte. > > Is there anything 'special' about gb.form.desktop that might the debian > packager skip it, or it not to be recognised as a binary / library ... > > If I post-copy gb.form.desktop.* afterwards, installations seem to work > fine ... > > Gareth. Damn it! I have just made the release, and of course something was missing. :-( -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Tue Aug 14 12:22:43 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 14 Aug 2007 12:22:43 +0200 Subject: [Gambas-user] Release of gambas 1.9.50 Message-ID: <200708141222.43219.gambas@...1...> Hi, I'm back from the mountains, and alive. :-) See the attached image for a proof (yes, it's me and my bag inside the blue cloak - it was just before the storm). You get in this release mainly the result of an intensive work on gb.gtk. Now this component can almost replace the gb.qt one, and I did so in many examples for testing purpose. You will find in the IDE project property dialog a "swap gb.qt/gb.gtk" button that you can use to test your projects against gb.gtk. This button will be remove in the final version. But please use it if you want to help testing gb.gtk. The job is not finished, and the following features are not implemented: * Sorting in TreeView, ListView and ColumnView. * The transformation matrix of the Draw class. This feature may become optional in gb.qt, as it is not supported by the GTK+ drawing model. This will be solved in the future by the use of Cairo. * HTML support in the TextEdit control. * Some GridView properties. * The "_DefaultSize" hidden properties used by the IDE when you drag a control from the toolbox and drop it on a form. * The old Drag & Drop code was not reviewed and may not work. * The MouseDrag event. * The specific DrawingArea.Enabled behaviour. * The Settings properties of some controls. * The Image.Draw() method. * The Image.Data and Image.Transparent properties. * The Menu.Hide() and Menu.Show() methods. * Mouse.Horizontal and Mouse.Vertical. * Mouse.StartX and Mouse.StartY. * The Drawing class. This feature does not exist in GTK+, so it may be removed from gb.qt, and/or will be replaced by some SVG support in a future release. * The MovieBox source code was not reviewed. * The Printer class. This feature does not exist in GTK+, so it may be removed from gb.qt and put in a specific component. It is actually a PS generator. * The ProgressBar, Separator, and Slider control source code was not reviewed. * The Control.Design property. * Input methods are not managed by the KeyPress event. Otherwise, here are the main changes: * Support for autotools packages of Gambas projects, thanks to Laurent Carlier. * Some new examples: a game ported from Gambas 1.0 and a PDF viewer. * A new property that makes the running program a daemon. * Some important bug fixes in the database drivers. * The gb.net.smtp component should work correctly in all cases now. * The enhanced standard dialogs were moved from gb.form to their own gb.form.dialog component so that they are optional. And finally you can read the full ChangeLog at http://gambas.sf.net/changelog2.html. Enjoy it! -- Benoit Minisini -------------- next part -------------- A non-text attachment was scrubbed... Name: moutain.jpg Type: image/jpeg Size: 98786 bytes Desc: not available URL: From jredrejo at ...626... Tue Aug 14 12:29:46 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Tue, 14 Aug 2007 12:29:46 +0200 Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <25967759.3231187085564454.JavaMail.root@...1708...> References: <200708141131.47092.gambas@...1...> <25967759.3231187085564454.JavaMail.root@...1708...> Message-ID: <8eb28a500708140329i2e493625j8f688addb5448a18@...627...> Building debian packages is also failing: i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql/ -pipe -Wall -Wno-unused-value -fvisibility=hidden -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o main.c:35:25: error: gb.db.proto.h: No such file or directory main.c:2466: error: expected ')' before string constant make[5]: *** [main.lo] Error 1 Regards. Jos? L. 2007/8/14, Gareth Bult : > > Urm, > > Does that mean I'm not going mad ? > > Gareth. > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > > ----- Original Message ----- > From: "Benoit Minisini" > To: "mailing list for gambas users" > Sent: Tuesday, August 14, 2007 10:31:46 AM (GMT) Europe/London > Subject: Re: [Gambas-user] Re; gb.form.desktop > > On mardi 14 ao?t 2007, Gareth Bult wrote: > > Hi, > > > > I'm building .deb's for ubuntu and generally they seem to work quite > > happily, bar one component. gb.form.desktop seems to be missing. > > > > The make seems clean, the configure tells me everything is build bar > qte. > > > > Is there anything 'special' about gb.form.desktop that might the debian > > packager skip it, or it not to be recognised as a binary / library ... > > > > If I post-copy gb.form.desktop.* afterwards, installations seem to work > > fine ... > > > > Gareth. > > Damn it! I have just made the release, and of course something was > missing. :-( > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Tue Aug 14 13:36:07 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 14 Aug 2007 13:36:07 +0200 Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <200708141131.47092.gambas@...1...> References: <16058627.2541187080762212.JavaMail.root@...1708...> <200708141131.47092.gambas@...1...> Message-ID: <200708141336.07481.gambas@...1...> On mardi 14 ao?t 2007, Benoit Minisini wrote: > On mardi 14 ao?t 2007, Gareth Bult wrote: > > Hi, > > > > I'm building .deb's for ubuntu and generally they seem to work quite > > happily, bar one component. gb.form.desktop seems to be missing. > > > > The make seems clean, the configure tells me everything is build bar qte. > > > > Is there anything 'special' about gb.form.desktop that might the debian > > packager skip it, or it not to be recognised as a binary / library ... > > > > If I post-copy gb.form.desktop.* afterwards, installations seem to work > > fine ... > > > > Gareth. > > Damn it! I have just made the release, and of course something was > missing. :-( Hmmm... No. gb.form.desktop does not exist anymore. Which version do you try to package? -- Benoit Minisini From gambas at ...1... Tue Aug 14 13:41:04 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 14 Aug 2007 13:41:04 +0200 Subject: [Gambas-user] Does Gambas has a swig interface?? In-Reply-To: References: Message-ID: <200708141341.04643.gambas@...1...> On dimanche 05 ao?t 2007, a hafeel wrote: > Hi I would like to expose a gsoap c++ client to Gambas using swig. Has > anyone tried this before? I dont think swig has a basic language interface. > > Is there an alternative? > > BTW I'm new to Gambas? > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Gambas has no swig "interface" (i.e. swig does not generate interfaces for Gambas), but it can call any function inside a shared library. When the shared library is written in C++, it is a bit more complex, as C++ function names are mangled. But if you know what you are doing, everything is possible. If your gsoap C++ clinet is a well-known library, why not making a Gambas component from it? -- Benoit Minisini From jredrejo at ...626... Tue Aug 14 14:10:09 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Tue, 14 Aug 2007 14:10:09 +0200 Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <8eb28a500708140329i2e493625j8f688addb5448a18@...627...> References: <200708141131.47092.gambas@...1...> <25967759.3231187085564454.JavaMail.root@...1708...> <8eb28a500708140329i2e493625j8f688addb5448a18@...627...> Message-ID: <8eb28a500708140510v70121125s4e1e168ade333159@...627...> Beno?t, the file /main/lib/db/gb.db.proto.h is not in the tarball, it seems you forgot it ;-) 2007/8/14, Jos? Luis Redrejo : > > Building debian packages is also failing: > > i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql/ > -pipe -Wall -Wno-unused-value -fvisibility=hidden -g -Os -MT main.lo -MD > -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o > main.c:35:25: error: gb.db.proto.h: No such file or directory > main.c:2466: error: expected ')' before string constant > make[5]: *** [main.lo] Error 1 > > > Regards. > Jos? L. > > > 2007/8/14, Gareth Bult : > > > > Urm, > > > > Does that mean I'm not going mad ? > > > > Gareth. > > > > -- > > Managing Director, Encryptec Limited > > Tel: 0845 25 77033, Mob: 07891 389657 > > Email: gareth at ...1689... > > Statements made are at all times subject to Encryptec's Terms and > > Conditions of Business, which are available upon request. > > > > ----- Original Message ----- > > From: "Benoit Minisini" < gambas at ...1...> > > To: "mailing list for gambas users" > > Sent: Tuesday, August 14, 2007 10:31:46 AM (GMT) Europe/London > > Subject: Re: [Gambas-user] Re; gb.form.desktop > > > > On mardi 14 ao?t 2007, Gareth Bult wrote: > > > Hi, > > > > > > I'm building .deb's for ubuntu and generally they seem to work quite > > > happily, bar one component. gb.form.desktop seems to be missing. > > > > > > The make seems clean, the configure tells me everything is build bar > > qte. > > > > > > Is there anything 'special' about gb.form.desktop that might the > > debian > > > packager skip it, or it not to be recognised as a binary / library ... > > > > > > If I post-copy gb.form.desktop.* afterwards, installations seem to > > work > > > fine ... > > > > > > Gareth. > > > > Damn it! I have just made the release, and of course something was > > missing. :-( > > > > -- > > Benoit Minisini > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From jredrejo at ...626... Tue Aug 14 14:25:44 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Tue, 14 Aug 2007 14:25:44 +0200 Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <8eb28a500708140510v70121125s4e1e168ade333159@...627...> References: <200708141131.47092.gambas@...1...> <25967759.3231187085564454.JavaMail.root@...1708...> <8eb28a500708140329i2e493625j8f688addb5448a18@...627...> <8eb28a500708140510v70121125s4e1e168ade333159@...627...> Message-ID: <8eb28a500708140525o34f5f61bu4d03057e6cea2c9c@...627...> Beno?t, It seems you will need a time before recovering your average working speed after the hollidays ;-) You forgot two files else: gb.gtk/src/gshare.h gb.opengl/src/gb.gl.h So, three files are needed . Regards. Jos? L. 2007/8/14, Jos? Luis Redrejo : > > Beno?t, the file > /main/lib/db/gb.db.proto.h > > is not in the tarball, it seems you forgot it ;-) > > > > 2007/8/14, Jos? Luis Redrejo : > > > > Building debian packages is also failing: > > > > i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql/ > > -pipe -Wall -Wno-unused-value -fvisibility=hidden -g -Os -MT main.lo -MD > > -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o > > main.c:35:25: error: gb.db.proto.h: No such file or directory > > main.c:2466: error: expected ')' before string constant > > make[5]: *** [main.lo] Error 1 > > > > > > Regards. > > Jos? L. > > > > > > 2007/8/14, Gareth Bult : > > > > > > Urm, > > > > > > Does that mean I'm not going mad ? > > > > > > Gareth. > > > > > > -- > > > Managing Director, Encryptec Limited > > > Tel: 0845 25 77033, Mob: 07891 389657 > > > Email: gareth at ...1689... > > > Statements made are at all times subject to Encryptec's Terms and > > > Conditions of Business, which are available upon request. > > > > > > ----- Original Message ----- > > > From: "Benoit Minisini" < gambas at ...1...> > > > To: "mailing list for gambas users" > > > > > > Sent: Tuesday, August 14, 2007 10:31:46 AM (GMT) Europe/London > > > Subject: Re: [Gambas-user] Re; gb.form.desktop > > > > > > On mardi 14 ao?t 2007, Gareth Bult wrote: > > > > Hi, > > > > > > > > I'm building .deb's for ubuntu and generally they seem to work quite > > > > happily, bar one component. gb.form.desktop seems to be missing. > > > > > > > > The make seems clean, the configure tells me everything is build bar > > > qte. > > > > > > > > Is there anything 'special' about gb.form.desktop that might the > > > debian > > > > packager skip it, or it not to be recognised as a binary / library > > > ... > > > > > > > > If I post-copy gb.form.desktop.* afterwards, installations seem to > > > work > > > > fine ... > > > > > > > > Gareth. > > > > > > Damn it! I have just made the release, and of course something was > > > missing. :-( > > > > > > -- > > > Benoit Minisini > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a > > > browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a > > > browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > From gambas at ...1... Tue Aug 14 14:43:29 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 14 Aug 2007 14:43:29 +0200 Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <8eb28a500708140525o34f5f61bu4d03057e6cea2c9c@...627...> References: <200708141131.47092.gambas@...1...> <8eb28a500708140510v70121125s4e1e168ade333159@...627...> <8eb28a500708140525o34f5f61bu4d03057e6cea2c9c@...627...> Message-ID: <200708141443.29451.gambas@...1...> On mardi 14 ao?t 2007, Jos? Luis Redrejo wrote: > Beno?t, It seems you will need a time before recovering your average > working speed after the hollidays ;-) > > You forgot two files else: > > gb.gtk/src/gshare.h > gb.opengl/src/gb.gl.h > > So, three files are needed . > > Regards. > Jos? L. > For gb.gl.h, it's not me, it is Laurent :-) -- Benoit Minisini From gambas at ...1... Tue Aug 14 14:43:59 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 14 Aug 2007 14:43:59 +0200 Subject: [Gambas-user] Release of gambas 1.9.50 In-Reply-To: <200708141222.43219.gambas@...1...> References: <200708141222.43219.gambas@...1...> Message-ID: <200708141443.59255.gambas@...1...> On mardi 14 ao?t 2007, Benoit Minisini wrote: > Hi, > > I'm back from the mountains, and alive. :-) See the attached image for a > proof (yes, it's me and my bag inside the blue cloak - it was just before > the storm). > > You get in this release mainly the result of an intensive work on gb.gtk. > Now this component can almost replace the gb.qt one, and I did so in many > examples for testing purpose. > > You will find in the IDE project property dialog a "swap gb.qt/gb.gtk" > button that you can use to test your projects against gb.gtk. This button > will be remove in the final version. But please use it if you want to help > testing gb.gtk. > > The job is not finished, and the following features are not implemented: > > * Sorting in TreeView, ListView and ColumnView. > > * The transformation matrix of the Draw class. This feature may become > optional in gb.qt, as it is not supported by the GTK+ drawing model. This > will be solved in the future by the use of Cairo. > > * HTML support in the TextEdit control. > > * Some GridView properties. > > * The "_DefaultSize" hidden properties used by the IDE when you drag a > control from the toolbox and drop it on a form. > > * The old Drag & Drop code was not reviewed and may not work. > > * The MouseDrag event. > > * The specific DrawingArea.Enabled behaviour. > > * The Settings properties of some controls. > > * The Image.Draw() method. > > * The Image.Data and Image.Transparent properties. > > * The Menu.Hide() and Menu.Show() methods. > > * Mouse.Horizontal and Mouse.Vertical. > > * Mouse.StartX and Mouse.StartY. > > * The Drawing class. This feature does not exist in GTK+, so it may be > removed from gb.qt, and/or will be replaced by some SVG support in a future > release. > > * The MovieBox source code was not reviewed. > > * The Printer class. This feature does not exist in GTK+, so it may be > removed from gb.qt and put in a specific component. It is actually a PS > generator. > > * The ProgressBar, Separator, and Slider control source code was not > reviewed. > > * The Control.Design property. > > * Input methods are not managed by the KeyPress event. > > Otherwise, here are the main changes: > > * Support for autotools packages of Gambas projects, thanks to Laurent > Carlier. > > * Some new examples: a game ported from Gambas 1.0 and a PDF viewer. > > * A new property that makes the running program a daemon. > > * Some important bug fixes in the database drivers. > > * The gb.net.smtp component should work correctly in all cases now. > > * The enhanced standard dialogs were moved from gb.form to their own > gb.form.dialog component so that they are optional. > > And finally you can read the full ChangeLog at > http://gambas.sf.net/changelog2.html. > > Enjoy it! Three files are missing in the tarball, so please wait until I fix the problem... -- Benoit Minisini From gambas at ...1... Tue Aug 14 15:04:20 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 14 Aug 2007 15:04:20 +0200 Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <8eb28a500708140525o34f5f61bu4d03057e6cea2c9c@...627...> References: <200708141131.47092.gambas@...1...> <8eb28a500708140510v70121125s4e1e168ade333159@...627...> <8eb28a500708140525o34f5f61bu4d03057e6cea2c9c@...627...> Message-ID: <200708141504.21161.gambas@...1...> On mardi 14 ao?t 2007, Jos? Luis Redrejo wrote: > Beno?t, It seems you will need a time before recovering your average > working speed after the hollidays ;-) > > You forgot two files else: > > gb.gtk/src/gshare.h > gb.opengl/src/gb.gl.h > > So, three files are needed . > > Regards. > Jos? L. > I have update the tarball. Could you tell me if it is ok? -- Benoit Minisini From jredrejo at ...626... Tue Aug 14 15:30:34 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Tue, 14 Aug 2007 15:30:34 +0200 Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <200708141504.21161.gambas@...1...> References: <200708141131.47092.gambas@...1...> <8eb28a500708140510v70121125s4e1e168ade333159@...627...> <8eb28a500708140525o34f5f61bu4d03057e6cea2c9c@...627...> <200708141504.21161.gambas@...1...> Message-ID: <8eb28a500708140630k78458d5fl47fc57abac2bbd78@...627...> Now the packages build without any problem. Thanks Jos? L. 2007/8/14, Benoit Minisini : > > On mardi 14 ao?t 2007, Jos? Luis Redrejo wrote: > > Beno?t, It seems you will need a time before recovering your average > > working speed after the hollidays ;-) > > > > You forgot two files else: > > > > gb.gtk/src/gshare.h > > gb.opengl/src/gb.gl.h > > > > So, three files are needed . > > > > Regards. > > Jos? L. > > > > I have update the tarball. Could you tell me if it is ok? > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gareth at ...1689... Tue Aug 14 16:12:36 2007 From: gareth at ...1689... (Gareth Bult) Date: Tue, 14 Aug 2007 15:12:36 +0100 (BST) Subject: [Gambas-user] Re; gb.form.desktop In-Reply-To: <200708141336.07481.gambas@...1...> Message-ID: <12656216.3561187100756195.JavaMail.root@...1708...> Urm, I have a binary that tries to load it ... I'm using SVN 486 ... Should I remove the dependency and rebuild my program? (I take it the functionality moved elsewhere?) Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Tuesday, August 14, 2007 12:36:07 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; gb.form.desktop On mardi 14 ao?t 2007, Benoit Minisini wrote: > On mardi 14 ao?t 2007, Gareth Bult wrote: > > Hi, > > > > I'm building .deb's for ubuntu and generally they seem to work quite > > happily, bar one component. gb.form.desktop seems to be missing. > > > > The make seems clean, the configure tells me everything is build bar qte. > > > > Is there anything 'special' about gb.form.desktop that might the debian > > packager skip it, or it not to be recognised as a binary / library ... > > > > If I post-copy gb.form.desktop.* afterwards, installations seem to work > > fine ... > > > > Gareth. > > Damn it! I have just made the release, and of course something was > missing. :-( Hmmm... No. gb.form.desktop does not exist anymore. Which version do you try to package? -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From info.geex at ...626... Wed Aug 15 02:30:16 2007 From: info.geex at ...626... (Sergio Hernandez) Date: Tue, 14 Aug 2007 18:30:16 -0600 Subject: [Gambas-user] Gambas on AMD64 In-Reply-To: References: Message-ID: <200708141830.17133.info.geex@...626...> Hello, I install Kubuntu AMD64 but Gambas is not working. Is there any updates on running on AMD64? From fidojones at ...805... Wed Aug 15 13:18:23 2007 From: fidojones at ...805... (Lorenzo Tejera) Date: Wed, 15 Aug 2007 13:18:23 +0200 Subject: [Gambas-user] cerebro:/opt/gambas2/bin# ./gambas2.gambas Gambas 1.9.50 Cannot load class 'ValueBox': Unable to load class file Message-ID: <19cca6e50708150418r57ad626al2905748c8d63776c@...627...> I compile gambas as always. I re download the file twice (by the mail says some files was missing) and compile it, when I execute I get this /opt/gambas2/bin# ./gambas2.gambas ERROR: #2: Cannot load class 'ValueBox': Unable to load class file Any other files missing? From horechuk at ...981... Wed Aug 15 13:31:46 2007 From: horechuk at ...981... (Paul Horechuk) Date: Wed, 15 Aug 2007 07:31:46 -0400 Subject: [Gambas-user] Gambas on AMD64 In-Reply-To: <200708141830.17133.info.geex@...626...> References: <200708141830.17133.info.geex@...626...> Message-ID: <200708150731.46575.horechuk@...981...> On August 14, 2007, Sergio Hernandez wrote: > Hello, > > I install Kubuntu AMD64 but Gambas is not working. > Is there any updates on running on AMD64? As there is no gambas 64 you should perhaps do what I did and setup VirtualBox for a 32 bit Kubuntu environment. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Paul Horechuk Think Free Use Open Source Software From obductor at ...626... Wed Aug 15 15:49:02 2007 From: obductor at ...626... (Roberto Estevam) Date: Wed, 15 Aug 2007 13:49:02 +0000 Subject: [Gambas-user] Hii Message-ID: <13c329a90708150649s42cbe1b8pc65aeab5a02a2725@...627...> Somebody can help me in this question of user? ( http://omega.tuxsp.pt/~crentes/phpBB2/viewtopic.php?t=9 ) checking for external internationalization library headers... /usr/include/ checking for external internationalization library libraries... no configure: WARNING: *** external internationalization library is disabled checking for external charset conversion library headers... /usr/include/ checking for external charset conversion library libraries... no configure: WARNING: *** external charset conversion library is disabled checking for external gettext library headers... checking for external gettext library libraries... no configure: WARNING: *** external gettext library is disabled checking for QT component headers... no checking for QT component libraries... no configure: WARNING: *** QT component is disabled checking for X... no checking for XOpenDisplay in -lX11... no configure: error: *** libX11 not found. Check 'config.log' for more details. Thanks From pvera at ...729... Wed Aug 15 16:12:16 2007 From: pvera at ...729... (Pablo Vera) Date: Wed, 15 Aug 2007 09:12:16 -0500 Subject: [Gambas-user] Hii In-Reply-To: <13c329a90708150649s42cbe1b8pc65aeab5a02a2725@...627...> References: <13c329a90708150649s42cbe1b8pc65aeab5a02a2725@...627...> Message-ID: <46C309C0.7040801@...729...> It seems this user doesn't have the QT and X development libraries. He needs to install them before building Gambas Pablo _____________________________________________________________________ Roberto Estevam wrote: > Somebody can help me in this question of user? > > ( http://omega.tuxsp.pt/~crentes/phpBB2/viewtopic.php?t=9 ) > > checking for external internationalization library headers... /usr/include/ > checking for external internationalization library libraries... no > configure: WARNING: *** external internationalization library is disabled > checking for external charset conversion library headers... /usr/include/ > checking for external charset conversion library libraries... no > configure: WARNING: *** external charset conversion library is disabled > checking for external gettext library headers... > checking for external gettext library libraries... no > configure: WARNING: *** external gettext library is disabled > checking for QT component headers... no > checking for QT component libraries... no > configure: WARNING: *** QT component is disabled > checking for X... no > checking for XOpenDisplay in -lX11... no > configure: error: *** libX11 not found. Check 'config.log' for more details. > > > Thanks > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From jredrejo at ...626... Wed Aug 15 17:44:43 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Wed, 15 Aug 2007 17:44:43 +0200 Subject: [Gambas-user] Gambas debian packages Message-ID: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> Hi, Beno?t, I have changed some things to make life easier for the Debian packages users, could you please update the information in the download section of the gambas site? The info now for Debian is: ################ Last version of gambas packages for Debian sid are always available at the official Debian repositories. Last version of gambas packages for Debian stable (or etch) are always available using apt-get, adding this line to the /etc/apt/sources.list file: deb http://apt.linex.org/linex/gambas/stable/ ./ (Important note: Etch users can not use gambas2-gb-gtk, gambas2 & gambas2-gb-gtk-svg packages due to the gtk version (2.8) available in Debian etch. If they want to use these packages there is a gtk-2.10 etch backport for available via apt-get using deb http://apt.linex.org/linex/gambas/gtk-2.10/ ./ ) ########### That's all. Packages for version 1.9.50 are already uploaded to these sites. Regards. Jos? L. From lordheavym at ...626... Wed Aug 15 19:01:07 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Wed, 15 Aug 2007 19:01:07 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> Message-ID: <4e47a3ec0708151001gbbfbb75xb2eee972524a37f6@...627...> gambas2 gtk component doesn't work with gtk+ 2.8 ? Where are the problems ? Perhaps we can fix these otherwise update the configure script to disable component with gtk prior to 2.8 ..... Regards, 2007/8/15, Jos? Luis Redrejo : > > Hi, Beno?t, I have changed some things to make life easier for the Debian > packages users, could you please update the information in the download > section of the gambas site? > The info now for Debian is: > > ################ > Last version of gambas packages for Debian sid are always available at the > official Debian repositories. > > Last version of gambas packages for Debian stable (or etch) are always > available using apt-get, adding this line to the /etc/apt/sources.list > file: > > deb http://apt.linex.org/linex/gambas/stable/ ./ > > (Important note: Etch users can not use gambas2-gb-gtk, gambas2 & > gambas2-gb-gtk-svg packages due to the gtk version (2.8) available in > Debian > etch. If they want to use these packages there is a gtk-2.10 etch backport > for available via apt-get using > deb http://apt.linex.org/linex/gambas/gtk-2.10/ ./ ) > ########### > > That's all. Packages for version 1.9.50 are already uploaded to these > sites. > Regards. > Jos? L. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From lordheavym at ...626... Wed Aug 15 19:01:32 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Wed, 15 Aug 2007 19:01:32 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <4e47a3ec0708151001gbbfbb75xb2eee972524a37f6@...627...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> <4e47a3ec0708151001gbbfbb75xb2eee972524a37f6@...627...> Message-ID: <4e47a3ec0708151001h3e6d9928tdd373243755d0149@...627...> oups, prior to 2.10 :) 2007/8/15, Laurent Carlier : > > gambas2 gtk component doesn't work with gtk+ 2.8 ? > > Where are the problems ? Perhaps we can fix these otherwise update the > configure script to disable component with gtk prior to 2.8 ..... > > Regards, > > > 2007/8/15, Jos? Luis Redrejo : > > > > Hi, Beno?t, I have changed some things to make life easier for the > > Debian > > packages users, could you please update the information in the download > > section of the gambas site? > > The info now for Debian is: > > > > ################ > > Last version of gambas packages for Debian sid are always available at > > the > > official Debian repositories. > > > > Last version of gambas packages for Debian stable (or etch) are always > > available using apt-get, adding this line to the /etc/apt/sources.list > > file: > > > > deb http://apt.linex.org/linex/gambas/stable/ ./ > > > > (Important note: Etch users can not use gambas2-gb-gtk, gambas2 & > > gambas2-gb-gtk-svg packages due to the gtk version ( 2.8) available in > > Debian > > etch. If they want to use these packages there is a gtk-2.10 etch > > backport > > for available via apt-get using > > deb http://apt.linex.org/linex/gambas/gtk-2.10/ ./ ) > > ########### > > > > That's all. Packages for version 1.9.50 are already uploaded to these > > sites. > > Regards. > > Jos? L. > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From jredrejo at ...626... Wed Aug 15 20:58:43 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Wed, 15 Aug 2007 20:58:43 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <4e47a3ec0708151001h3e6d9928tdd373243755d0149@...627...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> <4e47a3ec0708151001gbbfbb75xb2eee972524a37f6@...627...> <4e47a3ec0708151001h3e6d9928tdd373243755d0149@...627...> Message-ID: <8eb28a500708151158w3319b88cibb47bb7548961c00@...627...> There are some new functions that are not available in 2.8 and Beno?t has used. Most of them are related to the clipboard. Beno?t can give you more details for these functions. Maybe if they are not too many they could be replaced by some equivalent 2.8 blocks of code and keep compatibility. As you said, configure should disable gtk components if gtk >= 2.10 is not present. Now it doesn't do it, but the component doesn't compile if you don't have 2.10 Regards. Jos? L. 2007/8/15, Laurent Carlier : > > oups, prior to 2.10 :) > > > 2007/8/15, Laurent Carlier : > > > > gambas2 gtk component doesn't work with gtk+ 2.8 ? > > > > Where are the problems ? Perhaps we can fix these otherwise update the > > configure script to disable component with gtk prior to 2.8 ..... > > > > Regards, > > > > > > 2007/8/15, Jos? Luis Redrejo : > > > > > > Hi, Beno?t, I have changed some things to make life easier for the > > > Debian > > > packages users, could you please update the information in the > download > > > section of the gambas site? > > > The info now for Debian is: > > > > > > ################ > > > Last version of gambas packages for Debian sid are always available at > > > the > > > official Debian repositories. > > > > > > Last version of gambas packages for Debian stable (or etch) are always > > > available using apt-get, adding this line to the /etc/apt/sources.list > > > file: > > > > > > deb http://apt.linex.org/linex/gambas/stable/ ./ > > > > > > (Important note: Etch users can not use gambas2-gb-gtk, gambas2 & > > > gambas2-gb-gtk-svg packages due to the gtk version ( 2.8) available in > > > Debian > > > etch. If they want to use these packages there is a gtk-2.10 etch > > > backport > > > for available via apt-get using > > > deb http://apt.linex.org/linex/gambas/gtk-2.10/ ./ ) > > > ########### > > > > > > That's all. Packages for version 1.9.50 are already uploaded to these > > > sites. > > > Regards. > > > Jos? L. > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a > browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From epileg at ...626... Thu Aug 16 02:57:19 2007 From: epileg at ...626... (=?ISO-8859-1?Q?Ep=EDleg?=) Date: Thu, 16 Aug 2007 02:57:19 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <8eb28a500708151158w3319b88cibb47bb7548961c00@...627...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> <4e47a3ec0708151001gbbfbb75xb2eee972524a37f6@...627...> <4e47a3ec0708151001h3e6d9928tdd373243755d0149@...627...> <8eb28a500708151158w3319b88cibb47bb7548961c00@...627...> Message-ID: <46C3A0EF.30008@...626...> Hello, I got the following error when I try to compiling the new version 1.9.50 of gambas2 from 'http://packages.debian.org/unstable/source/gambas2' in Ubuntu feisty (7.04). grep: /usr/lib/libdirectfb.la: No such file or directory sed: can't read /usr/lib/libdirectfb.la: No such file or directory libtool: link: `/usr/lib/libdirectfb.la' is not a valid libtool archive make[5]: *** [gb.sdl.la] Error 1 make[5]: Leaving directory `/home/jordi/Desktop/temp/gambas2-1.9.50/gb.sdl/src' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/jordi/Desktop/temp/gambas2-1.9.50/gb.sdl' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/jordi/Desktop/temp/gambas2-1.9.50/gb.sdl' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jordi/Desktop/temp/gambas2-1.9.50' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/jordi/Desktop/temp/gambas2-1.9.50' make: *** [build-stamp] Error 2 Thanks, Ep?leg. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: From _root at ...324... Thu Aug 16 12:05:42 2007 From: _root at ...324... (-=FoX=-) Date: Thu, 16 Aug 2007 12:05:42 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> Message-ID: <46C42176.4050408@...324...> Jos? Luis Redrejo ha scritto: > Hi, Beno?t, I have changed some things to make life easier for the Debian > packages users, could you please update the information in the download > section of the gambas site? > The info now for Debian is: > > ################ > Last version of gambas packages for Debian sid are always available at the > official Debian repositories. > > Last version of gambas packages for Debian stable (or etch) are always > available using apt-get, adding this line to the /etc/apt/sources.list file: > > deb http://apt.linex.org/linex/gambas/stable/ ./ > > Hi, I try to install gambas 2 following the above instructions, but I have this error. I don't want to use gtk... but seems that he need it to install What can I do? Thankyou in advance ;) ################# ... Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: gambas2: Depends: gambas2-gb-gtk (>= 1.9.50-1~etch1) but it is not going to be installed Depends: gambas2-gb-gtk-svg but it is not going to be installed Depends: gambas2-gb-pdf (>= 1.9.50-1~etch1) but it is not going to be installed E: Broken packages -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: 250 biglietti da visita Gratis + 42 modelli e Etichette per Indirizzo Gratis + Porta biglietti Gratis -Offerta limitata! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6782&d=16-8 From jredrejo at ...626... Thu Aug 16 14:41:13 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Thu, 16 Aug 2007 14:41:13 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <46C42176.4050408@...324...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> <46C42176.4050408@...324...> Message-ID: <8eb28a500708160541k7f008f7bhbb64917feb45781d@...627...> Read the last part of my message: For etch users you need to add a gtk 2.10backport that's also available. Regards. 2007/8/16, -=FoX=- <_root at ...324...>: > > Jos? Luis Redrejo ha scritto: > > Hi, Beno?t, I have changed some things to make life easier for the > Debian > > packages users, could you please update the information in the download > > section of the gambas site? > > The info now for Debian is: > > > > ################ > > Last version of gambas packages for Debian sid are always available at > the > > official Debian repositories. > > > > Last version of gambas packages for Debian stable (or etch) are always > > available using apt-get, adding this line to the /etc/apt/sources.list > file: > > > > deb http://apt.linex.org/linex/gambas/stable/ ./ > > > > > Hi, I try to install gambas 2 following the above instructions, but I > have this error. > I don't want to use gtk... but seems that he need it to install > What can I do? > Thankyou in advance ;) > > ################# > ... > Since you only requested a single operation it is extremely likely that > the package is simply not installable and a bug report against > that package should be filed. > The following information may help to resolve the situation: > > The following packages have unmet dependencies: > gambas2: Depends: gambas2-gb-gtk (>= 1.9.50-1~etch1) but it is not > going to be installed > Depends: gambas2-gb-gtk-svg but it is not going to be installed > Depends: gambas2-gb-pdf (>= 1.9.50-1~etch1) but it is not > going to be installed > E: Broken packages > > > > > -- > Email.it, the professional e-mail, gratis per te: http://www.email.it/f > > Sponsor: > 250 biglietti da visita Gratis + 42 modelli e Etichette per Indirizzo > Gratis + Porta biglietti Gratis -Offerta limitata! > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6782&d=16-8 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From jredrejo at ...626... Thu Aug 16 15:25:59 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Thu, 16 Aug 2007 15:25:59 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <8eb28a500708160541k7f008f7bhbb64917feb45781d@...627...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> <46C42176.4050408@...324...> <8eb28a500708160541k7f008f7bhbb64917feb45781d@...627...> Message-ID: <8eb28a500708160625q2057c0efqee1774b5fbf3b339@...627...> Forgot to mention it in my previous email: if you don't want to use gtk component you can install all not-gtk dependent components (they all but gambas2, gambas2-gb-gtk-svg, gambas2-gb-pdf), but you'll have to write all their names as the gambas2 metapackage install gtk as well. For instance, you can install gambas2-ide without any problem in a clean etch environment if you don't need gtk. Take a look to http://packages.debian.org/unstable/source/gambas2 to know all the gambas2 packages that are available. Regards. 2007/8/16, Jos? Luis Redrejo : > > Read the last part of my message: For etch users you need to add a gtk > 2.10 backport that's also available. > > Regards. > > > 2007/8/16, -=FoX=- <_root@ email.it>: > > > > Jos? Luis Redrejo ha scritto: > > > Hi, Beno?t, I have changed some things to make life easier for the > > Debian > > > packages users, could you please update the information in the > > download > > > section of the gambas site? > > > The info now for Debian is: > > > > > > ################ > > > Last version of gambas packages for Debian sid are always available at > > the > > > official Debian repositories. > > > > > > Last version of gambas packages for Debian stable (or etch) are always > > > available using apt-get, adding this line to the /etc/apt/sources.list > > file: > > > > > > deb http://apt.linex.org/linex/gambas/stable/ ./ > > > > > > > > Hi, I try to install gambas 2 following the above instructions, but I > > have this error. > > I don't want to use gtk... but seems that he need it to install > > What can I do? > > Thankyou in advance ;) > > > > ################# > > ... > > Since you only requested a single operation it is extremely likely that > > the package is simply not installable and a bug report against > > that package should be filed. > > The following information may help to resolve the situation: > > > > The following packages have unmet dependencies: > > gambas2: Depends: gambas2-gb-gtk (>= 1.9.50-1~etch1) but it is not > > going to be installed > > Depends: gambas2-gb-gtk-svg but it is not going to be > > installed > > Depends: gambas2-gb-pdf (>= 1.9.50-1~etch1) but it is not > > going to be installed > > E: Broken packages > > > > > > > > > > -- > > Email.it, the professional e-mail, gratis per te: http://www.email.it/f > > > > Sponsor: > > 250 biglietti da visita Gratis + 42 modelli e Etichette per Indirizzo > > Gratis + Porta biglietti Gratis -Offerta limitata! > > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6782&d=16-8 > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From _root at ...324... Thu Aug 16 17:50:20 2007 From: _root at ...324... (-=FoX=-) Date: Thu, 16 Aug 2007 17:50:20 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <8eb28a500708160541k7f008f7bhbb64917feb45781d@...627...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> <46C42176.4050408@...324...> <8eb28a500708160541k7f008f7bhbb64917feb45781d@...627...> Message-ID: <46C4723C.8020400@...324...> Jos? Luis Redrejo ha scritto: > Read the last part of my message: For etch users you need to add a gtk > 2.10backport that's also available. > > Regards. > > I'm sorry Jose', but if I try to look here: http://apt.linex.org/linex/gambas/gtk-2.10/ there is nothing and so is impossible to install & use gambas Maybe a broken link ? I'm sorry to bother but i really need to install it as soon as possible... thank you :) -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Comunicazione NON verbale: impara il linguaggio del corpo e ottieni successo nella vita e negli affari Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6931&d=16-8 From jredrejo at ...626... Thu Aug 16 22:00:51 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Thu, 16 Aug 2007 22:00:51 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <46C4723C.8020400@...324...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> <46C42176.4050408@...324...> <8eb28a500708160541k7f008f7bhbb64917feb45781d@...627...> <46C4723C.8020400@...324...> Message-ID: <8eb28a500708161300p31b679e8ma7bbbda27df1ce9@...627...> ups, not, it's a mistake, it's without "gambas" in the url (this gtk backport is general for etch, not only for gambas) http://apt.linex.org/linex/gtk-2.10/ Regards 2007/8/16, -=FoX=- <_root at ...324...>: > > Jos? Luis Redrejo ha scritto: > > Read the last part of my message: For etch users you need to add a gtk > > 2.10backport that's also available. > > > > Regards. > > > > > I'm sorry Jose', but if I try to look here: > http://apt.linex.org/linex/gambas/gtk-2.10/ > there is nothing and so is impossible to install & use gambas > Maybe a broken link ? > > I'm sorry to bother but i really need to install it as soon as possible... > > thank you > > :) > > > > -- > Email.it, the professional e-mail, gratis per te: http://www.email.it/f > > Sponsor: > Comunicazione NON verbale: impara il linguaggio del corpo e ottieni > successo nella vita e negli affari > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6931&d=16-8 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From obductor at ...626... Fri Aug 17 03:04:45 2007 From: obductor at ...626... (Roberto Estevam) Date: Fri, 17 Aug 2007 01:04:45 +0000 Subject: [Gambas-user] SVN Message-ID: <13c329a90708161804o65f0d53fu78981598e00c51db@...627...> Gerado c?pia de trabalho para revis?o 500. root at ...1726...:~# cd trunk root at ...1726...:~/trunk# ./reconf-all main /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal app /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal comp /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal examples /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal help /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal gb.compress.bzlib2 /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal gb.compress.zlib /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal gb.corba /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal gb.crypt /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal gb.db.firebird /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal gb.db.mysql /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal I'm so confuse.. what i need to do for work? i use Kubuntu the last version thank u. From gambas at ...1... Fri Aug 17 16:10:31 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 17 Aug 2007 16:10:31 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? Message-ID: <200708171610.31803.gambas@...1...> Hi, I currently have a strange bug in gb.qt: Key.Code is always zero inside a KeyRelease event. Apparently this bug comes directly from the QT library. This bug does not occur if I use gb.gtk instead of gb.qt. I use Mandriva 2007.1 with QT 3.3.8. By using google, I found that this problem was encountered with a guy on an old Fedora with QT 3.3.4. He fixed the problem by compiling QT from sources. Strange... I'm looking for kind guys that would check this problem on their own system. To test the problem, just put a TextBox on a Form, and use the following code: PUBLIC SUB TextBox1_KeyPress() DEBUG Key.Code;; Key.State END PUBLIC SUB TextBox1_KeyRelease() DEBUG Key.Code;; Key.State END Thanks in advance, Regards. -- Benoit Minisini From gambas at ...1... Fri Aug 17 16:11:40 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 17 Aug 2007 16:11:40 +0200 Subject: [Gambas-user] cerebro:/opt/gambas2/bin# ./gambas2.gambas Gambas 1.9.50 Cannot load class 'ValueBox': Unable to load class file In-Reply-To: <19cca6e50708150418r57ad626al2905748c8d63776c@...627...> References: <19cca6e50708150418r57ad626al2905748c8d63776c@...627...> Message-ID: <200708171611.40621.gambas@...1...> On mercredi 15 ao?t 2007, Lorenzo Tejera wrote: > I compile gambas as always. I re download the file twice (by the mail says > some files was missing) and compile it, when I execute I get this > > /opt/gambas2/bin# ./gambas2.gambas > ERROR: #2: Cannot load class 'ValueBox': Unable to load class file > > Any other files missing? Please post the full output of your compilation & installation process, with the options you passed to ./configure. Otherwise I can't guess... Regards, -- Benoit Minisini From rospolosco at ...152... Fri Aug 17 17:32:46 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Fri, 17 Aug 2007 17:32:46 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708171610.31803.gambas@...1...> References: <200708171610.31803.gambas@...1...> Message-ID: <200708171732.46735.rospolosco@...152...> Alle 16:10, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > PUBLIC SUB TextBox1_KeyPress() > > ? DEBUG Key.Code;; Key.State > > END > > PUBLIC SUB TextBox1_KeyRelease() > > ? DEBUG Key.Code;; Key.State > > END Hi, Benoit. Tested the code with Qt 3.3.8 and Gambas 1.9.49. The dubug output is (abcdef pressed/released): FMain.TextBox1_KeyPress.13: 65 0 FMain.TextBox1_KeyRelease.19: 65 0 FMain.TextBox1_KeyPress.13: 66 0 FMain.TextBox1_KeyRelease.19: 66 0 FMain.TextBox1_KeyPress.13: 67 0 FMain.TextBox1_KeyRelease.19: 67 0 FMain.TextBox1_KeyPress.13: 68 0 FMain.TextBox1_KeyRelease.19: 68 0 FMain.TextBox1_KeyPress.13: 69 0 FMain.TextBox1_KeyRelease.19: 69 0 FMain.TextBox1_KeyPress.13: 70 0 FMain.TextBox1_KeyRelease.19: 70 0 Bye. From gambas at ...1... Fri Aug 17 17:38:53 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 17 Aug 2007 17:38:53 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708171732.46735.rospolosco@...152...> References: <200708171610.31803.gambas@...1...> <200708171732.46735.rospolosco@...152...> Message-ID: <200708171738.53206.gambas@...1...> On vendredi 17 ao?t 2007, Stefano Palmeri wrote: > Alle 16:10, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > > PUBLIC SUB TextBox1_KeyPress() > > > > ? DEBUG Key.Code;; Key.State > > > > END > > > > PUBLIC SUB TextBox1_KeyRelease() > > > > ? DEBUG Key.Code;; Key.State > > > > END > > Hi, Benoit. > > Tested the code with Qt 3.3.8 and Gambas 1.9.49. > The dubug output is (abcdef pressed/released): > > FMain.TextBox1_KeyPress.13: 65 0 > FMain.TextBox1_KeyRelease.19: 65 0 > FMain.TextBox1_KeyPress.13: 66 0 > FMain.TextBox1_KeyRelease.19: 66 0 > FMain.TextBox1_KeyPress.13: 67 0 > FMain.TextBox1_KeyRelease.19: 67 0 > FMain.TextBox1_KeyPress.13: 68 0 > FMain.TextBox1_KeyRelease.19: 68 0 > FMain.TextBox1_KeyPress.13: 69 0 > FMain.TextBox1_KeyRelease.19: 69 0 > FMain.TextBox1_KeyPress.13: 70 0 > FMain.TextBox1_KeyRelease.19: 70 0 > > Bye. > What is your distribution? Can you do the same test on 1.9.50? This bug is related to the input methods. If a control uses them (TextBox, TextArea, TextEdit, SpinBox...), then the problem arises. On my Mandriva 2007.1, apparently, the input methods are plugins that comes from an external project (immodule), not from TrollTech. Regards, -- Benoit Minisini From rospolosco at ...152... Fri Aug 17 18:07:18 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Fri, 17 Aug 2007 18:07:18 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708171738.53206.gambas@...1...> References: <200708171610.31803.gambas@...1...> <200708171732.46735.rospolosco@...152...> <200708171738.53206.gambas@...1...> Message-ID: <200708171807.18602.rospolosco@...152...> Alle 17:38, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > On vendredi 17 ao?t 2007, Stefano Palmeri wrote: > > Alle 16:10, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > > > PUBLIC SUB TextBox1_KeyPress() > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > END > > > > > > PUBLIC SUB TextBox1_KeyRelease() > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > END > > > > Hi, Benoit. > > > > Tested the code with Qt 3.3.8 and Gambas 1.9.49. > > The dubug output is (abcdef pressed/released): > > > > FMain.TextBox1_KeyPress.13: 65 0 > > FMain.TextBox1_KeyRelease.19: 65 0 > > FMain.TextBox1_KeyPress.13: 66 0 > > FMain.TextBox1_KeyRelease.19: 66 0 > > FMain.TextBox1_KeyPress.13: 67 0 > > FMain.TextBox1_KeyRelease.19: 67 0 > > FMain.TextBox1_KeyPress.13: 68 0 > > FMain.TextBox1_KeyRelease.19: 68 0 > > FMain.TextBox1_KeyPress.13: 69 0 > > FMain.TextBox1_KeyRelease.19: 69 0 > > FMain.TextBox1_KeyPress.13: 70 0 > > FMain.TextBox1_KeyRelease.19: 70 0 > > > > Bye. > > What is your distribution? Can you do the same test on 1.9.50? > > This bug is related to the input methods. If a control uses them (TextBox, > TextArea, TextEdit, SpinBox...), then the problem arises. > > On my Mandriva 2007.1, apparently, the input methods are plugins that comes > from an external project (immodule), not from TrollTech. > > Regards, My distribution is Slackware 11.0. Anyway I tested with Gtk component and the debug output is (note always 16): FMain.TextBox1_KeyPress.13: 97 16 FMain.TextBox1_KeyRelease.19: 97 16 FMain.TextBox1_KeyPress.13: 98 16 FMain.TextBox1_KeyRelease.19: 98 16 FMain.TextBox1_KeyPress.13: 99 16 FMain.TextBox1_KeyRelease.19: 99 16 FMain.TextBox1_KeyPress.13: 100 16 FMain.TextBox1_KeyRelease.19: 100 16 FMain.TextBox1_KeyPress.13: 101 16 FMain.TextBox1_KeyRelease.19: 101 16 FMain.TextBox1_KeyPress.13: 102 16 FMain.TextBox1_KeyRelease.19: 102 16 gtk is 2.8.20. I'm going to download 1.9.50 bye. From rospolosco at ...152... Fri Aug 17 17:57:10 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Fri, 17 Aug 2007 17:57:10 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708171738.53206.gambas@...1...> References: <200708171610.31803.gambas@...1...> <200708171732.46735.rospolosco@...152...> <200708171738.53206.gambas@...1...> Message-ID: <200708171757.10363.rospolosco@...152...> Alle 17:38, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > On vendredi 17 ao?t 2007, Stefano Palmeri wrote: > > Alle 16:10, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > > > PUBLIC SUB TextBox1_KeyPress() > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > END > > > > > > PUBLIC SUB TextBox1_KeyRelease() > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > END > > > > Hi, Benoit. > > > > Tested the code with Qt 3.3.8 and Gambas 1.9.49. > > The dubug output is (abcdef pressed/released): > > > > FMain.TextBox1_KeyPress.13: 65 0 > > FMain.TextBox1_KeyRelease.19: 65 0 > > FMain.TextBox1_KeyPress.13: 66 0 > > FMain.TextBox1_KeyRelease.19: 66 0 > > FMain.TextBox1_KeyPress.13: 67 0 > > FMain.TextBox1_KeyRelease.19: 67 0 > > FMain.TextBox1_KeyPress.13: 68 0 > > FMain.TextBox1_KeyRelease.19: 68 0 > > FMain.TextBox1_KeyPress.13: 69 0 > > FMain.TextBox1_KeyRelease.19: 69 0 > > FMain.TextBox1_KeyPress.13: 70 0 > > FMain.TextBox1_KeyRelease.19: 70 0 > > > > Bye. > > What is your distribution? Can you do the same test on 1.9.50? > > This bug is related to the input methods. If a control uses them (TextBox, > TextArea, TextEdit, SpinBox...), then the problem arises. > > On my Mandriva 2007.1, apparently, the input methods are plugins that comes > from an external project (immodule), not from TrollTech. > > Regards, My distribution is Slackware 11.0. Anyway I tested with Gtk component and the debug output is (note always 16): FMain.TextBox1_KeyPress.13: 97 16 FMain.TextBox1_KeyRelease.19: 97 16 FMain.TextBox1_KeyPress.13: 98 16 FMain.TextBox1_KeyRelease.19: 98 16 FMain.TextBox1_KeyPress.13: 99 16 FMain.TextBox1_KeyRelease.19: 99 16 FMain.TextBox1_KeyPress.13: 100 16 FMain.TextBox1_KeyRelease.19: 100 16 FMain.TextBox1_KeyPress.13: 101 16 FMain.TextBox1_KeyRelease.19: 101 16 FMain.TextBox1_KeyPress.13: 102 16 FMain.TextBox1_KeyRelease.19: 102 16 gtk is 2.8.20. I'm going to download 1.9.50 bye. From Karl.Reinl at ...9... Fri Aug 17 18:45:07 2007 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Fri, 17 Aug 2007 18:45:07 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708171610.31803.gambas@...1...> References: <200708171610.31803.gambas@...1...> Message-ID: <1187369107.31738.1.camel@...40...> Am Freitag, den 17.08.2007, 16:10 +0200 schrieb Benoit Minisini: > Hi, > > I currently have a strange bug in gb.qt: Key.Code is always zero inside a > KeyRelease event. > > Apparently this bug comes directly from the QT library. > > This bug does not occur if I use gb.gtk instead of gb.qt. > > I use Mandriva 2007.1 with QT 3.3.8. By using google, I found that this > problem was encountered with a guy on an old Fedora with QT 3.3.4. He fixed > the problem by compiling QT from sources. Strange... > > I'm looking for kind guys that would check this problem on their own system. > > To test the problem, just put a TextBox on a Form, and use the following code: > > PUBLIC SUB TextBox1_KeyPress() > > DEBUG Key.Code;; Key.State > > END > > PUBLIC SUB TextBox1_KeyRelease() > > DEBUG Key.Code;; Key.State > > END > > Thanks in advance, > > Regards. > Salut Benoit, no, not that problem on a Ubuntu 6.06 LTS! gambas from svn this mornig. -- Amicalment Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: sysInfo.log Type: text/x-log Size: 4052 bytes Desc: not available URL: From rospolosco at ...152... Fri Aug 17 19:24:51 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Fri, 17 Aug 2007 19:24:51 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708171738.53206.gambas@...1...> References: <200708171610.31803.gambas@...1...> <200708171732.46735.rospolosco@...152...> <200708171738.53206.gambas@...1...> Message-ID: <200708171924.52170.rospolosco@...152...> Alle 17:38, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > On vendredi 17 ao?t 2007, Stefano Palmeri wrote: > > Alle 16:10, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > > > PUBLIC SUB TextBox1_KeyPress() > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > END > > > > > > PUBLIC SUB TextBox1_KeyRelease() > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > END > > > > Hi, Benoit. > > > > Tested the code with Qt 3.3.8 and Gambas 1.9.49. > > The dubug output is (abcdef pressed/released): > > > > FMain.TextBox1_KeyPress.13: 65 0 > > FMain.TextBox1_KeyRelease.19: 65 0 > > FMain.TextBox1_KeyPress.13: 66 0 > > FMain.TextBox1_KeyRelease.19: 66 0 > > FMain.TextBox1_KeyPress.13: 67 0 > > FMain.TextBox1_KeyRelease.19: 67 0 > > FMain.TextBox1_KeyPress.13: 68 0 > > FMain.TextBox1_KeyRelease.19: 68 0 > > FMain.TextBox1_KeyPress.13: 69 0 > > FMain.TextBox1_KeyRelease.19: 69 0 > > FMain.TextBox1_KeyPress.13: 70 0 > > FMain.TextBox1_KeyRelease.19: 70 0 > > > > Bye. > > What is your distribution? Can you do the same test on 1.9.50? > Hi, Benoit. I tested with 1.9.50 and get the same result/bug. Also, I had a problem with compilation of gb.desktop, with this error: /usr/bin/ld: cannot find -lX11 After googling, I solved by adding "-L/usr/X11R6/lib" to this line: gb_desktop_la_LIBADD = -lc -lpthread -lX11 -lXext of gb.desktop/src/Makefile It's a strange error because ld.so.conf is well configured. Probably it's a Slack issue. Regards, Stefano Palmeri > This bug is related to the input methods. If a control uses them (TextBox, > TextArea, TextEdit, SpinBox...), then the problem arises. > > On my Mandriva 2007.1, apparently, the input methods are plugins that comes > from an external project (immodule), not from TrollTech. > > Regards, From fidojones at ...805... Fri Aug 17 20:51:20 2007 From: fidojones at ...805... (Lorenzo Tejera) Date: Fri, 17 Aug 2007 20:51:20 +0200 Subject: [Gambas-user] cerebro:/opt/gambas2/bin# ./gambas2.gambas Gambas 1.9.50 Cannot load class 'ValueBox': Unable to load class file In-Reply-To: <200708171611.40621.gambas@...1...> References: <19cca6e50708150418r57ad626al2905748c8d63776c@...627...> <200708171611.40621.gambas@...1...> Message-ID: <19cca6e50708171151q4971d5c9y6ec83633eb38c5ce@...627...> Well, I used ./configure --prefix=/opt/gambas2 But really I don't know if it was a problem with gcc, because I use debian unstable. But not problem I used gambas2 packaged from debian now, thanks to Jose L Redrejo. Thanks for answer benoit. lorenzo 2007/8/17, Benoit Minisini : > > On mercredi 15 ao?t 2007, Lorenzo Tejera wrote: > > I compile gambas as always. I re download the file twice (by the mail > says > > some files was missing) and compile it, when I execute I get this > > > > /opt/gambas2/bin# ./gambas2.gambas > > ERROR: #2: Cannot load class 'ValueBox': Unable to load class file > > > > Any other files missing? > > Please post the full output of your compilation & installation process, > with > the options you passed to ./configure. Otherwise I can't guess... > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From leonardo at ...1237... Fri Aug 17 23:00:33 2007 From: leonardo at ...1237... (Leonardo Miliani) Date: Fri, 17 Aug 2007 23:00:33 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708171610.31803.gambas@...1...> References: <200708171610.31803.gambas@...1...> Message-ID: <46C60C71.3060403@...1237...> Benoit Minisini ha scritto: > PUBLIC SUB TextBox1_KeyPress() > > DEBUG Key.Code;; Key.State > > END > > PUBLIC SUB TextBox1_KeyRelease() > > DEBUG Key.Code;; Key.State > > END Just tried on my OpenSuse 10.2 with Qt upgraded to version 3.5.7. With Gambas 1.9.48 this is the output: Form1.TextBox1_KeyPress.6: 103 16 Form1.TextBox1_KeyRelease.12: 103 16 Form1.TextBox1_KeyPress.6: 103 16 Form1.TextBox1_KeyRelease.12: 103 16 Form1.TextBox1_KeyPress.6: 102 16 Form1.TextBox1_KeyRelease.12: 102 16 Form1.TextBox1_KeyPress.6: 101 16 Form1.TextBox1_KeyPress.6: 114 16 Form1.TextBox1_KeyRelease.12: 114 16 Form1.TextBox1_KeyRelease.12: 101 16 Form1.TextBox1_KeyPress.6: 118 16 Form1.TextBox1_KeyRelease.12: 118 16 Form1.TextBox1_KeyPress.6: 118 16 With Gambas 1.9.50: Form1.TextBox1_KeyPress.6: 116 16 Form1.TextBox1_KeyRelease.12: 116 16 Form1.TextBox1_KeyPress.6: 116 16 Form1.TextBox1_KeyRelease.12: 116 16 Form1.TextBox1_KeyPress.6: 103 16 Form1.TextBox1_KeyRelease.12: 103 16 Form1.TextBox1_KeyPress.6: 116 16 Form1.TextBox1_KeyRelease.12: 116 16 Form1.TextBox1_KeyPress.6: 103 16 Form1.TextBox1_KeyRelease.12: 103 16 -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leonardo at ...1237... Scegli software opensource - Choose opensource software From gambas at ...1... Fri Aug 17 23:10:12 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 17 Aug 2007 23:10:12 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <46C60C71.3060403@...1237...> References: <200708171610.31803.gambas@...1...> <46C60C71.3060403@...1237...> Message-ID: <200708172310.12667.gambas@...1...> On vendredi 17 ao?t 2007, Leonardo Miliani wrote: > Benoit Minisini ha scritto: > > PUBLIC SUB TextBox1_KeyPress() > > > > DEBUG Key.Code;; Key.State > > > > END > > > > PUBLIC SUB TextBox1_KeyRelease() > > > > DEBUG Key.Code;; Key.State > > > > END > > Just tried on my OpenSuse 10.2 with Qt upgraded to version 3.5.7. > > With Gambas 1.9.48 this is the output: > > Form1.TextBox1_KeyPress.6: 103 16 > Form1.TextBox1_KeyRelease.12: 103 16 > Form1.TextBox1_KeyPress.6: 103 16 > Form1.TextBox1_KeyRelease.12: 103 16 > Form1.TextBox1_KeyPress.6: 102 16 > Form1.TextBox1_KeyRelease.12: 102 16 > Form1.TextBox1_KeyPress.6: 101 16 > Form1.TextBox1_KeyPress.6: 114 16 > Form1.TextBox1_KeyRelease.12: 114 16 > Form1.TextBox1_KeyRelease.12: 101 16 > Form1.TextBox1_KeyPress.6: 118 16 > Form1.TextBox1_KeyRelease.12: 118 16 > Form1.TextBox1_KeyPress.6: 118 16 > > With Gambas 1.9.50: > Form1.TextBox1_KeyPress.6: 116 16 > Form1.TextBox1_KeyRelease.12: 116 16 > Form1.TextBox1_KeyPress.6: 116 16 > Form1.TextBox1_KeyRelease.12: 116 16 > Form1.TextBox1_KeyPress.6: 103 16 > Form1.TextBox1_KeyRelease.12: 103 16 > Form1.TextBox1_KeyPress.6: 116 16 > Form1.TextBox1_KeyRelease.12: 116 16 > Form1.TextBox1_KeyPress.6: 103 16 > Form1.TextBox1_KeyRelease.12: 103 16 Hopefully, I finally found a workaround (I put it in the trunk). I think this bug comes from the input method plugins that are not part of the standard QT distribution. But I'm not sure! Regards, -- Benoit Minisini From obductor at ...626... Sat Aug 18 01:06:30 2007 From: obductor at ...626... (Roberto Estevam) Date: Fri, 17 Aug 2007 23:06:30 +0000 Subject: [Gambas-user] Workspace Message-ID: <13c329a90708171606m63997875x4be889e2a95b6923@...627...> PUBLIC AreaTrabalho AS Workspace PRIVATE FormGr AS Form PUBLIC SUB Form_Open() AreaTrabalho = NEW Workspace(ME) AreaTrabalho.X = 5 AreaTrabalho.Y = 48 AreaTrabalho.Width = ME.Width - 10 AreaTrabalho.Height = ME.Height - 80 AreaTrabalho.BackColor = Color.Blue ' The color doesnt work, and the pictures on background doesnt work to ME.Center END PUBLIC SUB Form_Resize() AreaTrabalho.X = 5 AreaTrabalho.Y = 48 AreaTrabalho.Width = ME.Width - 10 AreaTrabalho.Height = ME.Height - 80 END From timothy.marshal-nichols at ...247... Sat Aug 18 08:39:15 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Sat, 18 Aug 2007 07:39:15 +0100 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <46C60C71.3060403@...1237...> Message-ID: <000001c7e162$803574a0$6401a8c0@...1587...> > -----Original Message----- > From: gambas-user-bounces at lists.sourceforge.net [mailto:gambas-user- > bounces at lists.sourceforge.net] On Behalf Of Leonardo Miliani > Sent: Friday, 17 August 2007 10:01 PM > To: mailing list for gambas users > Subject: Re: [Gambas-user] Strange bug in QT / gb.qt ? > > Benoit Minisini ha scritto: > > PUBLIC SUB TextBox1_KeyPress() > > > > DEBUG Key.Code;; Key.State > > > > END > > > > PUBLIC SUB TextBox1_KeyRelease() > > > > DEBUG Key.Code;; Key.State > > > > END > Just tried on my OpenSuse 10.2 with Qt upgraded to version 3.5.7. > > With Gambas 1.9.48 this is the output: > > Form1.TextBox1_KeyPress.6: 103 16 > Form1.TextBox1_KeyRelease.12: 103 16 > Form1.TextBox1_KeyPress.6: 103 16 > Form1.TextBox1_KeyRelease.12: 103 16 > Form1.TextBox1_KeyPress.6: 102 16 > Form1.TextBox1_KeyRelease.12: 102 16 > Form1.TextBox1_KeyPress.6: 101 16 > Form1.TextBox1_KeyPress.6: 114 16 > Form1.TextBox1_KeyRelease.12: 114 16 > Form1.TextBox1_KeyRelease.12: 101 16 > Form1.TextBox1_KeyPress.6: 118 16 > Form1.TextBox1_KeyRelease.12: 118 16 > Form1.TextBox1_KeyPress.6: 118 16 > > With Gambas 1.9.50: > Form1.TextBox1_KeyPress.6: 116 16 > Form1.TextBox1_KeyRelease.12: 116 16 > Form1.TextBox1_KeyPress.6: 116 16 > Form1.TextBox1_KeyRelease.12: 116 16 > Form1.TextBox1_KeyPress.6: 103 16 > Form1.TextBox1_KeyRelease.12: 103 16 > Form1.TextBox1_KeyPress.6: 116 16 > Form1.TextBox1_KeyRelease.12: 116 16 > Form1.TextBox1_KeyPress.6: 103 16 > Form1.TextBox1_KeyRelease.12: 103 16 > > -- > Ciao. > Leo. > I also have openSUSE 10.2. But I have standard QT package that comes with openSUSE - version 3.3.7. I tried it with Gambas 1.9.49 and everything work correctly (not the 16's as above but the correct value). I then installed Gambas 1.9.50. It worked fine again. Thanks 8-{)} Timothy Marshal-Nichols From rospolosco at ...152... Sat Aug 18 09:41:12 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 18 Aug 2007 09:41:12 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708172310.12667.gambas@...1...> References: <200708171610.31803.gambas@...1...> <46C60C71.3060403@...1237...> <200708172310.12667.gambas@...1...> Message-ID: <200708180941.12142.rospolosco@...152...> Alle 23:10, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > On vendredi 17 ao?t 2007, Leonardo Miliani wrote: > > Benoit Minisini ha scritto: > > > PUBLIC SUB TextBox1_KeyPress() > > > > > > DEBUG Key.Code;; Key.State > > > > > > END > > > > > > PUBLIC SUB TextBox1_KeyRelease() > > > > > > DEBUG Key.Code;; Key.State > > > > > > END > > > > Just tried on my OpenSuse 10.2 with Qt upgraded to version 3.5.7. > > > > With Gambas 1.9.48 this is the output: > > > > Form1.TextBox1_KeyPress.6: 103 16 > > Form1.TextBox1_KeyRelease.12: 103 16 > > Form1.TextBox1_KeyPress.6: 103 16 > > Form1.TextBox1_KeyRelease.12: 103 16 > > Form1.TextBox1_KeyPress.6: 102 16 > > Form1.TextBox1_KeyRelease.12: 102 16 > > Form1.TextBox1_KeyPress.6: 101 16 > > Form1.TextBox1_KeyPress.6: 114 16 > > Form1.TextBox1_KeyRelease.12: 114 16 > > Form1.TextBox1_KeyRelease.12: 101 16 > > Form1.TextBox1_KeyPress.6: 118 16 > > Form1.TextBox1_KeyRelease.12: 118 16 > > Form1.TextBox1_KeyPress.6: 118 16 > > > > With Gambas 1.9.50: > > Form1.TextBox1_KeyPress.6: 116 16 > > Form1.TextBox1_KeyRelease.12: 116 16 > > Form1.TextBox1_KeyPress.6: 116 16 > > Form1.TextBox1_KeyRelease.12: 116 16 > > Form1.TextBox1_KeyPress.6: 103 16 > > Form1.TextBox1_KeyRelease.12: 103 16 > > Form1.TextBox1_KeyPress.6: 116 16 > > Form1.TextBox1_KeyRelease.12: 116 16 > > Form1.TextBox1_KeyPress.6: 103 16 > > Form1.TextBox1_KeyRelease.12: 103 16 > > Hopefully, I finally found a workaround (I put it in the trunk). I think > this bug comes from the input method plugins that are not part of the > standard QT distribution. But I'm not sure! > > Regards, Error compiling last trunk: In file included from main.cpp:87: CDraw.h:27:21: gb.draw.h: No such file or directory In file included from main.cpp:87: CDraw.h:31: error: `GB_DRAW_DESC' does not name a type make[5]: *** [gb_qt_la-main.lo] Error 1 make[5]: Leaving directory `/home/stefano/src/trunk/gb.qt/src' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/stefano/src/trunk/gb.qt/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/stefano/src/trunk/gb.qt' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/stefano/src/trunk/gb.qt' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stefano/src/trunk' make: *** [all] Error 2 Bye. From rohnny at ...1248... Sat Aug 18 10:04:29 2007 From: rohnny at ...1248... (R. Stormo) Date: Sat, 18 Aug 2007 01:04:29 -0700 (PDT) Subject: [Gambas-user] Error compiling svn 504 Message-ID: <12211425.post@...1379...> I get an error when I try to compile svn 504. Do I miss something that are new sinse the release? Did reconf-all and configure. This error is when doing make --snip p; \ then mv -f ".deps/CDraw.Tpo" ".deps/CDraw.Plo"; else rm -f ".deps/CDraw.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I../share -pipe -Wall -fno-exceptions -Wno-unused-value -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT CDraw.lo -MD -MP -MF .deps/CDraw.Tpo -c CDraw.cpp -fPIC -DPIC -o .libs/CDraw.o In file included from CDraw.cpp:35: CDraw.h:34:21: error: gb.draw.h: No such file or directory CDraw.h:38: error: 'GB_DRAW_DESC' does not name a type CDraw.cpp:46: error: 'DRAW_INTERFACE' does not name a type CDraw.cpp: In function 'void init()': -snap Regards R. Stormo My Gambas Community : http://gambasforum.tk -- View this message in context: http://www.nabble.com/Error-compiling-svn-504-tf4289514.html#a12211425 Sent from the gambas-user mailing list archive at Nabble.com. From rospolosco at ...152... Sat Aug 18 10:06:19 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 18 Aug 2007 10:06:19 +0200 Subject: [Gambas-user] last trunk doesn't work Message-ID: <200708181006.20062.rospolosco@...152...> After I solved gb.draw.h missing, the compiled gambas doesn't work: gambas2.gambas ERROR: #2: Cannot load class 'ValueBox': Unable to load class file Also the compilation failed again in gb.desktop: /usr/bin/ld: cannot find -lX11 After googling, I solved by adding "-L/usr/X11R6/lib" to this line: gb_desktop_la_LIBADD = -lc -lpthread -lX11 -lXext of gb.desktop/src/Makefile I don't know whether it is a problem of my system or not; anyway could you fix it? From gambas at ...1... Sat Aug 18 12:29:17 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 18 Aug 2007 12:29:17 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708171924.52170.rospolosco@...152...> References: <200708171610.31803.gambas@...1...> <200708171738.53206.gambas@...1...> <200708171924.52170.rospolosco@...152...> Message-ID: <200708181229.17964.gambas@...1...> On vendredi 17 ao?t 2007, Stefano Palmeri wrote: > Alle 17:38, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > > On vendredi 17 ao?t 2007, Stefano Palmeri wrote: > > > Alle 16:10, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > > > > PUBLIC SUB TextBox1_KeyPress() > > > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > > > END > > > > > > > > PUBLIC SUB TextBox1_KeyRelease() > > > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > > > END > > > > > > Hi, Benoit. > > > > > > Tested the code with Qt 3.3.8 and Gambas 1.9.49. > > > The dubug output is (abcdef pressed/released): > > > > > > FMain.TextBox1_KeyPress.13: 65 0 > > > FMain.TextBox1_KeyRelease.19: 65 0 > > > FMain.TextBox1_KeyPress.13: 66 0 > > > FMain.TextBox1_KeyRelease.19: 66 0 > > > FMain.TextBox1_KeyPress.13: 67 0 > > > FMain.TextBox1_KeyRelease.19: 67 0 > > > FMain.TextBox1_KeyPress.13: 68 0 > > > FMain.TextBox1_KeyRelease.19: 68 0 > > > FMain.TextBox1_KeyPress.13: 69 0 > > > FMain.TextBox1_KeyRelease.19: 69 0 > > > FMain.TextBox1_KeyPress.13: 70 0 > > > FMain.TextBox1_KeyRelease.19: 70 0 > > > > > > Bye. > > > > What is your distribution? Can you do the same test on 1.9.50? > > Hi, Benoit. > > I tested with 1.9.50 and get the same result/bug. So you mean that you do not have the bug in 1.9.50? > > Also, I had a problem with compilation of gb.desktop, with > this error: > > /usr/bin/ld: cannot find -lX11 > > After googling, I solved by adding "-L/usr/X11R6/lib" to this line: > > gb_desktop_la_LIBADD = -lc -lpthread -lX11 -lXext > > of gb.desktop/src/Makefile > > It's a strange error because ld.so.conf is well configured. Probably it's a > Slack issue. Probably. You know that you must run ldconfig to update the ld.so cache from the ld.so.conf contents, do you? Anyway, you should fix the problems only in Makefile.am, as Makefile and Makefile.in are generated from it. Regards, -- Benoit Minisini From rospolosco at ...152... Sat Aug 18 12:59:35 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 18 Aug 2007 12:59:35 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708181229.17964.gambas@...1...> References: <200708171610.31803.gambas@...1...> <200708171924.52170.rospolosco@...152...> <200708181229.17964.gambas@...1...> Message-ID: <200708181259.35816.rospolosco@...152...> Alle 12:29, sabato 18 agosto 2007, Benoit Minisini ha scritto: > On vendredi 17 ao?t 2007, Stefano Palmeri wrote: > > Alle 17:38, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > > > On vendredi 17 ao?t 2007, Stefano Palmeri wrote: > > > > Alle 16:10, venerd? 17 agosto 2007, Benoit Minisini ha scritto: > > > > > PUBLIC SUB TextBox1_KeyPress() > > > > > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > > > > > END > > > > > > > > > > PUBLIC SUB TextBox1_KeyRelease() > > > > > > > > > > ? DEBUG Key.Code;; Key.State > > > > > > > > > > END > > > > > > > > Hi, Benoit. > > > > > > > > Tested the code with Qt 3.3.8 and Gambas 1.9.49. > > > > The dubug output is (abcdef pressed/released): > > > > > > > > FMain.TextBox1_KeyPress.13: 65 0 > > > > FMain.TextBox1_KeyRelease.19: 65 0 > > > > FMain.TextBox1_KeyPress.13: 66 0 > > > > FMain.TextBox1_KeyRelease.19: 66 0 > > > > FMain.TextBox1_KeyPress.13: 67 0 > > > > FMain.TextBox1_KeyRelease.19: 67 0 > > > > FMain.TextBox1_KeyPress.13: 68 0 > > > > FMain.TextBox1_KeyRelease.19: 68 0 > > > > FMain.TextBox1_KeyPress.13: 69 0 > > > > FMain.TextBox1_KeyRelease.19: 69 0 > > > > FMain.TextBox1_KeyPress.13: 70 0 > > > > FMain.TextBox1_KeyRelease.19: 70 0 > > > > > > > > Bye. > > > > > > What is your distribution? Can you do the same test on 1.9.50? > > > > Hi, Benoit. > > > > I tested with 1.9.50 and get the same result/bug. > > So you mean that you do not have the bug in 1.9.50? > I have the bug in 1.9.50. > > Also, I had a problem with compilation of gb.desktop, with > > this error: > > > > /usr/bin/ld: cannot find -lX11 > > > > After googling, I solved by adding "-L/usr/X11R6/lib" to this line: > > > > gb_desktop_la_LIBADD = -lc -lpthread -lX11 -lXext > > > > of gb.desktop/src/Makefile > > > > It's a strange error because ld.so.conf is well configured. Probably it's > > a Slack issue. > > Probably. You know that you must run ldconfig to update the ld.so cache > from the ld.so.conf contents, do you? Yes, I do. I run ldconfig but the problem was still there. Anyway, I fixed as I wrote in other mails. Looking around with Google it seems it's not a problem of ld.so.conf. Regards, Stefano Palmeri > > Anyway, you should fix the problems only in Makefile.am, as Makefile and > Makefile.in are generated from it. > > Regards, From rospolosco at ...152... Sat Aug 18 13:15:22 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 18 Aug 2007 13:15:22 +0200 Subject: [Gambas-user] Strange bug in QT / gb.qt ? In-Reply-To: <200708181259.35816.rospolosco@...152...> References: <200708171610.31803.gambas@...1...> <200708181229.17964.gambas@...1...> <200708181259.35816.rospolosco@...152...> Message-ID: <200708181315.22129.rospolosco@...152...> Alle 12:59, sabato 18 agosto 2007, Stefano Palmeri ha scritto: > > So you mean that you do not have the bug in 1.9.50? > > I have the bug in 1.9.50. Sorry, my mind was on -lX11 compilation bug. I DON'T have the Qt bug in 1.9.50. Bye. From gambas at ...1... Sat Aug 18 22:52:13 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 18 Aug 2007 22:52:13 +0200 Subject: [Gambas-user] Problems in the database component design Message-ID: <200708182252.13103.gambas@...1...> Hi, everyone. I designed the database component with the idea of having table and field name case unsensitive. Of course, alas not all database systems deal the same way with that, and so I decided to systematically convert field and table names to lower case before sending them to the drivers. But there are problems yet. The last one detected by Fabien Bodard is that you can't use SQL keywords as field names when creating a table. So I think I will switch to a case sensitive design. It will make things harder for old VB newbies, but a cleaner design is better. What do you think about that? -- Benoit Minisini From gambas at ...1... Sat Aug 18 22:58:54 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 18 Aug 2007 22:58:54 +0200 Subject: [Gambas-user] Problem with the mailing-list Message-ID: <200708182258.54165.gambas@...1...> I noticed that I do not receive some posts on the mailing-list. For example, I didn't get the post on rev. 504 that does not compile. Hopefully, Laurent fixed it. So don't be upset if I don't answer quickly. Maybe the sourceforge mailing-list server decided to ignore me... -- Benoit Minisini From gambas at ...1... Sat Aug 18 23:05:14 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 18 Aug 2007 23:05:14 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> Message-ID: <200708182305.14478.gambas@...1...> On mercredi 15 ao?t 2007, Jos? Luis Redrejo wrote: > Hi, Beno?t, I have changed some things to make life easier for the Debian > packages users, could you please update the information in the download > section of the gambas site? > The info now for Debian is: > > ################ > Last version of gambas packages for Debian sid are always available at the > official Debian repositories. > > Last version of gambas packages for Debian stable (or etch) are always > available using apt-get, adding this line to the /etc/apt/sources.list > file: > > deb http://apt.linex.org/linex/gambas/stable/ ./ > > (Important note: Etch users can not use gambas2-gb-gtk, gambas2 & > gambas2-gb-gtk-svg packages due to the gtk version (2.8) available in > Debian etch. If they want to use these packages there is a gtk-2.10 etch > backport for available via apt-get using > deb http://apt.linex.org/linex/gambas/gtk-2.10/ ./ ) > ########### > > That's all. Packages for version 1.9.50 are already uploaded to these > sites. Regards. > Jos? L. I have update the web site. Regards, -- Benoit Minisini From sourceforge-raindog2 at ...94... Sat Aug 18 23:29:18 2007 From: sourceforge-raindog2 at ...94... (Rob) Date: Sat, 18 Aug 2007 17:29:18 -0400 Subject: [Gambas-user] Problems in the database component design In-Reply-To: <200708182252.13103.gambas@...1...> References: <200708182252.13103.gambas@...1...> Message-ID: <200708181729.18992.sourceforge-raindog2@...94...> On Saturday 18 August 2007, Benoit Minisini wrote: > So I think I will switch to a case sensitive design. It will make > things harder for old VB newbies, but a cleaner design is better. Case sensitive meaning keywords will have to be upper case? I would actually have to fork gb.db for my clients if you did that. If you're talking about enforcing case sensitivity in field names, it would still cause problems in a lot of existing code written by ex-VB users, but maybe I'd just never update those projects to gambas2. I don't think that's what you're talking about, though, since you mention problems with creating tables. Any way you look at it, I think that imposing case sensitivity on a case-insensitive language like SQL would be a design flaw. If you do feel you have to implement this, could you make a new property called something like "passthru" so we can send our unmodified queries through to MySQL or whatever the target database engine is? Rob From lordheavym at ...626... Sat Aug 18 23:38:20 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Sat, 18 Aug 2007 23:38:20 +0200 Subject: [Gambas-user] Problems in the database component design In-Reply-To: <200708181729.18992.sourceforge-raindog2@...94...> References: <200708182252.13103.gambas@...1...> <200708181729.18992.sourceforge-raindog2@...94...> Message-ID: <4e47a3ec0708181438g59d500ebx1e20de1c1362cb0e@...627...> Perhaps adding a property DB.CaseSensitive ? 2007/8/18, Rob : > > On Saturday 18 August 2007, Benoit Minisini wrote: > > So I think I will switch to a case sensitive design. It will make > > things harder for old VB newbies, but a cleaner design is better. > > Case sensitive meaning keywords will have to be upper case? I would > actually have to fork gb.db for my clients if you did that. > > If you're talking about enforcing case sensitivity in field names, it > would still cause problems in a lot of existing code written by ex-VB > users, but maybe I'd just never update those projects to gambas2. I > don't think that's what you're talking about, though, since you > mention problems with creating tables. > > Any way you look at it, I think that imposing case sensitivity on a > case-insensitive language like SQL would be a design flaw. If you do > feel you have to implement this, could you make a new property called > something like "passthru" so we can send our unmodified queries > through to MySQL or whatever the target database engine is? > > Rob > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From lordheavym at ...626... Sat Aug 18 23:39:09 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Sat, 18 Aug 2007 23:39:09 +0200 Subject: [Gambas-user] Problems in the database component design In-Reply-To: <200708181729.18992.sourceforge-raindog2@...94...> References: <200708182252.13103.gambas@...1...> <200708181729.18992.sourceforge-raindog2@...94...> Message-ID: <4e47a3ec0708181439i7e6e6bf0ic96365e3403cc76c@...627...> Perhaps adding a property DB.CaseSensitive ? (sorry bad thread answered) 2007/8/18, Rob : > > On Saturday 18 August 2007, Benoit Minisini wrote: > > So I think I will switch to a case sensitive design. It will make > > things harder for old VB newbies, but a cleaner design is better. > > Case sensitive meaning keywords will have to be upper case? I would > actually have to fork gb.db for my clients if you did that. > > If you're talking about enforcing case sensitivity in field names, it > would still cause problems in a lot of existing code written by ex-VB > users, but maybe I'd just never update those projects to gambas2. I > don't think that's what you're talking about, though, since you > mention problems with creating tables. > > Any way you look at it, I think that imposing case sensitivity on a > case-insensitive language like SQL would be a design flaw. If you do > feel you have to implement this, could you make a new property called > something like "passthru" so we can send our unmodified queries > through to MySQL or whatever the target database engine is? > > Rob > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sun Aug 19 00:17:43 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 00:17:43 +0200 Subject: [Gambas-user] Problems in the database component design In-Reply-To: <200708181729.18992.sourceforge-raindog2@...94...> References: <200708182252.13103.gambas@...1...> <200708181729.18992.sourceforge-raindog2@...94...> Message-ID: <200708190017.44032.gambas@...1...> On samedi 18 ao?t 2007, Rob wrote: > On Saturday 18 August 2007, Benoit Minisini wrote: > > So I think I will switch to a case sensitive design. It will make > > things harder for old VB newbies, but a cleaner design is better. > > Case sensitive meaning keywords will have to be upper case? I would > actually have to fork gb.db for my clients if you did that. > > If you're talking about enforcing case sensitivity in field names, it > would still cause problems in a lot of existing code written by ex-VB > users, but maybe I'd just never update those projects to gambas2. I > don't think that's what you're talking about, though, since you > mention problems with creating tables. > > Any way you look at it, I think that imposing case sensitivity on a > case-insensitive language like SQL would be a design flaw. If you do > feel you have to implement this, could you make a new property called > something like "passthru" so we can send our unmodified queries > through to MySQL or whatever the target database engine is? > > Rob > Only field and table names are concerned by case sensitivity, not SQL keywords. And only when using the database-neutral interface, not with the Exec() method. Not all DBMS can be case unsensitive, so I found the workaround of always converting field and table names to lowercase. But this was not a good idea as the user didn't get what it expected. Case unsensitivity is just a matter of quoting the field and table names when creating the table and accessing a result. All DBMS can quote their table of field names. But of course, they differ in the syntax! - Did I hear that SQL is a standard? :-) Regards, -- Benoit Minisini From gareth at ...1689... Sun Aug 19 02:22:36 2007 From: gareth at ...1689... (Gareth Bult) Date: Sun, 19 Aug 2007 01:22:36 +0100 (BST) Subject: [Gambas-user] Problems in the database component design In-Reply-To: <200708182252.13103.gambas@...1...> Message-ID: <4515046.34921187482956776.JavaMail.root@...1708...> If you enclose the field names (in MySQL) with `` characters, you can anything as a field name. (and MySQL field names are case sensitive so auto-conversion would be bad) ----- Original Message ----- From: "Benoit Minisini" To: gambas-user at lists.sourceforge.net Sent: Saturday, August 18, 2007 9:52:13 PM (GMT) Europe/London Subject: [Gambas-user] Problems in the database component design Hi, everyone. I designed the database component with the idea of having table and field name case unsensitive. Of course, alas not all database systems deal the same way with that, and so I decided to systematically convert field and table names to lower case before sending them to the drivers. But there are problems yet. The last one detected by Fabien Bodard is that you can't use SQL keywords as field names when creating a table. So I think I will switch to a case sensitive design. It will make things harder for old VB newbies, but a cleaner design is better. What do you think about that? -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From _root at ...324... Sun Aug 19 09:38:31 2007 From: _root at ...324... (-=FoX=-) Date: Sun, 19 Aug 2007 09:38:31 +0200 Subject: [Gambas-user] Gambas debian packages In-Reply-To: <200708182305.14478.gambas@...1...> References: <8eb28a500708150844o790d86dcgdac2eb6d992207ad@...627...> <200708182305.14478.gambas@...1...> Message-ID: <46C7F377.4070800@...324...> Benoit Minisini ha scritto: > I have update the web site. Hi Benoit, there is a little error in the second link. http://apt.linex.org/linex/gambas/gtk-2.10/ won't work the correct link is: http://apt.linex.org/linex/gtk-2.10/ ;) -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: KILL BILL! scarica la colonna sonora del film: ? in REGALO! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6614&d=19-8 From rospolosco at ...152... Sun Aug 19 09:44:58 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sun, 19 Aug 2007 09:44:58 +0200 Subject: [Gambas-user] rev. 508 error Message-ID: <200708190944.58733.rospolosco@...152...> ./reconf-all ./configure -C make make install stefano at ...1536...:~$ gambas2.gambas ERROR: #2: Cannot load class 'Stock': Unable to load class file Bye. From admin at ...1080... Sun Aug 19 11:53:31 2007 From: admin at ...1080... (admin at ...1080...) Date: Sun, 19 Aug 2007 11:53:31 +0200 Subject: [Gambas-user] Problems in the database component design In-Reply-To: <200708182252.13103.gambas@...1...> References: <200708182252.13103.gambas@...1...> Message-ID: <46C8131B.30909@...1080...> Hi What i know is that MySql and MS Sql Server are case sensitive for table names but not field names. I think this is OK as standard. And the sensitivity has nothing to to with vb-newbies but with Sql. Werner Benoit Minisini wrote: > Hi, everyone. > > I designed the database component with the idea of having table and field name > case unsensitive. > > Of course, alas not all database systems deal the same way with that, and so I > decided to systematically convert field and table names to lower case before > sending them to the drivers. > > But there are problems yet. > > The last one detected by Fabien Bodard is that you can't use SQL keywords as > field names when creating a table. > > So I think I will switch to a case sensitive design. It will make things > harder for old VB newbies, but a cleaner design is better. > > What do you think about that? > > From rohnny at ...1248... Sun Aug 19 12:05:30 2007 From: rohnny at ...1248... (R. Stormo) Date: Sun, 19 Aug 2007 03:05:30 -0700 (PDT) Subject: [Gambas-user] rev. 508 error In-Reply-To: <200708190944.58733.rospolosco@...152...> References: <200708190944.58733.rospolosco@...152...> Message-ID: <12220810.post@...1379...> With 508 I get this error. --snip make[5]: Leaving directory `/home/rohnny/gambas3/trunk/gb.qt/src/opengl' make[5]: Entering directory `/home/rohnny/gambas3/trunk/gb.qt/src' /usr/bin//moc CDrawing.h -o moc_CDrawing.cpp moc: CDrawing.h: No such file --snap looks like there missing a file in the svn, or is it some new library that need to be install from this end? Regards Rohnny My Gambas Community http://gambasforum.tk -- View this message in context: http://www.nabble.com/rev.-508-error-tf4292651.html#a12220810 Sent from the gambas-user mailing list archive at Nabble.com. From gambas.fr at ...626... Sun Aug 19 12:11:12 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 19 Aug 2007 12:11:12 +0200 Subject: [Gambas-user] rev. 508 error In-Reply-To: <12220810.post@...1379...> References: <200708190944.58733.rospolosco@...152...> <12220810.post@...1379...> Message-ID: <6324a42a0708190311r409de27u4c7008f5e74d07a8@...627...> me too for the stock error you need to compile the gtk component... ! i know it's a problem but it will be resolved by the use of the new gb.gui component. Fabien 2007/8/19, R. Stormo : > > With 508 I get this error. > > --snip > make[5]: Leaving directory `/home/rohnny/gambas3/trunk/gb.qt/src/opengl' > make[5]: Entering directory `/home/rohnny/gambas3/trunk/gb.qt/src' > /usr/bin//moc CDrawing.h -o moc_CDrawing.cpp > moc: CDrawing.h: No such file > --snap > > looks like there missing a file in the svn, or is it some new library that > need to be install from this end? > > > Regards Rohnny > > My Gambas Community http://gambasforum.tk > -- > View this message in context: http://www.nabble.com/rev.-508-error-tf4292651.html#a12220810 > Sent from the gambas-user mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Sun Aug 19 12:16:55 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 19 Aug 2007 12:16:55 +0200 Subject: [Gambas-user] rev. 508 error In-Reply-To: <6324a42a0708190311r409de27u4c7008f5e74d07a8@...627...> References: <200708190944.58733.rospolosco@...152...> <12220810.post@...1379...> <6324a42a0708190311r409de27u4c7008f5e74d07a8@...627...> Message-ID: <6324a42a0708190316h7cdd90d3s8e8a3f0bdf9fa5ee@...627...> ok, in fact, for the CDrawing.h: Benoit have put it in the gb.qt.ext component so you need to do a ./reconf in the gb.qt path. or better (in fact many change have occur) in the trunk path do a ./reconf-all Fabien From gambas at ...1... Sun Aug 19 12:24:59 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 12:24:59 +0200 Subject: [Gambas-user] rev. 508 error In-Reply-To: <6324a42a0708190311r409de27u4c7008f5e74d07a8@...627...> References: <200708190944.58733.rospolosco@...152...> <12220810.post@...1379...> <6324a42a0708190311r409de27u4c7008f5e74d07a8@...627...> Message-ID: <200708191224.59936.gambas@...1...> On dimanche 19 ao?t 2007, Fabien Bodard wrote: > me too > > for the stock error you need to compile the gtk component... ! > > i know it's a problem but it will be resolved by the use of the new > gb.gui component. > > Fabien > ?? Did I say something like that ?? I think this time I didn't forget files (mmmf...). You must do a ./reconf; ./configure before recompiling when some files are moved, created or deleted. Regards, -- Benoit Minisini From rospolosco at ...152... Sun Aug 19 12:28:14 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sun, 19 Aug 2007 12:28:14 +0200 Subject: [Gambas-user] rev. 508 error In-Reply-To: <6324a42a0708190311r409de27u4c7008f5e74d07a8@...627...> References: <200708190944.58733.rospolosco@...152...> <12220810.post@...1379...> <6324a42a0708190311r409de27u4c7008f5e74d07a8@...627...> Message-ID: <200708191228.15040.rospolosco@...152...> Alle 12:11, domenica 19 agosto 2007, Fabien Bodard ha scritto: > me too > > for the stock error you need to compile the gtk component... ! > > i know it's a problem but it will be resolved by the use of the new > gb.gui component. > > Fabien > Thanks Fabien for reply. In my system gtk is 2.8.20 and so the gtk component is automatically disabled. Does it mean I can't compile the svn version anymore? Thanks, Stefano > 2007/8/19, R. Stormo : > > With 508 I get this error. > > > > --snip > > make[5]: Leaving directory `/home/rohnny/gambas3/trunk/gb.qt/src/opengl' > > make[5]: Entering directory `/home/rohnny/gambas3/trunk/gb.qt/src' > > /usr/bin//moc CDrawing.h -o moc_CDrawing.cpp > > moc: CDrawing.h: No such file > > --snap > > > > looks like there missing a file in the svn, or is it some new library > > that need to be install from this end? > > > > > > Regards Rohnny > > > > My Gambas Community http://gambasforum.tk > > -- > > View this message in context: > > http://www.nabble.com/rev.-508-error-tf4292651.html#a12220810 Sent from > > the gambas-user mailing list archive at Nabble.com. > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Sun Aug 19 12:31:00 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 12:31:00 +0200 Subject: [Gambas-user] rev. 508 error In-Reply-To: <200708190944.58733.rospolosco@...152...> References: <200708190944.58733.rospolosco@...152...> Message-ID: <200708191231.00861.gambas@...1...> On dimanche 19 ao?t 2007, Stefano Palmeri wrote: > ./reconf-all > ./configure -C > make > make install > > stefano at ...1536...:~$ gambas2.gambas > ERROR: #2: Cannot load class 'Stock': Unable to load class file > > Bye. > Can you send the full output of the compilation process? Regards, -- Benoit Minisini From gambas.fr at ...626... Sun Aug 19 12:34:39 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 19 Aug 2007 12:34:39 +0200 Subject: [Gambas-user] rev. 508 error In-Reply-To: <200708191224.59936.gambas@...1...> References: <200708190944.58733.rospolosco@...152...> <12220810.post@...1379...> <6324a42a0708190311r409de27u4c7008f5e74d07a8@...627...> <200708191224.59936.gambas@...1...> Message-ID: <6324a42a0708190334g792f15deo608df51c5c5897fa@...627...> 2007/8/19, Benoit Minisini : > On dimanche 19 ao?t 2007, Fabien Bodard wrote: > > me too > > > > for the stock error you need to compile the gtk component... ! > > > > i know it's a problem but it will be resolved by the use of the new > > gb.gui component. > > > > Fabien > > > > ?? Did I say something like that ?? > non mais j'ai eu le probl?me ! gtk plantait a la compilation, et les composant gb.form et gb.db.form ?tait bas? sur gb.gtk ... donc il ne compilait pas, et la classe stock ainsi ?tait introuvable ! voila :) je ne dit que les chose que j'observe :) Fabien PS je pensait que gb.gui aurait pu palier a ce type d'inconv?nient, d?sol? de m'?tre un peu trop avanc?. sorry Fabien Bodard > I think this time I didn't forget files (mmmf...). You must do > a ./reconf; ./configure before recompiling when some files are moved, created > or deleted. > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From fidojones at ...805... Sun Aug 19 12:46:06 2007 From: fidojones at ...805... (Lorenzo Tejera) Date: Sun, 19 Aug 2007 12:46:06 +0200 Subject: [Gambas-user] Problem with the mailing-list In-Reply-To: <200708182258.54165.gambas@...1...> References: <200708182258.54165.gambas@...1...> Message-ID: <19cca6e50708190346o30e83869m7750b06d211183be@...627...> Perhaps should be good to put a bug tracker application, I think it's better for critical things. http://www.flyspray.org/ <------this see good. 2007/8/18, Benoit Minisini : > > I noticed that I do not receive some posts on the mailing-list. > > For example, I didn't get the post on rev. 504 that does not compile. > Hopefully, Laurent fixed it. > > So don't be upset if I don't answer quickly. Maybe the sourceforge > mailing-list server decided to ignore me... > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From rospolosco at ...152... Sun Aug 19 12:52:25 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sun, 19 Aug 2007 12:52:25 +0200 Subject: [Gambas-user] rev. 508 error In-Reply-To: <200708191231.00861.gambas@...1...> References: <200708190944.58733.rospolosco@...152...> <200708191231.00861.gambas@...1...> Message-ID: <200708191252.25840.rospolosco@...152...> Alle 12:31, domenica 19 agosto 2007, Benoit Minisini ha scritto: > On dimanche 19 ao?t 2007, Stefano Palmeri wrote: > > ./reconf-all > > ./configure -C > > make > > make install > > > > stefano at ...1536...:~$ gambas2.gambas > > ERROR: #2: Cannot load class 'Stock': Unable to load class file > > > > Bye. > > Can you send the full output of the compilation process? > > Regards, Attached the "make" output and "make install" output. Bye, Stefano -------------- next part -------------- A non-text attachment was scrubbed... Name: make-install-output.txt.gz Type: application/x-gzip Size: 6366 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: make-output.txt.gz Type: application/x-gzip Size: 24142 bytes Desc: not available URL: From gareth at ...1689... Sun Aug 19 13:17:29 2007 From: gareth at ...1689... (Gareth Bult) Date: Sun, 19 Aug 2007 12:17:29 +0100 (BST) Subject: [Gambas-user] Problem with the mailing-list In-Reply-To: <19cca6e50708190346o30e83869m7750b06d211183be@...627...> Message-ID: <27509975.35001187522249985.JavaMail.root@...1708...> Hi, We'd be happy to donate (free) resources for this sort of thing if any are needed .. Sample tracker; http://encryptec.net/software/plonerss/plonerss/plonerss-issue-tracker/ (or indeed if anyone needs web/mail resources in general for Gambas...) http://encryptec.net/services/website-hosting Gareth. ----- Original Message ----- From: "Lorenzo Tejera" To: "mailing list for gambas users" Sent: Sunday, August 19, 2007 11:46:06 AM (GMT) Europe/London Subject: Re: [Gambas-user] Problem with the mailing-list Perhaps should be good to put a bug tracker application, I think it's better for critical things. http://www.flyspray.org/ <------this see good. 2007/8/18, Benoit Minisini : > > I noticed that I do not receive some posts on the mailing-list. > > For example, I didn't get the post on rev. 504 that does not compile. > Hopefully, Laurent fixed it. > > So don't be upset if I don't answer quickly. Maybe the sourceforge > mailing-list server decided to ignore me... > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From steven at ...1652... Sun Aug 19 14:42:37 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Sun, 19 Aug 2007 14:42:37 +0200 Subject: [Gambas-user] Problems in the database component design In-Reply-To: <200708182252.13103.gambas@...1...> References: <200708182252.13103.gambas@...1...> Message-ID: <200708191442.37276.steven@...1652...> Yeaahhhhh ! Great Steven Le samedi 18 ao?t 2007 22:52, Benoit Minisini a ?crit?: > Hi, everyone. > > I designed the database component with the idea of having table and field > name case unsensitive. > > Of course, alas not all database systems deal the same way with that, and > so I decided to systematically convert field and table names to lower case > before sending them to the drivers. > > But there are problems yet. > > The last one detected by Fabien Bodard is that you can't use SQL keywords > as field names when creating a table. > > So I think I will switch to a case sensitive design. It will make things > harder for old VB newbies, but a cleaner design is better. > > What do you think about that? From gambas at ...1... Sun Aug 19 16:19:15 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 16:19:15 +0200 Subject: [Gambas-user] New web site design Message-ID: <200708191619.15930.gambas@...1...> I have updated the web site look so that it is more "modern" and less "geeky". Do not hesitate to make comments and suggestions about this new look, and about the web site in general! Regards, -- Benoit Minisini From gambas at ...1... Sun Aug 19 16:22:09 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 16:22:09 +0200 Subject: [Gambas-user] Rev. 509 should fix the compilation problems Message-ID: <200708191622.09451.gambas@...1...> For debugging purposes, I was using gb.gtk in some components written in Gambas (gb.form, gb.db.form...) But I didn't think it will break compilation on systems that disable gb.gtk! Now all these components use gb.gui, so it should make Gambas compile even if gb.gtk is disabled. Note that gb.qt must not be disabled, because gb.gui.info is generated from gb.qt.info at the moment. Regards, -- Benoit Minisini From gambas.fr at ...626... Sun Aug 19 16:38:21 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 19 Aug 2007 16:38:21 +0200 Subject: [Gambas-user] New web site design In-Reply-To: <200708191619.15930.gambas@...1...> References: <200708191619.15930.gambas@...1...> Message-ID: <6324a42a0708190738l4764b745kee47aa3dee9594f0@...627...> Two things : - Change the left menu text color to another more easy to read, - Put a big download button like in the firefox site Regards, Fabien 2007/8/19, Benoit Minisini : > I have updated the web site look so that it is more "modern" and less "geeky". > > Do not hesitate to make comments and suggestions about this new look, and > about the web site in general! > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Sun Aug 19 16:41:04 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 19 Aug 2007 16:41:04 +0200 Subject: [Gambas-user] Rev. 509 should fix the compilation problems In-Reply-To: <200708191622.09451.gambas@...1...> References: <200708191622.09451.gambas@...1...> Message-ID: <6324a42a0708190741u15b18c1ar3ce36419193423b6@...627...> 2007/8/19, Benoit Minisini : > For debugging purposes, I was using gb.gtk in some components written in > Gambas (gb.form, gb.db.form...) > > But I didn't think it will break compilation on systems that disable gb.gtk! > > Now all these components use gb.gui, so it should make Gambas compile even if > gb.gtk is disabled. > > Note that gb.qt must not be disabled, because gb.gui.info is generated from > gb.qt.info at the moment. and i imagine how difficult it will be to do a static one ! Since the graphical libs devel will be frozen > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Sun Aug 19 16:46:39 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 19 Aug 2007 16:46:39 +0200 Subject: [Gambas-user] Rev. 509 should fix the compilation problems In-Reply-To: <6324a42a0708190741u15b18c1ar3ce36419193423b6@...627...> References: <200708191622.09451.gambas@...1...> <6324a42a0708190741u15b18c1ar3ce36419193423b6@...627...> Message-ID: <6324a42a0708190746x6071f8efpdbdbdb6119ef50c9@...627...> Arrrrgh ! La compilation c'est ok mais au lancement de l'ide : Dans FGambas.error.0 et Setting._Free.0 ERROR: #3: Stack overflow ** INTERNAL ERROR ** Cannot propagate error. No error handler. ERROR: #3: Stack overflow ** Program aborting... Sorry... :-( Vite ! fabien at ...1752...:~/Download/gambas/trunk$ 2007/8/19, Fabien Bodard : > 2007/8/19, Benoit Minisini : > > For debugging purposes, I was using gb.gtk in some components written in > > Gambas (gb.form, gb.db.form...) > > > > But I didn't think it will break compilation on systems that disable gb.gtk! > > > > Now all these components use gb.gui, so it should make Gambas compile even if > > gb.gtk is disabled. > > > > Note that gb.qt must not be disabled, because gb.gui.info is generated from > > gb.qt.info at the moment. > > and i imagine how difficult it will be to do a static one ! Since the > graphical libs devel will be frozen > > > > Regards, > > > > -- > > Benoit Minisini > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > From gareth at ...1689... Sun Aug 19 16:46:09 2007 From: gareth at ...1689... (Gareth Bult) Date: Sun, 19 Aug 2007 15:46:09 +0100 (BST) Subject: [Gambas-user] New web site design In-Reply-To: <6324a42a0708190738l4764b745kee47aa3dee9594f0@...627...> Message-ID: <28465830.35281187534769612.JavaMail.root@...1708...> Would agree .. Also what about just "Welcome to Gambas" , which would fit on one line. (currently it wraps onto two .. ) ----- Original Message ----- From: "Fabien Bodard" To: "mailing list for gambas users" Sent: Sunday, August 19, 2007 3:38:21 PM (GMT) Europe/London Subject: Re: [Gambas-user] New web site design Two things : - Change the left menu text color to another more easy to read, - Put a big download button like in the firefox site Regards, Fabien 2007/8/19, Benoit Minisini : > I have updated the web site look so that it is more "modern" and less "geeky". > > Do not hesitate to make comments and suggestions about this new look, and > about the web site in general! > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas.fr at ...626... Sun Aug 19 16:47:28 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 19 Aug 2007 16:47:28 +0200 Subject: [Gambas-user] Rev. 509 should fix the compilation problems In-Reply-To: <6324a42a0708190746x6071f8efpdbdbdb6119ef50c9@...627...> References: <200708191622.09451.gambas@...1...> <6324a42a0708190741u15b18c1ar3ce36419193423b6@...627...> <6324a42a0708190746x6071f8efpdbdbdb6119ef50c9@...627...> Message-ID: <6324a42a0708190747o572735a9n95de798288af03a2@...627...> heu pas au lancement mais apr?s selection du projet a ouvrir 2007/8/19, Fabien Bodard : > Arrrrgh ! > > La compilation c'est ok mais au lancement de l'ide : > > Dans FGambas.error.0 et Setting._Free.0 > > ERROR: #3: Stack overflow > > ** INTERNAL ERROR ** > Cannot propagate error. No error handler. > > ERROR: #3: Stack overflow > > ** Program aborting... Sorry... :-( > > > Vite ! > > > fabien at ...1752...:~/Download/gambas/trunk$ > > > > > 2007/8/19, Fabien Bodard : > > 2007/8/19, Benoit Minisini : > > > For debugging purposes, I was using gb.gtk in some components written in > > > Gambas (gb.form, gb.db.form...) > > > > > > But I didn't think it will break compilation on systems that disable gb.gtk! > > > > > > Now all these components use gb.gui, so it should make Gambas compile even if > > > gb.gtk is disabled. > > > > > > Note that gb.qt must not be disabled, because gb.gui.info is generated from > > > gb.qt.info at the moment. > > > > and i imagine how difficult it will be to do a static one ! Since the > > graphical libs devel will be frozen > > > > > > Regards, > > > > > > -- > > > Benoit Minisini > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > From gambas at ...1... Sun Aug 19 17:09:30 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 17:09:30 +0200 Subject: [Gambas-user] Rev. 509 should fix the compilation problems In-Reply-To: <6324a42a0708190747o572735a9n95de798288af03a2@...627...> References: <200708191622.09451.gambas@...1...> <6324a42a0708190746x6071f8efpdbdbdb6119ef50c9@...627...> <6324a42a0708190747o572735a9n95de798288af03a2@...627...> Message-ID: <200708191709.31055.gambas@...1...> On dimanche 19 ao?t 2007, Fabien Bodard wrote: > heu pas au lancement mais apr?s selection du projet a ouvrir > > 2007/8/19, Fabien Bodard : > > Arrrrgh ! > > > > La compilation c'est ok mais au lancement de l'ide : > > > > Dans FGambas.error.0 et Setting._Free.0 > > > > ERROR: #3: Stack overflow > > > > ** INTERNAL ERROR ** > > Cannot propagate error. No error handler. > > > > ERROR: #3: Stack overflow > > > > ** Program aborting... Sorry... :-( > > > > > > Vite ! > > > > It should be fixed in rev. 510. Please do not speak french on an international mailing-list! Regards, -- Benoit Minisini From gambas.fr at ...626... Sun Aug 19 17:46:02 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 19 Aug 2007 17:46:02 +0200 Subject: [Gambas-user] Rev. 509 should fix the compilation problems In-Reply-To: <200708191709.31055.gambas@...1...> References: <200708191622.09451.gambas@...1...> <6324a42a0708190746x6071f8efpdbdbdb6119ef50c9@...627...> <6324a42a0708190747o572735a9n95de798288af03a2@...627...> <200708191709.31055.gambas@...1...> Message-ID: <6324a42a0708190846x55d18813rac06801538a3f7fa@...627...> it was too hurry to me :)... sorry :P 2007/8/19, Benoit Minisini : > On dimanche 19 ao?t 2007, Fabien Bodard wrote: > > heu pas au lancement mais apr?s selection du projet a ouvrir > > > > 2007/8/19, Fabien Bodard : > > > Arrrrgh ! > > > > > > La compilation c'est ok mais au lancement de l'ide : > > > > > > Dans FGambas.error.0 et Setting._Free.0 > > > > > > ERROR: #3: Stack overflow > > > > > > ** INTERNAL ERROR ** > > > Cannot propagate error. No error handler. > > > > > > ERROR: #3: Stack overflow > > > > > > ** Program aborting... Sorry... :-( > > > > > > > > > Vite ! > > > > > > > > It should be fixed in rev. 510. > > Please do not speak french on an international mailing-list! > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gareth at ...1689... Sun Aug 19 18:03:45 2007 From: gareth at ...1689... (Gareth Bult) Date: Sun, 19 Aug 2007 17:03:45 +0100 (BST) Subject: [Gambas-user] Re; Component writing ... Message-ID: <18180977.35491187539425739.JavaMail.root@...1708...> Hi, I'm still keen to make my GridEditor component work "better" (or "properly") inside the Gambas IDE. (as the DB components used to work in Delphi/Kylix) Is there any movement on features that might help me do this? In particular I want to be able to control the property editor and rendering for components written in Gambas ... .. A couple of things I've noticed in general; I can't trace into a component if it crashes, this makes "using" the component quite hard sometimes as it's impossible to debug once in use. I don't seem able to add an icon to the component for use in the IDE palette (?) If I have one IDE loaded to edit the component, and another open to test it, I need to reload the entire IDE to have it reload the component.. I think Gambas is missing out a little in terms of components that people have written that can't be turned into deployable components because the component framework doesn't seem to be able to handle components written in Gambas all that well .. I have lots I could contribute ... (shot of live webcam "component" in Gtk, also works in Qt) Gareth. -------------- next part -------------- A non-text attachment was scrubbed... Name: blogshot.jpg Type: image/jpeg Size: 36259 bytes Desc: not available URL: From sourceforge-raindog2 at ...94... Sun Aug 19 18:18:35 2007 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 19 Aug 2007 12:18:35 -0400 Subject: [Gambas-user] New web site design In-Reply-To: <200708191619.15930.gambas@...1...> References: <200708191619.15930.gambas@...1...> Message-ID: <200708191218.35933.sourceforge-raindog2@...94...> On Sunday 19 August 2007, Benoit Minisini wrote: > Do not hesitate to make comments and suggestions about this new > look, and about the web site in general! The "white text on light blue background" thing is hard to read. I could fix it with a user style sheet, but I'm more concerned about newbies. Otherwise, despite the continued use of frames ;) it does look much nicer. Rob From gambas at ...1... Sun Aug 19 18:38:49 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 18:38:49 +0200 Subject: [Gambas-user] Problem with the mailing-list In-Reply-To: <27509975.35001187522249985.JavaMail.root@...1708...> References: <27509975.35001187522249985.JavaMail.root@...1708...> Message-ID: <200708191838.49207.gambas@...1...> On dimanche 19 ao?t 2007, Gareth Bult wrote: > Hi, > > We'd be happy to donate (free) resources for this sort of thing if any are > needed .. Sample tracker; > http://encryptec.net/software/plonerss/plonerss/plonerss-issue-tracker/ > > (or indeed if anyone needs web/mail resources in general for Gambas...) > http://encryptec.net/services/website-hosting > > Gareth. > Thanks for your proposal. At the moment, official Gambas internet resources are made of: * A static web site hosted by sourceforge.net. * Mailing-lists hosted by sourceforge.net. * A wiki hosted by kudla.org, a site managed by Rob Kudla. There are other web sites and forums, but I don't manage them. I have no needs at the moment, but maybe it will be cool in the future to have a dedicated host for all gambas resources. I am not interested at the moment in something as sophisticated as encryptec.net, but I need: * A web server. * Mailing-lists like the one that are on sourceforge.net. * Gambas installed on the web server, with a mySQL database (or any other database server managed by Gambas), and CGI scripts. * A ssh shell access. * Statistics on server access and downloads. Tell us what you can offer. :-) Regards, -- Benoit Minisini From gambas at ...1... Sun Aug 19 20:09:15 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 20:09:15 +0200 Subject: [Gambas-user] Re; Component writing ... In-Reply-To: <18180977.35491187539425739.JavaMail.root@...1708...> References: <18180977.35491187539425739.JavaMail.root@...1708...> Message-ID: <200708192009.15148.gambas@...1...> On dimanche 19 ao?t 2007, Gareth Bult wrote: > Hi, > > I'm still keen to make my GridEditor component work "better" (or > "properly") inside the Gambas IDE. (as the DB components used to work in > Delphi/Kylix) > > Is there any movement on features that might help me do this? > > In particular I want to be able to control the property editor and > rendering for components written in Gambas ... > Such a feature won't be done before the 2.0 release. > .. > > A couple of things I've noticed in general; > > I can't trace into a component if it crashes, this makes "using" the > component quite hard sometimes as it's impossible to debug once in use. To debug a component, I usually run its project inside the IDE. I create a Main startup module or a FMain startup form for this purpose. Look in the gb.db.form component sources to see what I mean. > I > don't seem able to add an icon to the component for use in the IDE palette > (?) Alas all icons are located inside the IDE source code at the moment. > If I have one IDE loaded to edit the component, and another open to > test it, I need to reload the entire IDE to have it reload the component.. Just debug your component as explained above. > I think Gambas is missing out a little in terms of components that people > have written that can't be turned into deployable components because the > component framework doesn't seem to be able to handle components written in > Gambas all that well .. I have lots I could contribute ... (shot of live > webcam "component" in Gtk, also works in Qt) > > Gareth. Gambas components are like drivers for the Linux kernel. I want them to be in the main source repository. Components outside of the main repository are a nightmare to manage, as modifying the interpreter API will break them without notice. If you have made a useful component, just send it me for integration. But I will check first that the component is really useful, that it does not duplicate an already existing component behaviour, and that its interface is not too weird. :-) Regards, -- Benoit Minisini From rospolosco at ...152... Sun Aug 19 20:28:09 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sun, 19 Aug 2007 20:28:09 +0200 Subject: [Gambas-user] rev. 510 same problem Message-ID: <200708192028.10036.rospolosco@...152...> Just updated to rev. 510 make clean ./reconf-all ./configure -C make make install stefano at ...1536...:~/src/gambas-trunk$ gambas2.gambas ERROR: #2: Cannot load class 'Stock': Unable to load class file But I experienced a strange thing. I _uninstalled_ rev. 510. Then installed again 1.9.50. Then I cd in the subdirectory of the trunk where gambas2 was compiled and I run: ./gambas2.gambas So if the 1.9.50 is installed the svn version (not installed) works and doesn't get the "Stock" error. Hope this helps. Regards, Stefano From gambas at ...1... Sun Aug 19 20:47:34 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 20:47:34 +0200 Subject: [Gambas-user] rev. 510 same problem In-Reply-To: <200708192028.10036.rospolosco@...152...> References: <200708192028.10036.rospolosco@...152...> Message-ID: <200708192047.34676.gambas@...1...> On dimanche 19 ao?t 2007, Stefano Palmeri wrote: > Just updated to rev. 510 > > make clean > ./reconf-all > ./configure -C > make > make install > > stefano at ...1536...:~/src/gambas-trunk$ gambas2.gambas > ERROR: #2: Cannot load class 'Stock': Unable to load class file > I think I have understood the problem. It is related to the new gb.gui component. Wait for the next revision! -- Benoit Minisini From gambas.fr at ...626... Sun Aug 19 21:32:05 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 19 Aug 2007 21:32:05 +0200 Subject: [Gambas-user] rev. 510 same problem In-Reply-To: <200708192047.34676.gambas@...1...> References: <200708192028.10036.rospolosco@...152...> <200708192047.34676.gambas@...1...> Message-ID: <6324a42a0708191232m7889cb74jb0f6a3646ae4bd4e@...627...> Benoit, you say me that the gb.gui.info is generated from the gb.qt one ... why don't you put a test in the installscript of gb.gtk to see if this file exist and if not, generate it from gb.gtk one ? From leonardo at ...1237... Sun Aug 19 22:36:51 2007 From: leonardo at ...1237... (Leonardo Miliani) Date: Sun, 19 Aug 2007 22:36:51 +0200 Subject: [Gambas-user] New web site design In-Reply-To: <6324a42a0708190738l4764b745kee47aa3dee9594f0@...627...> References: <200708191619.15930.gambas@...1...> <6324a42a0708190738l4764b745kee47aa3dee9594f0@...627...> Message-ID: <46C8A9E3.2030902@...1237...> Fabien Bodard ha scritto: > Two things : > - Change the left menu text color to another more easy to read, Same for me... White text is hard to read on a light blue background. -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leonardo at ...1237... Scegli software opensource - Choose opensource software From ronstk at ...239... Sun Aug 19 22:51:58 2007 From: ronstk at ...239... (ron) Date: Sun, 19 Aug 2007 22:51:58 +0200 Subject: [Gambas-user] New web site design In-Reply-To: <6324a42a0708190738l4764b745kee47aa3dee9594f0@...627...> References: <200708191619.15930.gambas@...1...> <6324a42a0708190738l4764b745kee47aa3dee9594f0@...627...> Message-ID: <200708192251.58607.ronstk@...239...> On Sunday 19 August 2007 16:38, Fabien Bodard wrote: > Two things : > - Change the left menu text color to another more easy to read, > - Put a big download button like in the firefox site > > Regards, > > Fabien Same here on one of the 2 monitors. It depends on the brightness or something. A nice dark blue of #000040 is in style :) Greetz, Ron Onstenk PS At the page 'Distibutions & OS' the alternating row color is color yes or color transparent, the gambas shows trough :) On the main monitor it looks all white, the other looks OK. A somewhat darker background color could just do fine here to. From gambas at ...1... Sun Aug 19 23:46:19 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 19 Aug 2007 23:46:19 +0200 Subject: [Gambas-user] New web site design In-Reply-To: <200708192251.58607.ronstk@...239...> References: <200708191619.15930.gambas@...1...> <6324a42a0708190738l4764b745kee47aa3dee9594f0@...627...> <200708192251.58607.ronstk@...239...> Message-ID: <200708192346.19792.gambas@...1...> On dimanche 19 ao?t 2007, ron wrote: > On Sunday 19 August 2007 16:38, Fabien Bodard wrote: > > Two things : > > - Change the left menu text color to another more easy to read, > > - Put a big download button like in the firefox site > > > > Regards, > > > > Fabien > > Same here on one of the 2 monitors. > It depends on the brightness or something. > A nice dark blue of #000040 is in style :) > > Greetz, > > Ron Onstenk > Is it better with text shadow? > PS > At the page 'Distibutions & OS' the alternating row color > is color yes or color transparent, the gambas shows trough :) > On the main monitor it looks all white, the other looks OK. > A somewhat darker background color could just do fine here to. LCD flat panels have difficulties to show light colors. I will fix that. -- Benoit Minisini From ronstk at ...239... Mon Aug 20 00:54:36 2007 From: ronstk at ...239... (ron) Date: Mon, 20 Aug 2007 00:54:36 +0200 Subject: [Gambas-user] New web site design In-Reply-To: <200708192346.19792.gambas@...1...> References: <200708191619.15930.gambas@...1...> <200708192251.58607.ronstk@...239...> <200708192346.19792.gambas@...1...> Message-ID: <200708200054.36764.ronstk@...239...> On Sunday 19 August 2007 23:46, Benoit Minisini wrote: > On dimanche 19 ao?t 2007, ron wrote: > > On Sunday 19 August 2007 16:38, Fabien Bodard wrote: > > > Two things : > > > - Change the left menu text color to another more easy to read, > > > - Put a big download button like in the firefox site > > > > > > Regards, > > > > > > Fabien > > > > Same here on one of the 2 monitors. > > It depends on the brightness or something. > > A nice dark blue of #000040 is in style :) > > > > Greetz, > > > > Ron Onstenk > > > > Is it better with text shadow? See the shadow.jpg (kubuntu6.10 konq 3.5.5 default font) See the shadowsmall.jpg (kubuntu6.10 konq 3.5.5) smaller font See the shadowff2.jpg (kubuntu6.10 Firefox 2.0.0.6) Firefox has the same problem with the font size. The main problem with shadow is, i found in the past, is when it is used in a small width frame/div or other block element. It can help to set the menu frame 20/30 px more wider (or make it resizeable). In general the shadow makes it more readable here, but side effects can occur. > > > PS > > At the page 'Distibutions & OS' the alternating row color > > is color yes or color transparent, the gambas shows trough :) > > On the main monitor it looks all white, the other looks OK. > > A somewhat darker background color could just do fine here to. > > LCD flat panels have difficulties to show light colors. I will fix that. > Alternating row color is just fine (for me) on both screens rows.jpg Both are indeed LCD Flatpanel Ron -------------- next part -------------- A non-text attachment was scrubbed... Name: shadow.jpg Type: image/jpeg Size: 11915 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rows.jpg Type: image/jpeg Size: 14633 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: shadowsmall.jpg Type: image/jpeg Size: 4032 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: shadowff2.jpg Type: image/jpeg Size: 7011 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: shadowff3.jpg Type: image/jpeg Size: 8264 bytes Desc: not available URL: From easuter at ...626... Mon Aug 20 01:19:37 2007 From: easuter at ...626... (=?ISO-8859-1?Q?Eug=E9ne_Suter?=) Date: Mon, 20 Aug 2007 00:19:37 +0100 Subject: [Gambas-user] Calling library functions in Gambas2 Message-ID: <6bb01940708191619l2e9d79eja1e3e0986788604f@...627...> Hi there, Is it possible to call functions from system libraries directly in Gambas2? For example, in my case, I need to gather hard-drive data (free space for each partition), and it would probably be a lot more efficient (in theory) to call the functions in libparted directly than to parse the entire output from the parted command. I'm using Gambas 1.9.49. Thanks in advance! Cheers, Eug?ne From ronstk at ...239... Mon Aug 20 01:22:55 2007 From: ronstk at ...239... (ron) Date: Mon, 20 Aug 2007 01:22:55 +0200 Subject: [Gambas-user] Calling library functions in Gambas2 In-Reply-To: <6bb01940708191619l2e9d79eja1e3e0986788604f@...627...> References: <6bb01940708191619l2e9d79eja1e3e0986788604f@...627...> Message-ID: <200708200122.55227.ronstk@...239...> On Monday 20 August 2007 01:19, Eug?ne Suter wrote: > Hi there, > > Is it possible to call functions from system libraries directly in Gambas2? > For example, in my case, I need to gather hard-drive data (free space for > each partition), and it would probably be a lot more efficient (in theory) > to call the functions in libparted directly than to parse the entire output > from the parted command. > I'm using Gambas 1.9.49. > Thanks in advance! > > Cheers, > > Eug?ne See External Function Declaration on the gambas wiki help. http://gambasdoc.org/help/lang/extdecl Ron From gareth at ...1689... Mon Aug 20 02:06:19 2007 From: gareth at ...1689... (Gareth Bult) Date: Mon, 20 Aug 2007 01:06:19 +0100 (BST) Subject: [Gambas-user] Problem with the mailing-list In-Reply-To: <200708191838.49207.gambas@...1...> Message-ID: <10275804.35951187568379350.JavaMail.root@...1708...> Mmm, Ok ... * A web server * Statistics on server access and downloads This would be fairly easy as we use one Web front-end which then points of to various load-balanced back-end servers depending on the service involved and web stats is automatically provided. (although we generally add / recommend Google analytics too..) * Mailing-lists like the one that are on sourceforge.net. We don't currently do, but it's something we should be able to do fairly easily - I'll look into this. * Gambas installed on the web server, with a mySQL database (or any other database server managed by Gambas), and CGI scripts. * A ssh shell access. Ok, for this we're probably going to have to give you a dedicated box as we don't have a box secured for customer shell access. How quickly would you want to / be able to use this ? .. Just as an aside; I think Gambas is unbeatable when it comes to graphical applications, but I would never use it to run a web site, other than just to see if it could do it. (just because there's so much stuff one would need to code from scratch) You might consider using our application server for the website .. we can do any custom coding you need. (any coding needed would be python and it comes with MySQL access) We could have this running for you tomorrow ... I'm pretty sure it will do everything you need ... and it's multi-user, allows different people / groups to run their own pages, supports forums, bug trackers, images etc etc and updating is all "through the web". Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Sunday, August 19, 2007 5:38:49 PM (GMT) Europe/London Subject: Re: [Gambas-user] Problem with the mailing-list On dimanche 19 ao?t 2007, Gareth Bult wrote: > Hi, > > We'd be happy to donate (free) resources for this sort of thing if any are > needed .. Sample tracker; > http://encryptec.net/software/plonerss/plonerss/plonerss-issue-tracker/ > > (or indeed if anyone needs web/mail resources in general for Gambas...) > http://encryptec.net/services/website-hosting > > Gareth. > Thanks for your proposal. At the moment, official Gambas internet resources are made of: * A static web site hosted by sourceforge.net. * Mailing-lists hosted by sourceforge.net. * A wiki hosted by kudla.org, a site managed by Rob Kudla. There are other web sites and forums, but I don't manage them. I have no needs at the moment, but maybe it will be cool in the future to have a dedicated host for all gambas resources. I am not interested at the moment in something as sophisticated as encryptec.net, but I need: * A web server. * Mailing-lists like the one that are on sourceforge.net. * Gambas installed on the web server, with a mySQL database (or any other database server managed by Gambas), and CGI scripts. * A ssh shell access. * Statistics on server access and downloads. Tell us what you can offer. :-) Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From obductor at ...626... Mon Aug 20 02:10:52 2007 From: obductor at ...626... (Roberto Estevam) Date: Mon, 20 Aug 2007 00:10:52 +0000 Subject: [Gambas-user] about gb.qte Message-ID: <13c329a90708191710w327248b0y3eb884958441426c@...627...> Hi all :) Has i was habing problems with SVN in Ubuntu 7.04 i decided download and install the version 1.9.50, then i did ./configure -C and show me disable component (THESE COMPONENTS ARE DISABLED: gb.qte) Other thing, i use Linux ghostdog 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 GNU/Linux I need change my kernel for work SVN ? When i try to install by the SVN give me always when i do ./reconf-all error: root at ...1726...:~/trunk# ./reconf-all main /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG run info '(automake)Extending aclocal' Thank's From gareth at ...1689... Mon Aug 20 02:15:18 2007 From: gareth at ...1689... (Gareth Bult) Date: Mon, 20 Aug 2007 01:15:18 +0100 (BST) Subject: [Gambas-user] Re; Component writing ... In-Reply-To: <200708192009.15148.gambas@...1...> Message-ID: <20184475.36041187568918314.JavaMail.root@...1708...> Mmm, One of the strengths of Delphi was that third parties could make free or commercial components, distribute them as source code and end users could compile the package which would add it to the local component library. This led to LOTS of third party developers getting involved and took the strain of Borland having to produce all the code themselves. I guess the first thing I should do is to make the GridEditor work inside the IDE, then send you some code. Is there a howto or something documenting the "proper" way to add stuff to the IDE tree as a component? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Sunday, August 19, 2007 7:09:15 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Component writing ... On dimanche 19 ao?t 2007, Gareth Bult wrote: > Hi, > > I'm still keen to make my GridEditor component work "better" (or > "properly") inside the Gambas IDE. (as the DB components used to work in > Delphi/Kylix) > > Is there any movement on features that might help me do this? > > In particular I want to be able to control the property editor and > rendering for components written in Gambas ... > Such a feature won't be done before the 2.0 release. > .. > > A couple of things I've noticed in general; > > I can't trace into a component if it crashes, this makes "using" the > component quite hard sometimes as it's impossible to debug once in use. To debug a component, I usually run its project inside the IDE. I create a Main startup module or a FMain startup form for this purpose. Look in the gb.db.form component sources to see what I mean. > I > don't seem able to add an icon to the component for use in the IDE palette > (?) Alas all icons are located inside the IDE source code at the moment. > If I have one IDE loaded to edit the component, and another open to > test it, I need to reload the entire IDE to have it reload the component.. Just debug your component as explained above. > I think Gambas is missing out a little in terms of components that people > have written that can't be turned into deployable components because the > component framework doesn't seem to be able to handle components written in > Gambas all that well .. I have lots I could contribute ... (shot of live > webcam "component" in Gtk, also works in Qt) > > Gareth. Gambas components are like drivers for the Linux kernel. I want them to be in the main source repository. Components outside of the main repository are a nightmare to manage, as modifying the interpreter API will break them without notice. If you have made a useful component, just send it me for integration. But I will check first that the component is really useful, that it does not duplicate an already existing component behaviour, and that its interface is not too weird. :-) Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Mon Aug 20 02:26:32 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 20 Aug 2007 02:26:32 +0200 Subject: [Gambas-user] Re; Component writing ... In-Reply-To: <20184475.36041187568918314.JavaMail.root@...1708...> References: <20184475.36041187568918314.JavaMail.root@...1708...> Message-ID: <200708200226.32826.gambas@...1...> On lundi 20 ao?t 2007, Gareth Bult wrote: > Mmm, > > One of the strengths of Delphi was that third parties could make free or > commercial components, distribute them as source code and end users could > compile the package which would add it to the local component library. This > led to LOTS of third party developers getting involved and took the strain > of Borland having to produce all the code themselves. > > I guess the first thing I should do is to make the GridEditor work inside > the IDE, then send you some code. Is there a howto or something documenting > the "proper" way to add stuff to the IDE tree as a component? > > Gareth. > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > There is nothing to add to the "IDE tree" except the icons of your controls, and the description of the new component. To add a component written in Gambas to the Gambas source code, just send me the project so that I can check it. As for Delphi, you may be right, but as I never used it, maybe I don't see what is exactly missing to Gambas in that point. As for the notion of "local component library", if you have the component source code, you can compile and install it to your local component directory (~/.local/lib/gambas2 and ~/.local/share/gambas2) with the IDE, by using the last check box of the "Make executable" dialog. Then you can use the component exactly like the standard ones. The only problem at the moment is that you must keep the initial project, as only symbolic links are created. Regards, -- Benoit Minisini From gambas at ...1... Mon Aug 20 02:34:24 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 20 Aug 2007 02:34:24 +0200 Subject: [Gambas-user] Problem with the mailing-list In-Reply-To: <10275804.35951187568379350.JavaMail.root@...1708...> References: <10275804.35951187568379350.JavaMail.root@...1708...> Message-ID: <200708200234.25102.gambas@...1...> On lundi 20 ao?t 2007, Gareth Bult wrote: > Mmm, Ok ... > > * A web server > * Statistics on server access and downloads > > This would be fairly easy as we use one Web front-end which then points of > to various load-balanced back-end servers depending on the service involved > and web stats is automatically provided. (although we generally add / > recommend Google analytics too..) > > * Mailing-lists like the one that are on sourceforge.net. > > We don't currently do, but it's something we should be able to do fairly > easily - I'll look into this. > > * Gambas installed on the web server, with a mySQL database (or any other > database server managed by Gambas), and CGI scripts. * A ssh shell access. > > Ok, for this we're probably going to have to give you a dedicated box as we > don't have a box secured for customer shell access. How quickly would you > want to / be able to use this ? Not yet. Not before the 2.0 release... > > .. Just as an aside; > > I think Gambas is unbeatable when it comes to graphical applications, but I > would never use it to run a web site, other than just to see if it could do > it. (just because there's so much stuff one would need to code from > scratch) My current paid job is a web application made in Gambas. This application can: * Define any kind of form with fields, create them, edit them, delete them, link any instance of a form to any other instance of any form. * Link any form to a geographical location displayed in Google Maps. The application automatically converts local coordinates to WGS 84 (the american one used by Google). * Attach any file to any instance of a form. * Generate KML files for Google Earth. * Search data with a Google-like interface. * Generate PDF documents from form data, provided you have an OpenOffice template. * Define as many users as you want, with login/password. * Define recurrent tasks that can send e-mail reports to any user. * Display nicely on little PDA with any internet connection. The only problem being that Internet Explorer has too missing features on Windows CE! At the moment, it is dedicated to the management of water networks. It is a 450K cgi script (with debugging symbols, and a 200K java applet not used yet, so it should be 250K). It is running inside VMWare. No real performance problems at the moment :-) > You might consider using our application server for the website .. > we can do any custom coding you need. (any coding needed would be python > and it comes with MySQL access) We could have this running for you tomorrow > ... I'm pretty sure it will do everything you need ... and it's multi-user, > allows different people / groups to run their own pages, supports forums, > bug trackers, images etc etc and updating is all "through the web". Maybe that could replace the web site made by Fabien Bodard, so that Gambas users can put and share their code? Regards, -- Benoit Minisini From sourceforge-raindog2 at ...94... Mon Aug 20 02:58:40 2007 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 19 Aug 2007 20:58:40 -0400 Subject: [Gambas-user] Problem with the mailing-list In-Reply-To: <10275804.35951187568379350.JavaMail.root@...1708...> References: <10275804.35951187568379350.JavaMail.root@...1708...> Message-ID: <200708192058.40510.sourceforge-raindog2@...94...> On Sunday 19 August 2007, Gareth Bult wrote: > I think Gambas is unbeatable when it comes to graphical > applications, but I would never use it to run a web site, other > than just to see if it could do it. (just because there's so much > stuff one would need to code from scratch) You might consider using We were actually running TWiki for years until Benoit decided it would never provide exactly what we needed, and neither would Mediawiki or any other canned software. Like Benoit, I have done web applications professionally in Gambas. I think the "eating our own dog food" quality of having our wiki/CMS written in Gambas (as it is presently on qwertyx.net, where I host it) is a feature, not a bug. If nothing else, it ensures that gb.web is kept updated ;) Rob From gambas.fr at ...626... Mon Aug 20 08:56:03 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 20 Aug 2007 08:56:03 +0200 Subject: [Gambas-user] about gb.qte In-Reply-To: <13c329a90708191710w327248b0y3eb884958441426c@...627...> References: <13c329a90708191710w327248b0y3eb884958441426c@...627...> Message-ID: <6324a42a0708192356n600956f4x71720a9425d4d3bb@...627...> there is not errors just warning ! i've the same, you can despite of this compile gambas 2007/8/20, Roberto Estevam : > Hi all :) > > Has i was habing problems with SVN in Ubuntu 7.04 i decided download and > install the version 1.9.50, then i did ./configure -C and show me disable > component (THESE COMPONENTS ARE DISABLED: gb.qte) > > Other thing, i use > > Linux ghostdog 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 > GNU/Linux > > I need change my kernel for work SVN ? > > When i try to install by the SVN give me always when i do ./reconf-all > error: root at ...1726...:~/trunk# ./reconf-all > main > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG > run info '(automake)Extending aclocal' > > > Thank's > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From rospolosco at ...152... Mon Aug 20 09:02:25 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Mon, 20 Aug 2007 09:02:25 +0200 Subject: [Gambas-user] rev. 510 same problem In-Reply-To: <200708192047.34676.gambas@...1...> References: <200708192028.10036.rospolosco@...152...> <200708192047.34676.gambas@...1...> Message-ID: <200708200902.25658.rospolosco@...152...> Alle 20:47, domenica 19 agosto 2007, Benoit Minisini ha scritto: > On dimanche 19 ao?t 2007, Stefano Palmeri wrote: > > Just updated to rev. 510 > > > > make clean > > ./reconf-all > > ./configure -C > > make > > make install > > > > stefano at ...1536...:~/src/gambas-trunk$ gambas2.gambas > > ERROR: #2: Cannot load class 'Stock': Unable to load class file > > I think I have understood the problem. It is related to the new gb.gui > component. > > Wait for the next revision! Thanks Benoit. rev. 511 works perfectly. Regards, Stefano Palmeri From gareth at ...1689... Mon Aug 20 09:42:01 2007 From: gareth at ...1689... (Gareth Bult) Date: Mon, 20 Aug 2007 08:42:01 +0100 (BST) Subject: [Gambas-user] Problem with the mailing-list In-Reply-To: <200708200234.25102.gambas@...1...> Message-ID: <7632777.36191187595721289.JavaMail.root@...1708...> OK, How about if I try to put something together that includes; a. Website b. Bug tracker c. Forums d. User logins / contributions e. Mailing lists And you can see if you like it ? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Monday, August 20, 2007 1:34:24 AM (GMT) Europe/London Subject: Re: [Gambas-user] Problem with the mailing-list On lundi 20 ao?t 2007, Gareth Bult wrote: > Mmm, Ok ... > > * A web server > * Statistics on server access and downloads > > This would be fairly easy as we use one Web front-end which then points of > to various load-balanced back-end servers depending on the service involved > and web stats is automatically provided. (although we generally add / > recommend Google analytics too..) > > * Mailing-lists like the one that are on sourceforge.net. > > We don't currently do, but it's something we should be able to do fairly > easily - I'll look into this. > > * Gambas installed on the web server, with a mySQL database (or any other > database server managed by Gambas), and CGI scripts. * A ssh shell access. > > Ok, for this we're probably going to have to give you a dedicated box as we > don't have a box secured for customer shell access. How quickly would you > want to / be able to use this ? Not yet. Not before the 2.0 release... > > .. Just as an aside; > > I think Gambas is unbeatable when it comes to graphical applications, but I > would never use it to run a web site, other than just to see if it could do > it. (just because there's so much stuff one would need to code from > scratch) My current paid job is a web application made in Gambas. This application can: * Define any kind of form with fields, create them, edit them, delete them, link any instance of a form to any other instance of any form. * Link any form to a geographical location displayed in Google Maps. The application automatically converts local coordinates to WGS 84 (the american one used by Google). * Attach any file to any instance of a form. * Generate KML files for Google Earth. * Search data with a Google-like interface. * Generate PDF documents from form data, provided you have an OpenOffice template. * Define as many users as you want, with login/password. * Define recurrent tasks that can send e-mail reports to any user. * Display nicely on little PDA with any internet connection. The only problem being that Internet Explorer has too missing features on Windows CE! At the moment, it is dedicated to the management of water networks. It is a 450K cgi script (with debugging symbols, and a 200K java applet not used yet, so it should be 250K). It is running inside VMWare. No real performance problems at the moment :-) > You might consider using our application server for the website .. > we can do any custom coding you need. (any coding needed would be python > and it comes with MySQL access) We could have this running for you tomorrow > ... I'm pretty sure it will do everything you need ... and it's multi-user, > allows different people / groups to run their own pages, supports forums, > bug trackers, images etc etc and updating is all "through the web". Maybe that could replace the web site made by Fabien Bodard, so that Gambas users can put and share their code? Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Mon Aug 20 16:48:17 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 20 Aug 2007 16:48:17 +0200 Subject: [Gambas-user] Problem with the mailing-list In-Reply-To: <200708192058.40510.sourceforge-raindog2@...94...> References: <10275804.35951187568379350.JavaMail.root@...1708...> <200708192058.40510.sourceforge-raindog2@...94...> Message-ID: <200708201648.17698.gambas@...1...> On lundi 20 ao?t 2007, Rob wrote: > On Sunday 19 August 2007, Gareth Bult wrote: > > I think Gambas is unbeatable when it comes to graphical > > applications, but I would never use it to run a web site, other > > than just to see if it could do it. (just because there's so much > > stuff one would need to code from scratch) You might consider using > > We were actually running TWiki for years until Benoit decided it would > never provide exactly what we needed, and neither would Mediawiki or > any other canned software. > > Like Benoit, I have done web applications professionally in Gambas. I > think the "eating our own dog food" quality of having our wiki/CMS > written in Gambas (as it is presently on qwertyx.net, where I host > it) is a feature, not a bug. If nothing else, it ensures that gb.web > is kept updated ;) > > Rob > The Gambas wiki does not use the gb.web component at all, as it was create before it. It is just a quick & dirty CGI script :-) -- Benoit Minisini From gareth at ...1689... Tue Aug 21 10:17:53 2007 From: gareth at ...1689... (Gareth Bult) Date: Tue, 21 Aug 2007 09:17:53 +0100 (BST) Subject: [Gambas-user] Re; Website ... Message-ID: <26920241.38181187684273680.JavaMail.root@...1708...> Anyone any idea / preference re; a domain name .. gambasweb.org ?? -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From obductor at ...626... Tue Aug 21 15:44:09 2007 From: obductor at ...626... (Roberto Estevam) Date: Tue, 21 Aug 2007 13:44:09 +0000 Subject: [Gambas-user] Re; Website ... In-Reply-To: <26920241.38181187684273680.JavaMail.root@...1708...> References: <26920241.38181187684273680.JavaMail.root@...1708...> Message-ID: <13c329a90708210644k6039d970r59db641a7abe83f9@...627...> gambasweb.org is better :) On 21/08/07, Gareth Bult wrote: > > Anyone any idea / preference re; a domain name .. gambasweb.org ?? > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gareth at ...1689... Tue Aug 21 16:39:12 2007 From: gareth at ...1689... (Gareth Bult) Date: Tue, 21 Aug 2007 15:39:12 +0100 (BST) Subject: [Gambas-user] Re; Website ... In-Reply-To: <13c329a90708210644k6039d970r59db641a7abe83f9@...627...> Message-ID: <15901337.38761187707152779.JavaMail.root@...1708...> Ok, I'm working on "http://gambas.encryptec.net" for the moment until there's consensus on a domain name .. if anyone would like to take a peep and let me know if I'm going horribly wrong .. before I put too much more up ... Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Roberto Estevam" To: "mailing list for gambas users" Sent: Tuesday, August 21, 2007 2:44:09 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website ... gambasweb.org is better :) On 21/08/07, Gareth Bult wrote: > > Anyone any idea / preference re; a domain name .. gambasweb.org ?? > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From hscast at ...407... Tue Aug 21 17:41:37 2007 From: hscast at ...407... (Scott Castaline) Date: Tue, 21 Aug 2007 11:41:37 -0400 Subject: [Gambas-user] Re; Website ... In-Reply-To: <15901337.38761187707152779.JavaMail.root@...1708...> References: <15901337.38761187707152779.JavaMail.root@...1708...> Message-ID: <46CB07B1.5000000@...407...> Gareth Bult wrote: > Ok, > > I'm working on "http://gambas.encryptec.net" for the moment until there's consensus on a domain name .. if anyone would like to take a peep and let me know if I'm going horribly wrong .. before I put too much more up ... > > Gareth. > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. > > ----- Original Message ----- > From: "Roberto Estevam" > To: "mailing list for gambas users" > Sent: Tuesday, August 21, 2007 2:44:09 PM (GMT) Europe/London > Subject: Re: [Gambas-user] Re; Website ... > > gambasweb.org is better :) > > On 21/08/07, Gareth Bult wrote: >> Anyone any idea / preference re; a domain name .. gambasweb.org ?? >> >> -- >> Managing Director, Encryptec Limited >> Tel: 0845 25 77033, Mob: 07891 389657 >> Email: gareth at ...1689... >> Statements made are at all times subject to Encryptec's Terms and >> Conditions of Business, which are available upon request. >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > Not to sound like a teacher back from your school days that you have been working on trying to forget, but. In the first paragraph at the end you're missing an a for linux application. From gareth at ...1689... Tue Aug 21 18:10:48 2007 From: gareth at ...1689... (Gareth Bult) Date: Tue, 21 Aug 2007 17:10:48 +0100 (BST) Subject: [Gambas-user] Re; Website ... In-Reply-To: <46CB07B1.5000000@...407...> Message-ID: <23897322.38961187712648116.JavaMail.root@...1708...> Not at all, typo, well spotted .. that's the limit of the critique I'm happy! ;-) -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Scott Castaline" To: "mailing list for gambas users" Sent: Tuesday, August 21, 2007 4:41:37 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website ... Gareth Bult wrote: > Ok, > > I'm working on "http://gambas.encryptec.net" for the moment until there's consensus on a domain name .. if anyone would like to take a peep and let me know if I'm going horribly wrong .. before I put too much more up ... > > Gareth. > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. > > ----- Original Message ----- > From: "Roberto Estevam" > To: "mailing list for gambas users" > Sent: Tuesday, August 21, 2007 2:44:09 PM (GMT) Europe/London > Subject: Re: [Gambas-user] Re; Website ... > > gambasweb.org is better :) > > On 21/08/07, Gareth Bult wrote: >> Anyone any idea / preference re; a domain name .. gambasweb.org ?? >> >> -- >> Managing Director, Encryptec Limited >> Tel: 0845 25 77033, Mob: 07891 389657 >> Email: gareth at ...1689... >> Statements made are at all times subject to Encryptec's Terms and >> Conditions of Business, which are available upon request. >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > Not to sound like a teacher back from your school days that you have been working on trying to forget, but. In the first paragraph at the end you're missing an a for linux application. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Tue Aug 21 18:13:01 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 21 Aug 2007 18:13:01 +0200 Subject: [Gambas-user] Re; Website ... In-Reply-To: <15901337.38761187707152779.JavaMail.root@...1708...> References: <15901337.38761187707152779.JavaMail.root@...1708...> Message-ID: <200708211813.01556.gambas@...1...> On mardi 21 ao?t 2007, Gareth Bult wrote: > Ok, > > I'm working on "http://gambas.encryptec.net" for the moment until there's > consensus on a domain name .. if anyone would like to take a peep and let > me know if I'm going horribly wrong .. before I put too much more up ... > > Gareth. > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > Is it possible to have the same look as in http://gambas.sf.net? Is it possible to have HTML pages generated by a CGI script (I'm thinking about the wiki) Is it possible to have users that can add their own Gambas projects and announce them? -- Benoit Minisini From gareth at ...1689... Tue Aug 21 18:44:00 2007 From: gareth at ...1689... (Gareth Bult) Date: Tue, 21 Aug 2007 17:44:00 +0100 (BST) Subject: [Gambas-user] Re; Website ... In-Reply-To: <200708211813.01556.gambas@...1...> Message-ID: <6238332.39061187714640065.JavaMail.root@...1708...> >Is it possible to have the same look as in http://gambas.sf.net? Urm, define "the same look" ? What I was looking for was something that would look "professional" on the context of current sites .. at the moment although Gambas is good, the site doesn't make it "look" good ... >Is it possible to have HTML pages generated by a CGI script (I'm thinking about the wiki) It is .. although there are a number of wiki products I can just plug in. One of the benefits, when *anything* is posted, it is automagically broken down and indexed by word for the site search ... >Is it possible to have users that can add their own Gambas projects and announce them? Yup, having users contribute "stuff" in general will be one of the main features ... (I'll generate a "project" type shortly so we can generate a recent projects list for the front page .. If you send me your email address, I'll add you an account. (anyone else want a login?) Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Tuesday, August 21, 2007 5:13:01 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website ... On mardi 21 ao?t 2007, Gareth Bult wrote: > Ok, > > I'm working on "http://gambas.encryptec.net" for the moment until there's > consensus on a domain name .. if anyone would like to take a peep and let > me know if I'm going horribly wrong .. before I put too much more up ... > > Gareth. > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > Is it possible to have the same look as in http://gambas.sf.net? Is it possible to have HTML pages generated by a CGI script (I'm thinking about the wiki) Is it possible to have users that can add their own Gambas projects and announce them? -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Tue Aug 21 20:14:41 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 21 Aug 2007 20:14:41 +0200 Subject: [Gambas-user] SVN In-Reply-To: <13c329a90708161804o65f0d53fu78981598e00c51db@...627...> References: <13c329a90708161804o65f0d53fu78981598e00c51db@...627...> Message-ID: <200708212014.41306.gambas@...1...> On vendredi 17 ao?t 2007, Roberto Estevam wrote: > Gerado c?pia de trabalho para revis?o 500. > root at ...1726...:~# cd trunk > root at ...1726...:~/trunk# ./reconf-all > main > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > app > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > comp > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > examples > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > help > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > gb.compress.bzlib2 > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > gb.compress.zlib > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > gb.corba > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > gb.crypt > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > gb.db.firebird > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > gb.db.mysql > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > > > I'm so confuse.. what i need to do for work? i use Kubuntu the last > version thank u. > These are just warnings. They are not really important (follow the link to get more details). You just have to upgrade automake to get rid of them. Another point: do not compile Gambas as root! Regards, -- Benoit Minisini From ronstk at ...239... Tue Aug 21 22:39:49 2007 From: ronstk at ...239... (ron) Date: Tue, 21 Aug 2007 22:39:49 +0200 Subject: [Gambas-user] New web site design In-Reply-To: <200708200054.36764.ronstk@...239...> References: <200708191619.15930.gambas@...1...> <200708192346.19792.gambas@...1...> <200708200054.36764.ronstk@...239...> Message-ID: <200708212239.50046.ronstk@...239...> On Monday 20 August 2007 00:54, ron wrote: > > The main problem with shadow is, i found in the past, is when > it is used in a small width frame/div or other block element. > It can help to set the menu frame 20/30 px more wider (or make it resizeable). > > In general the shadow makes it more readable here, but side effects can occur. > Just removing scrollbar looks to have solved something? Works now OK when re-size the font in the menu. Shadow shows here now at my 2 box correctly. And suprise, in Kong it still scrolls with mouse on invisible bar :) This does scroll not in Firefox. > > > > > PS > > > At the page 'Distibutions & OS' the alternating row color > > > is color yes or color transparent, the gambas shows trough :) > > > On the main monitor it looks all white, the other looks OK. > > > A somewhat darker background color could just do fine here to. > > > > LCD flat panels have difficulties to show light colors. I will fix that. > > > > Alternating row color is just fine (for me) on both screens rows.jpg > Both are indeed LCD Flatpanel > My plus vote, Table-ised way look good for me, > > Ron > Oooooh, and the gambas background is with last changes is wonderfull. Really great picture work how he has the mouth and hands open. When this also is made by the spanisch 3D artist, he does nice work. -- Ron From ronstk at ...239... Tue Aug 21 23:05:18 2007 From: ronstk at ...239... (ron) Date: Tue, 21 Aug 2007 23:05:18 +0200 Subject: [Gambas-user] Re; Website ... In-Reply-To: <6238332.39061187714640065.JavaMail.root@...1708...> References: <6238332.39061187714640065.JavaMail.root@...1708...> Message-ID: <200708212305.18753.ronstk@...239...> On Tuesday 21 August 2007 18:44, Gareth Bult wrote: > >Is it possible to have the same look as in http://gambas.sf.net? > > Urm, define "the same look" ? What I was looking for was something that would look "professional" on the context of current sites .. at the moment although Gambas is good, the site doesn't make it "look" good ... > I think I do understand Benoits point. The 'Professional good' as you say is not bad but there is also a 'Functional good' way. That is the menu at the current gambas website, and are mostly in conflict with each other. The first look nice and the second mostly not but the information is in short with more overview to find you required stuff quickly. That is how I (not a professional) prefer a site most times. I hate to step trough 4 menu click to find the main page for the required (importand) stuff. Just for fun take a look at my providers website http://www.tiscali.nl and you will see. They behave like professionals but.... Be carefull with clicking because items on unexpected places inside the 'good' stuff are advertisements despite they have a small corner marked as advertisements. > > Gareth. > -- For the current test site. It looks not bad and it is nice you set it up in so short time. One site for the maillist, forum, examplecode and etc sounds good to me. Ron From gambas.fr at ...626... Tue Aug 21 23:35:00 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 21 Aug 2007 23:35:00 +0200 Subject: [Gambas-user] Re; Website ... In-Reply-To: <6238332.39061187714640065.JavaMail.root@...1708...> References: <200708211813.01556.gambas@...1...> <6238332.39061187714640065.JavaMail.root@...1708...> Message-ID: <6324a42a0708211435v2889c3eau2b0cba4da9575983@...627...> 2007/8/21, Gareth Bult : > >Is it possible to have the same look as in http://gambas.sf.net? > > Urm, define "the same look" ? What I was looking for was something that would look "professional" on the context of current sites .. at the moment although Gambas is good, the site doesn't make it "look" good ... > > >Is it possible to have HTML pages generated by a CGI script (I'm thinking about the wiki) > > It is .. although there are a number of wiki products I can just plug in. > One of the benefits, when *anything* is posted, it is automagically broken down and indexed by word for the site search ... > > >Is it possible to have users that can add their own Gambas projects and announce them? > > Yup, having users contribute "stuff" in general will be one of the main features ... > (I'll generate a "project" type shortly so we can generate a recent projects list for the front page .. is there a way to do something like that i've done on http://www.gambasforge.net ? But better ... Take a look at http://vbfrance.com, it's the best sourcesharing site i know. > If you send me your email address, I'll add you an account. > (anyone else want a login?) > yes me :) (Fabien Bodard) gambas.fr at ...626... > Gareth. > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. > > ----- Original Message ----- > From: "Benoit Minisini" > To: "mailing list for gambas users" > Sent: Tuesday, August 21, 2007 5:13:01 PM (GMT) Europe/London > Subject: Re: [Gambas-user] Re; Website ... > > On mardi 21 ao?t 2007, Gareth Bult wrote: > > Ok, > > > > I'm working on "http://gambas.encryptec.net" for the moment until there's > > consensus on a domain name .. if anyone would like to take a peep and let > > me know if I'm going horribly wrong .. before I put too much more up ... > > > > Gareth. > > > > -- > > Managing Director, Encryptec Limited > > Tel: 0845 25 77033, Mob: 07891 389657 > > Email: gareth at ...1689... > > Statements made are at all times subject to Encryptec's Terms and > > Conditions of Business, which are available upon request. > > > > Is it possible to have the same look as in http://gambas.sf.net? > > Is it possible to have HTML pages generated by a CGI script (I'm thinking > about the wiki) > > Is it possible to have users that can add their own Gambas projects and > announce them? > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Tue Aug 21 23:58:24 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 21 Aug 2007 23:58:24 +0200 Subject: [Gambas-user] Re; Website ... In-Reply-To: <200708212305.18753.ronstk@...239...> References: <6238332.39061187714640065.JavaMail.root@...1708...> <200708212305.18753.ronstk@...239...> Message-ID: <200708212358.24661.gambas@...1...> On mardi 21 ao?t 2007, ron wrote: > On Tuesday 21 August 2007 18:44, Gareth Bult wrote: > > >Is it possible to have the same look as in http://gambas.sf.net? > > > > Urm, define "the same look" ? What I was looking for was something that > > would look "professional" on the context of current sites .. at the > > moment although Gambas is good, the site doesn't make it "look" good ... > > I think I do understand Benoits point. > The 'Professional good' as you say is not bad but there is also a > 'Functional good' way. That is the menu at the current gambas website, and > are mostly in conflict with each other. > > The first look nice and the second mostly not but the information is in > short with more overview to find you required stuff quickly. > That is how I (not a professional) prefer a site most times. > I hate to step trough 4 menu click to find the main page for the required > (importand) stuff. > > Just for fun take a look at my providers website http://www.tiscali.nl and > you will see. They behave like professionals but.... > Be carefull with clicking because items on unexpected places inside the > 'good' stuff are advertisements despite they have a small corner marked as > advertisements. > > > Gareth. > > -- > > For the current test site. > It looks not bad and it is nice you set it up in so short time. > One site for the maillist, forum, examplecode and etc sounds good to me. > > > Ron > I think we should be very careful with this notion of being "professional". Begin professional and looking professional are really not the same thing, and I don't think it is important if Gambas and his web site do not *look* "professional". This is a marketing thing :-) When I asked if it is possible to have the same look, I didn't actually wanted the same look, but I wanted to know: * What is possible with plone in look customization. * If you could remove some lines, boxes, and the frame around everything that clutter the interface. Just compare a Gnome dialog-box with a KDE one, you will see what I want. Anyway, Plone seems to be powerful. I just want to simplify the look. Another point: you put a link to Firefox with the text "Best viewed with FireFox". Ironically, on my Mandriva, the web site is far best viewed with Konqueror :-) With FireFox (2.0), some lines cut the text, and the page is displayed with a bitmap font (even if all fonts defined in the preferences are true type fonts). I think you should remove it! As for the Gambas documentation, I think that it should stay outside of the plone site, on Rob Kudla's machine, because I have too many tools made around it: the documentation is generated by a Gambas Wiki, and the static version of the documentation is directly integrated in the source code from it. Is it possible to embed the documentation as I did with the current web site? Well, it was easy as I used frames. But one told me that frames are bad, so... And as said Fabien, the better thing that your Plone web site could bring is a forge that could replace Fabien's web site http://gambasforge.net. Regards, -- Benoit Minisini From gambas at ...1... Wed Aug 22 01:29:38 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 22 Aug 2007 01:29:38 +0200 Subject: [Gambas-user] test #3 Message-ID: <200708220129.39015.gambas@...1...> Mmm... Gmail.com seems to send me all mailing-list posts except mine... -- Benoit Minisini From gambas at ...1... Wed Aug 22 01:37:58 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 22 Aug 2007 01:37:58 +0200 Subject: [Gambas-user] test #3 In-Reply-To: <200708220129.39015.gambas@...1...> References: <200708220129.39015.gambas@...1...> Message-ID: <200708220137.58798.gambas@...1...> On mercredi 22 ao?t 2007, Benoit Minisini wrote: > Mmm... Gmail.com seems to send me all mailing-list posts except mine... It seems to work better if I don't send my mails through gmail.com. -- Benoit Minisini From epileg at ...626... Wed Aug 22 01:47:12 2007 From: epileg at ...626... (=?ISO-8859-1?Q?Ep=EDleg?=) Date: Wed, 22 Aug 2007 01:47:12 +0200 Subject: [Gambas-user] test #3 In-Reply-To: <200708220129.39015.gambas@...1...> References: <200708220129.39015.gambas@...1...> Message-ID: <46CB7980.5040800@...626...> En/na Benoit Minisini ha escrit: > Mmm... Gmail.com seems to send me all mailing-list posts except mine... > Yes Beno?t, This happen also with my gmail account, even if somebody sent the same message to two or more lists that You are subscribed, You'll receive only one of these copies :-/ bests regards. Ep?leg. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: From obductor at ...626... Wed Aug 22 01:58:17 2007 From: obductor at ...626... (Roberto Estevam) Date: Tue, 21 Aug 2007 23:58:17 +0000 Subject: [Gambas-user] SVN In-Reply-To: <200708212014.41306.gambas@...1...> References: <13c329a90708161804o65f0d53fu78981598e00c51db@...627...> <200708212014.41306.gambas@...1...> Message-ID: <13c329a90708211658h22290a98ycbb3b4c22f1f7442@...627...> Ok, Thank u my friend On 21/08/07, Benoit Minisini wrote: > > On vendredi 17 ao?t 2007, Roberto Estevam wrote: > > Gerado c?pia de trabalho para revis?o 500. > > root at ...1726...:~# cd trunk > > root at ...1726...:~/trunk# ./reconf-all > > main > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > app > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > comp > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > examples > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > help > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > gb.compress.bzlib2 > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > gb.compress.zlib > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > gb.corba > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > gb.crypt > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > gb.db.firebird > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > gb.db.mysql > > /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of > > AM_PATH_SMPEG run info '(automake)Extending aclocal' > > or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > > > > > I'm so confuse.. what i need to do for work? i use Kubuntu the last > > version thank u. > > > > These are just warnings. They are not really important (follow the link to > get > more details). You just have to upgrade automake to get rid of them. > > Another point: do not compile Gambas as root! > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gareth at ...1689... Wed Aug 22 09:53:16 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 08:53:16 +0100 (BST) Subject: [Gambas-user] Re; Website ... In-Reply-To: <200708212305.18753.ronstk@...239...> Message-ID: <21985530.39331187769196424.JavaMail.root@...1708...> Hi, Sure, bear in mind that so far it's 5-6 hours work from scratch and that's mostly transferring content over. The layout, what appears on the hope page etc is all flexible .. the main "design" issue was the framework .. page width, colour scheme, columns, logo etc .. I'll do some more tweaking today ... Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "ron" To: "mailing list for gambas users" Sent: Tuesday, August 21, 2007 10:05:18 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website ... On Tuesday 21 August 2007 18:44, Gareth Bult wrote: > >Is it possible to have the same look as in http://gambas.sf.net? > > Urm, define "the same look" ? What I was looking for was something that would look "professional" on the context of current sites .. at the moment although Gambas is good, the site doesn't make it "look" good ... > I think I do understand Benoits point. The 'Professional good' as you say is not bad but there is also a 'Functional good' way. That is the menu at the current gambas website, and are mostly in conflict with each other. The first look nice and the second mostly not but the information is in short with more overview to find you required stuff quickly. That is how I (not a professional) prefer a site most times. I hate to step trough 4 menu click to find the main page for the required (importand) stuff. Just for fun take a look at my providers website http://www.tiscali.nl and you will see. They behave like professionals but.... Be carefull with clicking because items on unexpected places inside the 'good' stuff are advertisements despite they have a small corner marked as advertisements. > > Gareth. > -- For the current test site. It looks not bad and it is nice you set it up in so short time. One site for the maillist, forum, examplecode and etc sounds good to me. Ron ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gareth at ...1689... Wed Aug 22 09:54:17 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 08:54:17 +0100 (BST) Subject: [Gambas-user] Re; Website ... In-Reply-To: <6324a42a0708211435v2889c3eau2b0cba4da9575983@...627...> Message-ID: <4757820.39361187769257429.JavaMail.root@...1708...> Urm, yes that was the intention, although I was aiming a little higher .. ;) -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Fabien Bodard" To: "mailing list for gambas users" Sent: Tuesday, August 21, 2007 10:35:00 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website ... 2007/8/21, Gareth Bult : > >Is it possible to have the same look as in http://gambas.sf.net? > > Urm, define "the same look" ? What I was looking for was something that would look "professional" on the context of current sites .. at the moment although Gambas is good, the site doesn't make it "look" good ... > > >Is it possible to have HTML pages generated by a CGI script (I'm thinking about the wiki) > > It is .. although there are a number of wiki products I can just plug in. > One of the benefits, when *anything* is posted, it is automagically broken down and indexed by word for the site search ... > > >Is it possible to have users that can add their own Gambas projects and announce them? > > Yup, having users contribute "stuff" in general will be one of the main features ... > (I'll generate a "project" type shortly so we can generate a recent projects list for the front page .. is there a way to do something like that i've done on http://www.gambasforge.net ? But better ... Take a look at http://vbfrance.com, it's the best sourcesharing site i know. > If you send me your email address, I'll add you an account. > (anyone else want a login?) > yes me :) (Fabien Bodard) gambas.fr at ...626... > Gareth. > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. > > ----- Original Message ----- > From: "Benoit Minisini" > To: "mailing list for gambas users" > Sent: Tuesday, August 21, 2007 5:13:01 PM (GMT) Europe/London > Subject: Re: [Gambas-user] Re; Website ... > > On mardi 21 ao?t 2007, Gareth Bult wrote: > > Ok, > > > > I'm working on "http://gambas.encryptec.net" for the moment until there's > > consensus on a domain name .. if anyone would like to take a peep and let > > me know if I'm going horribly wrong .. before I put too much more up ... > > > > Gareth. > > > > -- > > Managing Director, Encryptec Limited > > Tel: 0845 25 77033, Mob: 07891 389657 > > Email: gareth at ...1689... > > Statements made are at all times subject to Encryptec's Terms and > > Conditions of Business, which are available upon request. > > > > Is it possible to have the same look as in http://gambas.sf.net? > > Is it possible to have HTML pages generated by a CGI script (I'm thinking > about the wiki) > > Is it possible to have users that can add their own Gambas projects and > announce them? > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gareth at ...1689... Wed Aug 22 10:08:41 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 09:08:41 +0100 (BST) Subject: [Gambas-user] Re; Website ... In-Reply-To: <200708212358.24661.gambas@...1...> Message-ID: <10273128.39391187770121435.JavaMail.root@...1708...> Hi, >I think we should be very careful with this notion of being "professional". >Begin professional and looking professional are really not the same thing, and I don't think it is important if Gambas and his web site do not *look* "professional". This is a marketing thing :-) Sure .. don't mistake me for a salesman, I've been writing code (device driver upwards) for Linux since 1991 .. :) IMHO The web site should have two purposes; a. To provide a resource for existing users b. To draw in new users If you're not interested in (b) , then the old site is sustainable .. however as a user who has put a fair bit of time into using Gambas, I would love to see more people using it and helping to develop it. (so I had considered (b) to be quite important) Wen I use the word "professional", I'm really talking about presenting Gambas to potential new users as a "real" "sustainable" project / product that "really" works and isn't going to vanish tomorrow. > What is possible with plone in look customization. Absolutely anything you could do by hand in html ... > If you could remove some lines, boxes, and the frame around everything that clutter the interface. Just compare a Gnome dialog-box with a KDE one, you will see what I want. Ok, generally the lines and boxes are there to separate out different components of the site. If you can point as specific lines and boxes I can try to re-design bits so that they "work" without those specific lines and boxes, but if I take "everything" away, you'll be left with a page of bland text which won't look good at all ! >Another point: you put a link to Firefox with the text "Best viewed with Ok, based on experience, this link was factual rather than simply being ad advert, Firefox historically works "better" with Plone than Konquerer or any other browser (although I've no experience of more recent versions). However, you don't want it - it's gone! :) >As for the Gambas documentation, I think that it should stay outside of the gambasdoc? Yup, sure ... I've still to do the documentation page, will insert links to Rod's site .. >Is it possible to embed the documentation as I did with the current web site? Urm, yes ... sort of .. >Well, it was easy as I used frames. But one told me that frames are bad, so... Not so much "bad" as "evil" .. :) Will see what I can do ... >And as said Fabien, the better thing that your Plone web site could bring is a forge that could replace Fabien's web site http://gambasforge.net. Will be looking to add a component to do this shortly ... Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Tuesday, August 21, 2007 10:58:24 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website ... On mardi 21 ao?t 2007, ron wrote: > On Tuesday 21 August 2007 18:44, Gareth Bult wrote: > > >Is it possible to have the same look as in http://gambas.sf.net? > > > > Urm, define "the same look" ? What I was looking for was something that > > would look "professional" on the context of current sites .. at the > > moment although Gambas is good, the site doesn't make it "look" good ... > > I think I do understand Benoits point. > The 'Professional good' as you say is not bad but there is also a > 'Functional good' way. That is the menu at the current gambas website, and > are mostly in conflict with each other. > > The first look nice and the second mostly not but the information is in > short with more overview to find you required stuff quickly. > That is how I (not a professional) prefer a site most times. > I hate to step trough 4 menu click to find the main page for the required > (importand) stuff. > > Just for fun take a look at my providers website http://www.tiscali.nl and > you will see. They behave like professionals but.... > Be carefull with clicking because items on unexpected places inside the > 'good' stuff are advertisements despite they have a small corner marked as > advertisements. > > > Gareth. > > -- > > For the current test site. > It looks not bad and it is nice you set it up in so short time. > One site for the maillist, forum, examplecode and etc sounds good to me. > > > Ron > I think we should be very careful with this notion of being "professional". Begin professional and looking professional are really not the same thing, and I don't think it is important if Gambas and his web site do not *look* "professional". This is a marketing thing :-) When I asked if it is possible to have the same look, I didn't actually wanted the same look, but I wanted to know: * What is possible with plone in look customization. * If you could remove some lines, boxes, and the frame around everything that clutter the interface. Just compare a Gnome dialog-box with a KDE one, you will see what I want. Anyway, Plone seems to be powerful. I just want to simplify the look. Another point: you put a link to Firefox with the text "Best viewed with FireFox". Ironically, on my Mandriva, the web site is far best viewed with Konqueror :-) With FireFox (2.0), some lines cut the text, and the page is displayed with a bitmap font (even if all fonts defined in the preferences are true type fonts). I think you should remove it! As for the Gambas documentation, I think that it should stay outside of the plone site, on Rob Kudla's machine, because I have too many tools made around it: the documentation is generated by a Gambas Wiki, and the static version of the documentation is directly integrated in the source code from it. Is it possible to embed the documentation as I did with the current web site? Well, it was easy as I used frames. But one told me that frames are bad, so... And as said Fabien, the better thing that your Plone web site could bring is a forge that could replace Fabien's web site http://gambasforge.net. Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gareth at ...1689... Wed Aug 22 10:12:55 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 09:12:55 +0100 (BST) Subject: [Gambas-user] Website, multi-lingual content Message-ID: <26415258.39421187770375390.JavaMail.root@...1708...> Hi, Just a thought looking at gambasdoc, the Plone site is capable of handling translations .. i.e. it can add a list of flags to each page and allow people to edit different language versions .. do we want this feature turned on, or do you just want to stick with an English version ? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas at ...1689... Wed Aug 22 11:20:18 2007 From: gambas at ...1689... (gambas at ...1689...) Date: Wed, 22 Aug 2007 10:20:18 +0100 Subject: [Gambas-user] [GAMBAS Bug Tracker] Response to #1 - Runaway code Message-ID: <20070822092018.20417.14974.ZopeB.encryptec.net@...1753...> A new response has been given to the issue **Runaway code** in the tracker **GAMBAS Bug Tracker** by **Gareth Bult**. Response Information -------------------- Issue Runaway code (http://gambas.encryptec.net/bugtrak/gambas-bug-tracker/1) Issue state unconfirmed -> open **Response Details**:: Ok, this is actually a real bug / problem, but I'm using it to test the bug tracker .. feedback welcome! \* This is an automated email, please do not reply - Portal Administrator From gambas at ...1... Wed Aug 22 11:29:35 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 22 Aug 2007 11:29:35 +0200 Subject: [Gambas-user] Website, multi-lingual content In-Reply-To: <26415258.39421187770375390.JavaMail.root@...1708...> References: <26415258.39421187770375390.JavaMail.root@...1708...> Message-ID: <200708221129.35334.gambas@...1...> On mercredi 22 ao?t 2007, Gareth Bult wrote: > Hi, > > Just a thought looking at gambasdoc, the Plone site is capable of handling > translations .. i.e. it can add a list of flags to each page and allow > people to edit different language versions .. do we want this feature > turned on, or do you just want to stick with an English version ? > > Gareth. Why not? If the option is not present, nobody will use it :-) Another point: please don't subscribe the bug tracker to the mailing-list, each of its mails are sent to the 530+ members. Let's create another mailing-list for that. Or, better, isn't it possible to tell the bug tracker to send its mails only to the concerned people? (the one who submitted it, the one who works on it, and so on). Like the KDE bug tracker. Regard, -- Benoit Minisini From gambas at ...1689... Wed Aug 22 11:36:22 2007 From: gambas at ...1689... (gambas at ...1689...) Date: Wed, 22 Aug 2007 10:36:22 +0100 Subject: [Gambas-user] [GAMBAS Bug Tracker] New issue: #2 - Bug #1 does not appear in 1.9.49 section of the bug tracker Message-ID: <20070822093622.20417.75603.ZopeB.encryptec.net@...1753...> A new issue has been submitted to the **GAMBAS Bug Tracker** tracker by **(anonymous)** and awaits confirmation. Issue Information ----------------- Issue Bug #1 does not appear in 1.9.49 section of the bug tracker (http://gambas.encryptec.net/bugtrak/gambas-bug-tracker/2) **Issue Details**:: You have associated Bug #1 with 1.9.49, but it does not appear in the BugTrak page in any version section. Only in the BASIC section. \* This is an automated email, please do not reply - Portal Administrator From gambas at ...1689... Wed Aug 22 11:37:34 2007 From: gambas at ...1689... (gambas at ...1689...) Date: Wed, 22 Aug 2007 10:37:34 +0100 Subject: [Gambas-user] [GAMBAS Bug Tracker] New issue: #3 - E-mail address is not optional in Bug Tracker Message-ID: <20070822093734.20417.1030.ZopeB.encryptec.net@...1753...> A new issue has been submitted to the **GAMBAS Bug Tracker** tracker by **(anonymous)** and awaits confirmation. Issue Information ----------------- Issue E-mail address is not optional in Bug Tracker (http://gambas.encryptec.net/bugtrak/gambas-bug-tracker/3) **Issue Details**:: ...whereas it tells me the contrary. \* This is an automated email, please do not reply - Portal Administrator From gambas at ...1689... Wed Aug 22 11:39:40 2007 From: gambas at ...1689... (gambas at ...1689...) Date: Wed, 22 Aug 2007 10:39:40 +0100 Subject: [Gambas-user] [GAMBAS Bug Tracker] New issue: #4 - I'd like to one more ticket type: 'crash' Message-ID: <20070822093940.20417.73576.ZopeB.encryptec.net@...1753...> A new issue has been submitted to the **GAMBAS Bug Tracker** tracker by **(anonymous)** and awaits confirmation. Issue Information ----------------- Issue I'd like to one more ticket type: 'crash' (http://gambas.encryptec.net/bugtrak/gambas-bug-tracker/4) **Issue Details**:: I think it could be important to make the distinction between bugs that do not crash the application and bugs that crash it. \* This is an automated email, please do not reply - Portal Administrator From gareth at ...1689... Wed Aug 22 11:49:08 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 10:49:08 +0100 (BST) Subject: [Gambas-user] Website, multi-lingual content In-Reply-To: <200708221129.35334.gambas@...1...> Message-ID: <6619445.39671187776148898.JavaMail.root@...1708...> Ok, will turn it on and see how it looks .. flags might appear in the wrong place while I play ... Tracker, no problem .. it is set up with one tracker manager at present (me) and to send copies to a mailing list (for testing) [gambas-user]. Just tell me which way to play it .. if couple of developers register, I could add them as tracker managers in and change it so it goes to them and another optional mailing list ?? [gambas-bugs?] [IMHO, this is a really good tracker module, we use it for other things and it's very "usable"] Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Wednesday, August 22, 2007 10:29:35 AM (GMT) Europe/London Subject: Re: [Gambas-user] Website, multi-lingual content On mercredi 22 ao?t 2007, Gareth Bult wrote: > Hi, > > Just a thought looking at gambasdoc, the Plone site is capable of handling > translations .. i.e. it can add a list of flags to each page and allow > people to edit different language versions .. do we want this feature > turned on, or do you just want to stick with an English version ? > > Gareth. Why not? If the option is not present, nobody will use it :-) Another point: please don't subscribe the bug tracker to the mailing-list, each of its mails are sent to the 530+ members. Let's create another mailing-list for that. Or, better, isn't it possible to tell the bug tracker to send its mails only to the concerned people? (the one who submitted it, the one who works on it, and so on). Like the KDE bug tracker. Regard, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gareth at ...1689... Wed Aug 22 11:59:46 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 10:59:46 +0100 (BST) Subject: [Gambas-user] Re; Website Message-ID: <3340999.39701187776786335.JavaMail.root@...1708...> Ok, The tracker is no longer mailing the list, however it should be mailing bug posters assuming you gave the right email address (!) Notes; "My Issues" is available as an RSS feed .. once you have an issue, you'll see an orange RSS icon on the tracker front page. "Orphaned issues" .. open issues with no manager, same. etc.. You can assign your own specific tags to bugs to collect similar bugs that cross category boundaries. (see "By tag", "Event loop") I can make it so you need to log in to submit an issue, for now it's completely open. Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gareth at ...1689... Wed Aug 22 12:23:52 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 11:23:52 +0100 (BST) Subject: [Gambas-user] Re; Website ... Message-ID: <15575299.39771187778232147.JavaMail.root@...1708...> Ok, call me an idiot .. "Join" should now be visible in the top RHS ... -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From hscast at ...407... Wed Aug 22 13:35:12 2007 From: hscast at ...407... (Scott Castaline) Date: Wed, 22 Aug 2007 07:35:12 -0400 Subject: [Gambas-user] Website, multi-lingual content In-Reply-To: <26415258.39421187770375390.JavaMail.root@...1708...> References: <26415258.39421187770375390.JavaMail.root@...1708...> Message-ID: <46CC1F70.5080800@...407...> Gareth Bult wrote: > Hi, > > Just a thought looking at gambasdoc, the Plone site is capable of handling translations .. i.e. it can add a list of flags to each page and allow people to edit different language versions .. do we want this feature turned on, or do you just want to stick with an English version ? > > Gareth. > Speaking of the devil, I just saw an announcement for Plone 3.0 at LWN.com last night. From gareth at ...1689... Wed Aug 22 13:35:32 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 12:35:32 +0100 (BST) Subject: [Gambas-user] Website, multi-lingual content In-Reply-To: <46CC1F70.5080800@...407...> Message-ID: <5598567.40031187782532420.JavaMail.root@...1708...> Indeed .. however Plone is a bit like Windows .. don't even think about using a major new release until you see SP1 .. (!) -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Scott Castaline" To: "mailing list for gambas users" Sent: Wednesday, August 22, 2007 12:35:12 PM (GMT) Europe/London Subject: Re: [Gambas-user] Website, multi-lingual content Gareth Bult wrote: > Hi, > > Just a thought looking at gambasdoc, the Plone site is capable of handling translations .. i.e. it can add a list of flags to each page and allow people to edit different language versions .. do we want this feature turned on, or do you just want to stick with an English version ? > > Gareth. > Speaking of the devil, I just saw an announcement for Plone 3.0 at LWN.com last night. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From ronstk at ...239... Wed Aug 22 14:22:23 2007 From: ronstk at ...239... (ron) Date: Wed, 22 Aug 2007 14:22:23 +0200 Subject: [Gambas-user] [GAMBAS Bug Tracker] Response to #1 - Runaway code In-Reply-To: <10672170.39971187782315282.JavaMail.root@...1708...> References: <10672170.39971187782315282.JavaMail.root@...1708...> Message-ID: <200708221422.23541.ronstk@...239...> On Wednesday 22 August 2007 13:31, Gareth Bult wrote: > Hi Ron, > > Thanks for that, I'll give it a try .. so is this optimisation to cope with a bug in Gambas, or am I doing something 'wrong'? > > I don't suppose you fancy registering with the new site? > > The idea of the tracker is that people will be able to post replies on the tracker, then people watching the bug will get email notifications that there has been an update to the bug. > > This gives you a "forum-like" record of what's going on .. :) > > tia > Gareth. > Yes I just did try to register for bug reporting. Got the mail too. I did set password. Back to the page I was for login. (old browser) Did try but it fails. I got a importand phonecall at the moment I did start this report so sorry for telegram style below but I must do other things now. To report it anyway. On the Sceenshot page it start with all the years below each other. Then it collapse to single sheet with the year numbers on top nice aside each. at 2002 going to 2007 and found 1 shot. look at 2006 and enjoy. With Konqueror used the RMB 'Back' and the page items header was changed from horizontal to vertical. and I (think) saw 2007 again. Refresh browser solved the hor/ver problem. Now I did try to repeat the steps but the change to vertical is gone. however repeat of 2002 -> 2007 -> 2006 and then 'back' goes not to 2007. but the page where I clicked 'Screenshots' I think all the years are on one page and by script it is collapsed. For viewing it looks however everytime another page and with 'back' I/others expect to go to that previous page. My fault ?? The hor/ver has to do something with css changes (and maybe Konqueror). If two differnt pages links to 2 different css files with same name but different directory the second (can) disturb the first one wich come in affect after the 'back' operation. I had same problem on own site until I changed the name of the second one. (stupid webdevelopers call it always style.css) So it is not necessary a problem in the website/poi, could be browser too. Just confusing me. Till alter, Ron From gareth at ...1689... Wed Aug 22 14:43:52 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 13:43:52 +0100 (BST) Subject: [Gambas-user] [GAMBAS Bug Tracker] Response to #1 - Runaway code In-Reply-To: <200708221422.23541.ronstk@...239...> Message-ID: <26512302.40071187786632792.JavaMail.root@...1708...> Hi, So are you unable to log in ? I note that you have used "Ron" rather than "ron" as a login .. the system is case-sensitive, this might be your problem? I've added "Ron" as a "tracker manager", so you should be able to update it. With regards to screen shots, this is a load time .vs. browser issue. In Firefox, the first time I view the page it shows the 2002 page on it's own for ~ 1 second, then renders properly. I think this is simply down to Firefox rendering the page "too soon", i.e. before it's got all the CSS. On IE7, it loads "perfectly", so I think my (very minimal issue) is down to a slight render glitch in FF. (I see similar effects occasionally on other random sites) Just tried Konquerer, same as FF, slight pre-render effect while it's loading, but it's pretty minimal. I'll see if it's tweakable. Incidentally Poi is the issue tracker module of Plone .. the screenshots are using a module called "tabbed subpages" as used on the plone.org main site. :) Incidentally I've also turned on "commenting", so if anyone sees a problem with a page they can leave a comment for the page maintainer. I've also added an an option to the search box which allows for a user editable / context sensitive bullet list to appear under the search button. Given this can be extended and over-ridden within any folder in the site (if necessary) , would this be an appropriate replacement for the old site's left hand menu ? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "ron" To: gambas-user at lists.sourceforge.net Sent: Wednesday, August 22, 2007 1:22:23 PM (GMT) Europe/London Subject: Re: [Gambas-user] [GAMBAS Bug Tracker] Response to #1 - Runaway code On Wednesday 22 August 2007 13:31, Gareth Bult wrote: > Hi Ron, > > Thanks for that, I'll give it a try .. so is this optimisation to cope with a bug in Gambas, or am I doing something 'wrong'? > > I don't suppose you fancy registering with the new site? > > The idea of the tracker is that people will be able to post replies on the tracker, then people watching the bug will get email notifications that there has been an update to the bug. > > This gives you a "forum-like" record of what's going on .. :) > > tia > Gareth. > Yes I just did try to register for bug reporting. Got the mail too. I did set password. Back to the page I was for login. (old browser) Did try but it fails. I got a importand phonecall at the moment I did start this report so sorry for telegram style below but I must do other things now. To report it anyway. On the Sceenshot page it start with all the years below each other. Then it collapse to single sheet with the year numbers on top nice aside each. at 2002 going to 2007 and found 1 shot. look at 2006 and enjoy. With Konqueror used the RMB 'Back' and the page items header was changed from horizontal to vertical. and I (think) saw 2007 again. Refresh browser solved the hor/ver problem. Now I did try to repeat the steps but the change to vertical is gone. however repeat of 2002 -> 2007 -> 2006 and then 'back' goes not to 2007. but the page where I clicked 'Screenshots' I think all the years are on one page and by script it is collapsed. For viewing it looks however everytime another page and with 'back' I/others expect to go to that previous page. My fault ?? The hor/ver has to do something with css changes (and maybe Konqueror). If two differnt pages links to 2 different css files with same name but different directory the second (can) disturb the first one wich come in affect after the 'back' operation. I had same problem on own site until I changed the name of the second one. (stupid webdevelopers call it always style.css) So it is not necessary a problem in the website/poi, could be browser too. Just confusing me. Till alter, Ron ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From jj at ...1636... Wed Aug 22 15:44:34 2007 From: jj at ...1636... (jj at ...1636...) Date: Wed, 22 Aug 2007 15:44:34 +0200 Subject: [Gambas-user] background button Message-ID: <20070822154434.9kdcww07k8cgskkg@...1637...> Hi all! Plese, see the picture. Button 1: picture: printer.jpg text: border: true enable: true button 2: idem, but enable: false The problem is that when the button is deactivated and without text, the button not show the background picture. The solution would be Text=" ", but always it leaves a margin. Is normal that behavior? Thanks to all -------------- next part -------------- A non-text attachment was scrubbed... Name: bt_test.jpg Type: image/jpeg Size: 7750 bytes Desc: not available URL: From gambas at ...1... Wed Aug 22 15:51:19 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 22 Aug 2007 15:51:19 +0200 Subject: [Gambas-user] background button In-Reply-To: <20070822154434.9kdcww07k8cgskkg@...1637...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> Message-ID: <200708221551.19966.gambas@...1...> On mercredi 22 ao?t 2007, jj at ...1636... wrote: > Hi all! > > Plese, see the picture. > > Button 1: > > picture: printer.jpg > text: > border: true > enable: true > > button 2: > > idem, but enable: false > > The problem is that when the button is deactivated and without text, the > button not show the background picture. The solution would be Text=" ", but > always it leaves a margin. Is normal that behavior? > > Thanks to all Which version of Gambas do you use ? Which GUI toolkit do you use ? If only people know that nobody can read minds... :-/ -- Benoit Minisini From jscops at ...11... Wed Aug 22 16:32:04 2007 From: jscops at ...11... (Jacky) Date: Wed, 22 Aug 2007 16:32:04 +0200 Subject: [Gambas-user] background button In-Reply-To: <20070822154434.9kdcww07k8cgskkg@...1637...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> Message-ID: <200708221632.04928.jscops@...11...> Le Wednesday 22 August 2007 15:44:34 jj at ...1636..., vous avez ?crit?: > Hi all! > > Plese, see the picture. > > Button 1: > > picture: printer.jpg > text: > border: true > enable: true > > button 2: > > idem, but enable: false > > The problem is that when the button is deactivated and without text, the > button not show the background picture. The solution would be Text=" ", but > always it leaves a margin. Is normal that behavior? > > Thanks to all You can set button2.visible = false Jacky From jscops at ...11... Wed Aug 22 16:35:20 2007 From: jscops at ...11... (Jacky) Date: Wed, 22 Aug 2007 16:35:20 +0200 Subject: [Gambas-user] background button In-Reply-To: <20070822154434.9kdcww07k8cgskkg@...1637...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> Message-ID: <200708221635.20308.jscops@...11...> Le Wednesday 22 August 2007 15:44:34 jj at ...1636..., vous avez ?crit?: > Hi all! > > Plese, see the picture. > > Button 1: > > picture: printer.jpg > text: > border: true > enable: true > > button 2: > > idem, but enable: false > > The problem is that when the button is deactivated and without text, the > button not show the background picture. The solution would be Text=" ", but > always it leaves a margin. Is normal that behavior? > > Thanks to all You can also set false the button border jacky From jj at ...1636... Wed Aug 22 16:42:14 2007 From: jj at ...1636... (jj at ...1636...) Date: Wed, 22 Aug 2007 16:42:14 +0200 Subject: [Gambas-user] background button In-Reply-To: <200708221551.19966.gambas@...1...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> <200708221551.19966.gambas@...1...> Message-ID: <20070822164214.oqqs1qz9s8wos0o0@...1637...> Hi again. GNU/Linex, gambas 1.9.49. Picture and button same size (100x50). GUI toolkit: Qt thanks Benoit! Quoting Benoit Minisini : > On mercredi 22 ao?t 2007, jj at ...1636... wrote: >> Hi all! >> >> Plese, see the picture. >> >> Button 1: >> >> picture: printer.jpg >> text: >> border: true >> enable: true >> >> button 2: >> >> idem, but enable: false >> >> The problem is that when the button is deactivated and without text, the >> button not show the background picture. The solution would be Text=" ", but >> always it leaves a margin. Is normal that behavior? >> >> Thanks to all > > Which version of Gambas do you use ? > > Which GUI toolkit do you use ? > > If only people know that nobody can read minds... :-/ > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From jj at ...1636... Wed Aug 22 16:50:36 2007 From: jj at ...1636... (jj at ...1636...) Date: Wed, 22 Aug 2007 16:50:36 +0200 Subject: [Gambas-user] background button In-Reply-To: <200708221635.20308.jscops@...11...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> <200708221635.20308.jscops@...11...> Message-ID: <20070822165036.z9olfnlumg4wws4c@...1637...> Hi. Yes, but when you press the button, you can see the margin left again... thank Quoting Jacky : > Le Wednesday 22 August 2007 15:44:34 jj at ...1636..., vous avez ?crit : >> Hi all! >> >> Plese, see the picture. >> >> Button 1: >> >> picture: printer.jpg >> text: >> border: true >> enable: true >> >> button 2: >> >> idem, but enable: false >> >> The problem is that when the button is deactivated and without text, the >> button not show the background picture. The solution would be Text=" ", but >> always it leaves a margin. Is normal that behavior? >> >> Thanks to all > > You can also set false the button border > > jacky > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gareth at ...1689... Wed Aug 22 16:52:08 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 15:52:08 +0100 (BST) Subject: [Gambas-user] Re; Website .. In-Reply-To: <11474887.281187793223395.JavaMail.root@...1708...> Message-ID: <17274068.331187794328803.JavaMail.root@...1708...> Ok, I think I have most of the content over, albeit I think some parts may need a tidy up and possibly some logical re-ordering (?) Bug tracker should be ready for use. I've taken some of the borders off the right hand panel. (try shift-refresh) Added in graphic links for Frapper etc Turned on global comments by default (for now) Turned on site registration Turned on multi-lingual support and translation tools (shows you Source language next to new page to assist translation) (any other languages needed apart from French?) Beno?t's user account now has global management permissions .. How we looking? -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas at ...1... Wed Aug 22 16:57:25 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 22 Aug 2007 16:57:25 +0200 Subject: [Gambas-user] Re; Website .. In-Reply-To: <17274068.331187794328803.JavaMail.root@...1708...> References: <17274068.331187794328803.JavaMail.root@...1708...> Message-ID: <200708221657.25495.gambas@...1...> On mercredi 22 ao?t 2007, Gareth Bult wrote: > Ok, > > I think I have most of the content over, albeit I think some parts may need > a tidy up and possibly some logical re-ordering (?) Bug tracker should be > ready for use. > I've taken some of the borders off the right hand panel. (try > shift-refresh) Added in graphic links for Frapper etc > Turned on global comments by default (for now) > Turned on site registration > Turned on multi-lingual support and translation tools (shows you Source > language next to new page to assist translation) (any other languages > needed apart from French?) > Beno?t's user account now has global management permissions > > .. How we looking? What is my user account? I have created one (named 'shrimp', as he told me that 'gambas' is reserved). But I can't change anything. -- Benoit Minisini From steven at ...1652... Wed Aug 22 17:14:07 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Wed, 22 Aug 2007 17:14:07 +0200 Subject: [Gambas-user] Gridview Message-ID: <200708221714.07144.steven@...1652...> Hi, Sorry to bother you inmidst all this exitement on the new web-site with a simple question on gambas, ;-) but : If I do : GridView2.Current.ForeColor = Color.DarkRed or any other property of the current cell in the color range (BackColor, ....) the contents of the cell is eraised. Is this normal behaveour ? Thanks, Steven From gambas at ...1... Wed Aug 22 17:17:41 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 22 Aug 2007 17:17:41 +0200 Subject: [Gambas-user] Gridview In-Reply-To: <200708221714.07144.steven@...1652...> References: <200708221714.07144.steven@...1652...> Message-ID: <200708221717.41275.gambas@...1...> On mercredi 22 ao?t 2007, Steven Lobbezoo wrote: > Hi, > > Sorry to bother you inmidst all this exitement on the new web-site > with a simple question on gambas, ;-) but : > > If I do : > GridView2.Current.ForeColor = Color.DarkRed > > or any other property of the current cell in the color range (BackColor, > ....) the contents of the cell is eraised. > > Is this normal behaveour ? > > Thanks, > Steven > Which version of Gambas do you use ? Which GUI toolkit do you use ? If only people know that nobody can read minds... I need a parrot (and not 'I need Parrot') Regards, -- Benoit Minisini From steven at ...1652... Wed Aug 22 17:23:40 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Wed, 22 Aug 2007 17:23:40 +0200 Subject: [Gambas-user] Gridview In-Reply-To: <200708221717.41275.gambas@...1...> References: <200708221714.07144.steven@...1652...> <200708221717.41275.gambas@...1...> Message-ID: <200708221723.41001.steven@...1652...> Sorry, Thought You new ;-) I use the latest trunk (yesterday - 1.9.50) on Suse 10.2 with QT.3 Regards, Steven Le mercredi 22 ao?t 2007 17:17, Benoit Minisini a ?crit?: > On mercredi 22 ao?t 2007, Steven Lobbezoo wrote: > > Hi, > > > > Sorry to bother you inmidst all this exitement on the new web-site > > with a simple question on gambas, ;-) but : > > > > If I do : > > GridView2.Current.ForeColor = Color.DarkRed > > > > or any other property of the current cell in the color range (BackColor, > > ....) the contents of the cell is eraised. > > > > Is this normal behaveour ? > > > > Thanks, > > Steven > > Which version of Gambas do you use ? > > Which GUI toolkit do you use ? > > If only people know that nobody can read minds... > > I need a parrot (and not 'I need Parrot') > > Regards, From gareth at ...1689... Wed Aug 22 17:44:45 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 16:44:45 +0100 (BST) Subject: [Gambas-user] Re; Website .. In-Reply-To: <200708221657.25495.gambas@...1...> Message-ID: <18392944.521187797485041.JavaMail.root@...1708...> Urm, shrimp .. obviously when you subscribe you don't get chance to de-face the site until given permission :) However, I took a wild guess and added manager priv's for "shrimp", so you should be able to change anything now. :) Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Wednesday, August 22, 2007 3:57:25 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website .. On mercredi 22 ao?t 2007, Gareth Bult wrote: > Ok, > > I think I have most of the content over, albeit I think some parts may need > a tidy up and possibly some logical re-ordering (?) Bug tracker should be > ready for use. > I've taken some of the borders off the right hand panel. (try > shift-refresh) Added in graphic links for Frapper etc > Turned on global comments by default (for now) > Turned on site registration > Turned on multi-lingual support and translation tools (shows you Source > language next to new page to assist translation) (any other languages > needed apart from French?) > Beno?t's user account now has global management permissions > > .. How we looking? What is my user account? I have created one (named 'shrimp', as he told me that 'gambas' is reserved). But I can't change anything. -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gareth at ...1689... Wed Aug 22 17:53:50 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 16:53:50 +0100 (BST) Subject: [Gambas-user] Gridview In-Reply-To: <200708221714.07144.steven@...1652...> Message-ID: <13369310.551187798030831.JavaMail.root@...1708...> Urm, Yes and no .. popular misconception about the way Grid's work, certainly in the context of GridEditor. The table and cells are not static, they are rendered on demand by the event handler. Hence, you can't change a cell's properties (statically) .. The way to do it is to intercept the "Data" event. Essentially "DBGridEditor" subclasses "GridEditor". When GridEditor needs to redraw a cell, it raises a "Data" event. (see DBGridEditor:: GridView_Data) I'm not supporting re-raising Data at the moment .. if you need to do this it just means that there are needed features that I've not added to GridEditor yet. I would recommend you edit GridView_Data (it's relatively obvious) to suit ... Incidentally, GridEditor has moved on a number of revisions, however the API has changed a little so I've not released anything .. I'd really like to get it properly integrated into the IDE first .. fyi; my live app is running about 15 concurrent tables, with one tree (master->slave) nesting to 4 levels with daisychaining on_change events .. so it seems to be doing the trick :) hth Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Steven Lobbezoo" To: gambas-user at lists.sourceforge.net Sent: Wednesday, August 22, 2007 4:14:07 PM (GMT) Europe/London Subject: [Gambas-user] Gridview Hi, Sorry to bother you inmidst all this exitement on the new web-site with a simple question on gambas, ;-) but : If I do : GridView2.Current.ForeColor = Color.DarkRed or any other property of the current cell in the color range (BackColor, ....) the contents of the cell is eraised. Is this normal behaveour ? Thanks, Steven ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From ronstk at ...239... Wed Aug 22 18:10:16 2007 From: ronstk at ...239... (ron) Date: Wed, 22 Aug 2007 18:10:16 +0200 Subject: [Gambas-user] [GAMBAS Bug Tracker] Response to #1 - Runaway code In-Reply-To: <26512302.40071187786632792.JavaMail.root@...1708...> References: <26512302.40071187786632792.JavaMail.root@...1708...> Message-ID: <200708221810.16678.ronstk@...239...> On Wednesday 22 August 2007 14:43, Gareth Bult wrote: > Hi, > > So are you unable to log in ? > I note that you have used "Ron" rather than "ron" as a login .. the system is case-sensitive, this might be your problem? > Yes that can/is the case. It ask for full user name and I enter that as R.O. Then a username and I can have enter Ron instead ron. I need to take care about it when I login :) > I've added "Ron" as a "tracker manager", so you should be able to update it. Unknown "tracker manager" means ATM. > > With regards to screen shots, this is a load time .vs. browser issue. > > In Firefox, the first time I view the page it shows the 2002 page on it's own for ~ 1 second, then renders properly. I think this is simply down to Firefox rendering the page "too soon", i.e. before it's got all the CSS. On IE7, it loads "perfectly", so I think my (very minimal issue) is down to a slight render glitch in FF. (I see similar effects occasionally on other random sites) > > Just tried Konquerer, same as FF, slight pre-render effect while it's loading, but it's pretty minimal. > I'll see if it's tweakable. > Just fine I did not see ghosts :) > Incidentally Poi is the issue tracker module of Plone .. the screenshots are using a module called "tabbed subpages" as used on the plone.org main site. > > :) > > Incidentally I've also turned on "commenting", so if anyone sees a problem with a page they can leave a comment for the page maintainer. Good idea for now, but on long time there are many sites this is a mess. > I've also added an an option to the search box which allows for a user editable / context sensitive bullet list to appear under the search button. > > Given this can be extended and over-ridden within any folder in the site (if necessary) , would this be an appropriate replacement for the old site's left hand menu ? Its Benoit who has to give the fiat/order. :) Nice to know it can be done. > > Gareth. > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. > Looks very nice, now the site becomes more content during build up. Thanks, Ron -- Login now success :) From gareth at ...1689... Wed Aug 22 18:27:21 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 17:27:21 +0100 (BST) Subject: [Gambas-user] [GAMBAS Bug Tracker] Response to #1 - Runaway code In-Reply-To: <200708221810.16678.ronstk@...239...> Message-ID: <16978704.591187800041387.JavaMail.root@...1708...> :) "Tracker Manager", someone who can manage the "BugTrak". (ticket tracker) Still tweaking, there's now a user-addable "announcement" data type, I've added one for demo purposes .. it'll display all "published" announcements although I'd only recommend publishing one at any given time. You should also see a "My Folder" link in the top right, use this for publishing your own stuff / playing around ... (check out my videos link at the bottom of the main page, this is YouTube embedding within the site ..) :) -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "ron" To: "mailing list for gambas users" Sent: Wednesday, August 22, 2007 5:10:16 PM (GMT) Europe/London Subject: Re: [Gambas-user] [GAMBAS Bug Tracker] Response to #1 - Runaway code On Wednesday 22 August 2007 14:43, Gareth Bult wrote: > Hi, > > So are you unable to log in ? > I note that you have used "Ron" rather than "ron" as a login .. the system is case-sensitive, this might be your problem? > Yes that can/is the case. It ask for full user name and I enter that as R.O. Then a username and I can have enter Ron instead ron. I need to take care about it when I login :) > I've added "Ron" as a "tracker manager", so you should be able to update it. Unknown "tracker manager" means ATM. > > With regards to screen shots, this is a load time .vs. browser issue. > > In Firefox, the first time I view the page it shows the 2002 page on it's own for ~ 1 second, then renders properly. I think this is simply down to Firefox rendering the page "too soon", i.e. before it's got all the CSS. On IE7, it loads "perfectly", so I think my (very minimal issue) is down to a slight render glitch in FF. (I see similar effects occasionally on other random sites) > > Just tried Konquerer, same as FF, slight pre-render effect while it's loading, but it's pretty minimal. > I'll see if it's tweakable. > Just fine I did not see ghosts :) > Incidentally Poi is the issue tracker module of Plone .. the screenshots are using a module called "tabbed subpages" as used on the plone.org main site. > > :) > > Incidentally I've also turned on "commenting", so if anyone sees a problem with a page they can leave a comment for the page maintainer. Good idea for now, but on long time there are many sites this is a mess. > I've also added an an option to the search box which allows for a user editable / context sensitive bullet list to appear under the search button. > > Given this can be extended and over-ridden within any folder in the site (if necessary) , would this be an appropriate replacement for the old site's left hand menu ? Its Benoit who has to give the fiat/order. :) Nice to know it can be done. > > Gareth. > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. > Looks very nice, now the site becomes more content during build up. Thanks, Ron -- Login now success :) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gareth at ...1689... Wed Aug 22 18:28:23 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 17:28:23 +0100 (BST) Subject: [Gambas-user] Re; Domain names Message-ID: <259488.631187800103326.JavaMail.root@...1708...> Hi, Any suggested alternatives to "gambasweb.org" or shall I go get it ? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gareth at ...1689... Wed Aug 22 19:23:44 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 18:23:44 +0100 (BST) Subject: [Gambas-user] Re; Website ... Message-ID: <29291718.661187803424306.JavaMail.root@...1708...> Ok, If you now click on "Software" you'll get the user-contributed code manager. It's fairly complex in terms of what it does, but it should be easy to use .. I just bumbled my way through and added GridEditor. It manages releases, trackers, versions, contacts, project pages, screen shots ets .. And you can get an RSS feed from the projects list .. :) Also (!) the Tracker component is just a module anyone can add to their own folder, so anyone adding a project here can add their own dedicated project tracker in their "my folder" area. Generally I'm now supporting the following item types within the portal; ? Announcement ? Event ? File ? Folder ? Google Video (youtube) ? Help Center ? Image ? Issue Tracker ? Link ? News Item ? Page ? Poll ? Smart folder (contents are the result of a dynamic site search) ? Software Center (we can have more than one :) ) ? Tabbed sub-pages (as per "screenshots") Permissions ? Probably a good idea if we limit manager status, however all pages have a "sharing" tab, so you can assign access of any page / folder to one or more other users. ? New content should probably get in one's "My Folder". ? Your home folder is not created by default, at the moment they're created by hand to stop any rogue bots signing up Warez .. ? News items / announcements will only appear on the front page when "published", only "reviewers" can publish stuff, if you add a news item, click on "submit" and wait .. :) Going out now .. any problems / feedback etc .. will look at tomorrow .. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas at ...1... Wed Aug 22 19:33:45 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 22 Aug 2007 19:33:45 +0200 Subject: [Gambas-user] Re; Domain names In-Reply-To: <259488.631187800103326.JavaMail.root@...1708...> References: <259488.631187800103326.JavaMail.root@...1708...> Message-ID: <200708221933.45989.gambas@...1...> On mercredi 22 ao?t 2007, Gareth Bult wrote: > Hi, > > Any suggested alternatives to "gambasweb.org" or shall I go get it ? > > Gareth. Unless somebody finds a better name... Personally, I don't attach a lot of importance to the web site name. Keeping gambas.encryptec.net is not a problem for me. But maybe it is for you? :-) Anyway I don't want to switch the entire web site now. I want to wait for the 2.0 release candidate, which should take at least one month yet. But I think the most useful of all that is the bug tracker. So maybe we could use it now (by just putting a link from gambas.sf.net to gambas.encryptec.net). We can use the Gambas software page too now. If Fabien is agree, he could migrate all gambasforge.net software to the plone. Another points: where can I change the web site look? CSS style sheets, background image. Regards, -- Benoit Minisini From gareth at ...1689... Wed Aug 22 19:46:28 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 18:46:28 +0100 (BST) Subject: [Gambas-user] Re; Domain names In-Reply-To: <16685777.691187804620016.JavaMail.root@...1708...> Message-ID: <11068088.711187804788743.JavaMail.root@...1708...> Ok, Changing the look will be non-trivial, however, if you really want to give it a bash, *please* use comments rather than deleting anything - so it can be put back if there are problems. Top right hand corner - "Site Setup" This will give you access to stuff you can generally change without breaking much Towards the bottom "Zope Management Interface" Now you're playing with nukes. Portal_Skins Custom this is where my changes are .. some are dead, some are from other machines, some are in use. The CSS is in "ploneCustom.css2 (he says making a copy) The main template is "main_template" (he says making a copy) The main_template is TALES, *not* HTML .. I would advise against changing this. There are a couple if buts in the main template that should probably move to CSS, probably worth letting me know if you want to change the main template and give me chance to put it in css. ONE breakage in main_template breaks the entire site. (it's syntax checked) You'll find the background is in "background.png", and global images like the frapper logo are also present - these should be relatively safe to change, with reason. (the main logo is logo.png) Image sizes will obviously affect the layout ... (!) Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Wednesday, August 22, 2007 6:33:45 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Domain names On mercredi 22 ao?t 2007, Gareth Bult wrote: > Hi, > > Any suggested alternatives to "gambasweb.org" or shall I go get it ? > > Gareth. Unless somebody finds a better name... Personally, I don't attach a lot of importance to the web site name. Keeping gambas.encryptec.net is not a problem for me. But maybe it is for you? :-) Anyway I don't want to switch the entire web site now. I want to wait for the 2.0 release candidate, which should take at least one month yet. But I think the most useful of all that is the bug tracker. So maybe we could use it now (by just putting a link from gambas.sf.net to gambas.encryptec.net). We can use the Gambas software page too now. If Fabien is agree, he could migrate all gambasforge.net software to the plone. Another points: where can I change the web site look? CSS style sheets, background image. Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From ronstk at ...239... Wed Aug 22 19:57:33 2007 From: ronstk at ...239... (ron) Date: Wed, 22 Aug 2007 19:57:33 +0200 Subject: [Gambas-user] Re; Website .. In-Reply-To: <17274068.331187794328803.JavaMail.root@...1708...> References: <17274068.331187794328803.JavaMail.root@...1708...> Message-ID: <200708221957.33676.ronstk@...239...> On Wednesday 22 August 2007 16:52, Gareth Bult wrote: > > Ok, > > I think I have most of the content over, albeit I think some parts may need a tidy up and possibly some logical re-ordering (?) > Bug tracker should be ready for use. > I've taken some of the borders off the right hand panel. (try shift-refresh) > Added in graphic links for Frapper etc > Turned on global comments by default (for now) > Turned on site registration > Turned on multi-lingual support and translation tools (shows you Source language next to new page to assist translation) > (any other languages needed apart from French?) > Beno?t's user account now has global management permissions > > .. How we looking? > Goooood Ron From gambas at ...1... Wed Aug 22 19:59:20 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 22 Aug 2007 19:59:20 +0200 Subject: [Gambas-user] Re; Domain names In-Reply-To: <11068088.711187804788743.JavaMail.root@...1708...> References: <11068088.711187804788743.JavaMail.root@...1708...> Message-ID: <200708221959.20150.gambas@...1...> On mercredi 22 ao?t 2007, Gareth Bult wrote: > Ok, > > Changing the look will be non-trivial, however, if you really want to give > it a bash, *please* use comments rather than deleting anything - so it can > be put back if there are problems. > > Top right hand corner - "Site Setup" > This will give you access to stuff you can generally change without > breaking much > > Towards the bottom "Zope Management Interface" > Now you're playing with nukes. > > Portal_Skins > Custom > > this is where my changes are .. some are dead, some are from other > machines, some are in use. > > The CSS is in "ploneCustom.css2 (he says making a copy) > The main template is "main_template" (he says making a copy) > > The main_template is TALES, *not* HTML .. I would advise against changing > this. There are a couple if buts in the main template that should probably > move to CSS, probably worth letting me know if you want to change the main > template and give me chance to put it in css. > > ONE breakage in main_template breaks the entire site. (it's syntax checked) > > You'll find the background is in "background.png", and global images like > the frapper logo are also present - these should be relatively safe to > change, with reason. (the main logo is logo.png) Image sizes will > obviously affect the layout ... > > (!) > > Gareth. > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > I will read the plone documentation and howto at plone.org before starting to change anything. I'd like to know if it is possible to create a new skin for the site that looks like http://gambas.sf.net, and if I can force this style by specifying it the URL. This way, I can integrate some pages of the new site into the current one transparently, as I did with some pages of http://gambasdoc.org. Regards, -- Benoit Minisini From leonardo at ...1237... Wed Aug 22 22:49:18 2007 From: leonardo at ...1237... (Leonardo Miliani) Date: Wed, 22 Aug 2007 22:49:18 +0200 Subject: [Gambas-user] background button In-Reply-To: <20070822165036.z9olfnlumg4wws4c@...1637...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> <200708221635.20308.jscops@...11...> <20070822165036.z9olfnlumg4wws4c@...1637...> Message-ID: <46CCA14E.5030703@...1237...> jj at ...1636... ha scritto: > Hi. > > Yes, but when you press the button, you can see the margin left again... > If you set the Visible property to False the user doesn't see the button until you set that property True again. So you solve both problems. -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leonardo at ...1237... Scegli software opensource - Choose opensource software From gambas.fr at ...626... Thu Aug 23 00:45:06 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 23 Aug 2007 00:45:06 +0200 Subject: [Gambas-user] background button In-Reply-To: <46CCA14E.5030703@...1237...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> <200708221635.20308.jscops@...11...> <20070822165036.z9olfnlumg4wws4c@...1637...> <46CCA14E.5030703@...1237...> Message-ID: <6324a42a0708221545t6e95b3ffk3a5c3916f7882ad1@...627...> maybe you need to use panel+picturebox and not button ... take a look at coolbuton in ide code source 2007/8/22, Leonardo Miliani : > jj at ...1636... ha scritto: > > Hi. > > > > Yes, but when you press the button, you can see the margin left again... > > > > If you set the Visible property to False the user doesn't see the button > until you set that property True again. So you solve both problems. > > -- > Ciao. > Leo. > > Web: www.leonardomiliani.com > E-mail: leonardo at ...1237... > Scegli software opensource - Choose opensource software > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gareth at ...1689... Thu Aug 23 00:53:57 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 23:53:57 +0100 (BST) Subject: [Gambas-user] Re; Domain names In-Reply-To: <200708221959.20150.gambas@...1...> Message-ID: <17493979.1321187823237927.JavaMail.root@...1708...> >I'd like to know if it is possible to create a new skin for the site Yes >that looks like http://gambas.sf.net Yes >and if I can force this style by specifying it the URL. No, although this can be done. However, skins are standard, you can (optionally) set your skin per user in the preferences. >This way, I can integrate some pages of the new site into the current one transparently, as I did with some pages of http://gambasdoc.org. Ok, I see what you're getting at. This far I was toying with the idea of running gambasdoc in an IFrame, but haven't quite gotten around to trying it. I see you've set the site to full-width. I won't say it looks "bad", but it certainly doesn't look as good and a number of visual effects are slightly broken, and some more you don't see very often will be broken when we come to them. The layout was designed so people could design 'good' looking pages and have them look the same on most browsers .. with max width set, you can set up what looks like a good page, and it will be broken, overflowing or look silly on different screens depending in their resolution / window size. This makes it very difficult for contributers as every time they post something or update something, people *will* complain it doesn't look good on 'their' screen. (we currently run ~ 30 of these) I can fix some of the brokenness if you want to leave it at this width, but you're going to make it harder for contributers than it needs to be. (Have you looked at the site on a 1600x1200 screen?) What we could do it design a skin that's specifically aimed to be variable width, then let people who don't like the fixed width select the alternate skin in their profile ? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Wednesday, August 22, 2007 6:59:20 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Domain names On mercredi 22 ao?t 2007, Gareth Bult wrote: > Ok, > > Changing the look will be non-trivial, however, if you really want to give > it a bash, *please* use comments rather than deleting anything - so it can > be put back if there are problems. > > Top right hand corner - "Site Setup" > This will give you access to stuff you can generally change without > breaking much > > Towards the bottom "Zope Management Interface" > Now you're playing with nukes. > > Portal_Skins > Custom > > this is where my changes are .. some are dead, some are from other > machines, some are in use. > > The CSS is in "ploneCustom.css2 (he says making a copy) > The main template is "main_template" (he says making a copy) > > The main_template is TALES, *not* HTML .. I would advise against changing > this. There are a couple if buts in the main template that should probably > move to CSS, probably worth letting me know if you want to change the main > template and give me chance to put it in css. > > ONE breakage in main_template breaks the entire site. (it's syntax checked) > > You'll find the background is in "background.png", and global images like > the frapper logo are also present - these should be relatively safe to > change, with reason. (the main logo is logo.png) Image sizes will > obviously affect the layout ... > > (!) > > Gareth. > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > I will read the plone documentation and howto at plone.org before starting to change anything. I'd like to know if it is possible to create a new skin for the site that looks like http://gambas.sf.net, and if I can force this style by specifying it the URL. This way, I can integrate some pages of the new site into the current one transparently, as I did with some pages of http://gambasdoc.org. Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gareth at ...1689... Thu Aug 23 00:56:17 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 22 Aug 2007 23:56:17 +0100 (BST) Subject: [Gambas-user] Re; Domain Message-ID: <7823915.1361187823377141.JavaMail.root@...1708...> On reflection, if nobody is too bothered about the domain name, I think I'd prefer GambasRAD.org ?? Once we have a domain name, I'll leave the current URL there so both will work .. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas at ...1... Thu Aug 23 01:03:06 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 23 Aug 2007 01:03:06 +0200 Subject: [Gambas-user] Re; Domain names In-Reply-To: <17493979.1321187823237927.JavaMail.root@...1708...> References: <17493979.1321187823237927.JavaMail.root@...1708...> Message-ID: <200708230103.07065.gambas@...1...> On jeudi 23 ao?t 2007, Gareth Bult wrote: > >I'd like to know if it is possible to create a new skin for the site > > Yes > > >that looks like http://gambas.sf.net > > Yes > > >and if I can force this style by specifying it the URL. > > No, although this can be done. > > However, skins are standard, you can (optionally) set your skin per user in > the preferences. > > >This way, I can integrate some pages of the new site into the current one > > transparently, as I did with some pages of http://gambasdoc.org. > > Ok, I see what you're getting at. This far I was toying with the idea of > running gambasdoc in an IFrame, but haven't quite gotten around to trying > it. > > I see you've set the site to full-width. > I won't say it looks "bad", but it certainly doesn't look as good and a > number of visual effects are slightly broken, and some more you don't see > very often will be broken when we come to them. > > The layout was designed so people could design 'good' looking pages and > have them look the same on most browsers .. with max width set, you can set > up what looks like a good page, and it will be broken, overflowing or look > silly on different screens depending in their resolution / window size. > This makes it very difficult for contributers as every time they post > something or update something, people *will* complain it doesn't look good > on 'their' screen. (we currently run ~ 30 of these) > > I can fix some of the brokenness if you want to leave it at this width, but > you're going to make it harder for contributers than it needs to be. (Have > you looked at the site on a 1600x1200 screen?) > > What we could do it design a skin that's specifically aimed to be variable > width, then let people who don't like the fixed width select the alternate > skin in their profile ? > > Gareth. > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > As I don't know how to make specific skins, I just modified the custom directory. But of course the better should be making specific skins. As for the screen width, I think CSS allows to specify a maximum width. I just found the default width too small. Is it possible to force a skin in the URL, as I did with gambasdoc.org? This way, I could embed gambas.encryptec.net in gambas.sourceforge.net easily, without having to globally change the plone look. -- Benoit Minisini From ronstk at ...239... Thu Aug 23 04:11:59 2007 From: ronstk at ...239... (ron) Date: Thu, 23 Aug 2007 04:11:59 +0200 Subject: [Gambas-user] Re; Domain In-Reply-To: <7823915.1361187823377141.JavaMail.root@...1708...> References: <7823915.1361187823377141.JavaMail.root@...1708...> Message-ID: <200708230411.59843.ronstk@...239...> On Thursday 23 August 2007 00:56, Gareth Bult wrote: > On reflection, if nobody is too bothered about the domain name, I think I'd prefer GambasRAD.org ?? > Pity nobody reacts on your request for the name previous time. GambasRAD.org is nice as GambasRAD hint to RAD as word. I'd prefer GambasRAD.org instead gambasweb.org to. The title tells it already 2 times :) Ron From gareth at ...1689... Thu Aug 23 04:50:17 2007 From: gareth at ...1689... (Gareth Bult) Date: Thu, 23 Aug 2007 03:50:17 +0100 (BST) Subject: [Gambas-user] Re; Domain names In-Reply-To: <200708230103.07065.gambas@...1...> Message-ID: <9014081.1391187837417442.JavaMail.root@...1708...> Ok, I'll have a look at skins and Iframes tomorrow .. well .. later today I guess ... Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Thursday, August 23, 2007 12:03:06 AM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Domain names On jeudi 23 ao?t 2007, Gareth Bult wrote: > >I'd like to know if it is possible to create a new skin for the site > > Yes > > >that looks like http://gambas.sf.net > > Yes > > >and if I can force this style by specifying it the URL. > > No, although this can be done. > > However, skins are standard, you can (optionally) set your skin per user in > the preferences. > > >This way, I can integrate some pages of the new site into the current one > > transparently, as I did with some pages of http://gambasdoc.org. > > Ok, I see what you're getting at. This far I was toying with the idea of > running gambasdoc in an IFrame, but haven't quite gotten around to trying > it. > > I see you've set the site to full-width. > I won't say it looks "bad", but it certainly doesn't look as good and a > number of visual effects are slightly broken, and some more you don't see > very often will be broken when we come to them. > > The layout was designed so people could design 'good' looking pages and > have them look the same on most browsers .. with max width set, you can set > up what looks like a good page, and it will be broken, overflowing or look > silly on different screens depending in their resolution / window size. > This makes it very difficult for contributers as every time they post > something or update something, people *will* complain it doesn't look good > on 'their' screen. (we currently run ~ 30 of these) > > I can fix some of the brokenness if you want to leave it at this width, but > you're going to make it harder for contributers than it needs to be. (Have > you looked at the site on a 1600x1200 screen?) > > What we could do it design a skin that's specifically aimed to be variable > width, then let people who don't like the fixed width select the alternate > skin in their profile ? > > Gareth. > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and > Conditions of Business, which are available upon request. > As I don't know how to make specific skins, I just modified the custom directory. But of course the better should be making specific skins. As for the screen width, I think CSS allows to specify a maximum width. I just found the default width too small. Is it possible to force a skin in the URL, as I did with gambasdoc.org? This way, I could embed gambas.encryptec.net in gambas.sourceforge.net easily, without having to globally change the plone look. -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From rospolosco at ...152... Thu Aug 23 09:00:12 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Thu, 23 Aug 2007 09:00:12 +0200 Subject: [Gambas-user] Re; Domain In-Reply-To: <200708230411.59843.ronstk@...239...> References: <7823915.1361187823377141.JavaMail.root@...1708...> <200708230411.59843.ronstk@...239...> Message-ID: <200708230900.12266.rospolosco@...152...> Alle 04:11, gioved? 23 agosto 2007, ron ha scritto: > On Thursday 23 August 2007 00:56, Gareth Bult wrote: > > On reflection, if nobody is too bothered about the domain name, I think > > I'd prefer GambasRAD.org ?? > > Pity nobody reacts on your request for the name previous time. > > GambasRAD.org is nice as GambasRAD hint to RAD as word. > I'd prefer GambasRAD.org instead gambasweb.org to. > The title tells it already 2 times :) > > Ron > I agree with Ron. Stefano > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jj at ...1636... Thu Aug 23 10:42:52 2007 From: jj at ...1636... (jj at ...1636...) Date: Thu, 23 Aug 2007 10:42:52 +0200 Subject: [Gambas-user] background button In-Reply-To: <46CCA14E.5030703@...1237...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> <200708221635.20308.jscops@...11...> <20070822165036.z9olfnlumg4wws4c@...1637...> <46CCA14E.5030703@...1237...> Message-ID: <20070823104252.3hnjqckyqsocw8k8@...1637...> Sure, but I have two buttons for both states: activate/desactivate. For that reason I prefer that the deactivated button be visible, although it is seen with margin left (text: " " ) In any case, I do not understand because if the background button were loaded...?why the text is written in the button?? it is not necessary and in addition it causes margin... Thank! Quoting Leonardo Miliani : > jj at ...1636... ha scritto: >> Hi. >> >> Yes, but when you press the button, you can see the margin left again... >> > > If you set the Visible property to False the user doesn't see the button > until you set that property True again. So you solve both problems. > > -- > Ciao. > Leo. > > Web: www.leonardomiliani.com > E-mail: leonardo at ...1237... > Scegli software opensource - Choose opensource software > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Thu Aug 23 10:50:57 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 23 Aug 2007 10:50:57 +0200 Subject: [Gambas-user] background button In-Reply-To: <20070823104252.3hnjqckyqsocw8k8@...1637...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> <46CCA14E.5030703@...1237...> <20070823104252.3hnjqckyqsocw8k8@...1637...> Message-ID: <200708231050.57752.gambas@...1...> On jeudi 23 ao?t 2007, jj at ...1636... wrote: > Sure, but I have two buttons for both states: activate/desactivate. > > For that reason I prefer that the deactivated button be visible, > although it is > seen with margin left (text: " " ) > > In any case, I do not understand because if the background button were > loaded...?why the text is written in the button?? it is not necessary and > in addition it causes margin... > > Thank! > Actually this is a bug. I will investigate to try to fix it... -- Benoit Minisini From jj at ...1636... Thu Aug 23 11:30:52 2007 From: jj at ...1636... (jj at ...1636...) Date: Thu, 23 Aug 2007 11:30:52 +0200 Subject: [Gambas-user] background button In-Reply-To: <200708231050.57752.gambas@...1...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> <46CCA14E.5030703@...1237...> <20070823104252.3hnjqckyqsocw8k8@...1637...> <200708231050.57752.gambas@...1...> Message-ID: <20070823113052.508nihtuio4sos40@...1637...> Thank Benoit. Regards. Quoting Benoit Minisini : > On jeudi 23 ao?t 2007, jj at ...1636... wrote: >> Sure, but I have two buttons for both states: activate/desactivate. >> >> For that reason I prefer that the deactivated button be visible, >> although it is >> seen with margin left (text: " " ) >> >> In any case, I do not understand because if the background button were >> loaded...?why the text is written in the button?? it is not necessary and >> in addition it causes margin... >> >> Thank! >> > > Actually this is a bug. > > I will investigate to try to fix it... > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From obductor at ...626... Thu Aug 23 12:41:08 2007 From: obductor at ...626... (Roberto Estevam) Date: Thu, 23 Aug 2007 10:41:08 +0000 Subject: [Gambas-user] Books Message-ID: <13c329a90708230341x6b573444rc9535983c8e185cd@...627...> Hello Bonoit, I think u need see that: http://br.geocities.com/gambasbr/livros/livros.html The man translate the book " A spanish book written by Daniel Campos & Jos? Luis Redrejo, with a foreword by your servant." for PT-BR From gareth at ...1689... Thu Aug 23 20:07:18 2007 From: gareth at ...1689... (Gareth Bult) Date: Thu, 23 Aug 2007 19:07:18 +0100 (BST) Subject: [Gambas-user] Re; Website Message-ID: <22200733.2751187892437490.JavaMail.root@...1708...> Ok, skins should be working now. There are three installed; Plone Default Gareth (=default) Benoit To switch to an alternative Skin, visit "preferences" (top right) , pick from the list, then click "Save." You will then need a forced-refresh to reload the style sheets. Benoit :: the files for your skin are in a folder called Benoit in the "portal_skins" folder in the ZMI. Any changes you put in this folder will only affect people using your skin. Anything put into "custom" will affect all skins so avoid using this for now, entries in your folder will override those in custom. If anyone else wants to develop a skin, let me know ... Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas at ...1... Thu Aug 23 20:37:31 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 23 Aug 2007 20:37:31 +0200 Subject: [Gambas-user] Re; Website In-Reply-To: <22200733.2751187892437490.JavaMail.root@...1708...> References: <22200733.2751187892437490.JavaMail.root@...1708...> Message-ID: <200708232037.31287.gambas@...1...> On jeudi 23 ao?t 2007, Gareth Bult wrote: > Ok, skins should be working now. > > There are three installed; > > Plone Default > Gareth (=default) > Benoit > > To switch to an alternative Skin, visit "preferences" (top right) , pick > from the list, then click "Save." You will then need a forced-refresh to > reload the style sheets. > > Benoit :: the files for your skin are in a folder called Benoit in the > "portal_skins" folder in the ZMI. Any changes you put in this folder will > only affect people using your skin. Anything put into "custom" will affect > all skins so avoid using this for now, entries in your folder will override > those in custom. > > If anyone else wants to develop a skin, let me know ... > > Gareth. Is it possible to specify the skin in the URL? -- Benoit Minisini From ronstk at ...239... Thu Aug 23 20:41:03 2007 From: ronstk at ...239... (ron) Date: Thu, 23 Aug 2007 20:41:03 +0200 Subject: [Gambas-user] [Gambas-devel] MySQL: case FIELD_TYPE_BLOB In-Reply-To: <200708192344.45297.ronstk@...239...> References: <200708192243.07415.ronstk@...239...> <200708192344.45297.ronstk@...239...> Message-ID: <200708232041.04151.ronstk@...239...> On Sunday 19 August 2007 23:44, ron wrote: > On Sunday 19 August 2007 22:43, ron wrote: > > Hi Benoit, > > I found in '/2.0/trunk/gb.db.mysql/src/main.c' > > > > case FIELD_TYPE_BLOB: // TEXT > > 175 //fprintf(stderr, "FIELD_TYPE_BLOB: %d\n", len); > > 176 if (len == 16777215 || len <= 0) // LONG BLOB > > 177 return DB_T_BLOB; > > 178 else > > 179 return GB_T_STRING; > > > > > > 16777214 return GB_T_STRING; > > 16777215 return DB_T_BLOB; > > 16777216 return GB_T_STRING; > > > > Should it no be 'if (len >= 16777215 || len <= 0)' ? :) > > > > Ron > > > 405 // query_fill() only gets this constant, whatever the blob is > 406 case FIELD_TYPE_BLOB: > 407 if (len == 16777215 || len <= 0) // LONG BLOB > 408 { > 409 val->type = GB_T_NULL; > 410 break; > 411 } > > > Investigating the magic number '16777215' > > > TINYBLOB Blob up to 255 bytes N+1 > TINYTEXT Text up to 255 chars N+1 > BLOB Blob up to 65535 N+2 > TEXT Text up to 65535 N+2 > MEDIUMBLOB -> 16777215 N+3 > MEDIUMTEXT -> 16777215 N+3 > LONGBLOB -> 4GB N+4 > LONGTEXT -> 4GB N+4 > > Must be 'if (len > 16777215 || len <= 0)' ??? :) > > > Ron > Futher investigating shows me that I must be correct and there is something wrong now. The value 16777215 equals to 0x00FFFFFF The if condition must be 'if (len > 16777215 || len <= 0)' Kicked by me. From gambas at ...1... Thu Aug 23 20:47:25 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 23 Aug 2007 20:47:25 +0200 Subject: [Gambas-user] Re; Website In-Reply-To: <200708232037.31287.gambas@...1...> References: <22200733.2751187892437490.JavaMail.root@...1708...> <200708232037.31287.gambas@...1...> Message-ID: <200708232047.25233.gambas@...1...> On jeudi 23 ao?t 2007, Benoit Minisini wrote: > On jeudi 23 ao?t 2007, Gareth Bult wrote: > > Ok, skins should be working now. > > > > There are three installed; > > > > Plone Default > > Gareth (=default) > > Benoit > > > > To switch to an alternative Skin, visit "preferences" (top right) , pick > > from the list, then click "Save." You will then need a forced-refresh to > > reload the style sheets. > > > > Benoit :: the files for your skin are in a folder called Benoit in the > > "portal_skins" folder in the ZMI. Any changes you put in this folder will > > only affect people using your skin. Anything put into "custom" will > > affect all skins so avoid using this for now, entries in your folder will > > override those in custom. > > > > If anyone else wants to develop a skin, let me know ... > > > > Gareth. > > Is it possible to specify the skin in the URL? I found: just add "?plone_skin=" to the URL! :-) -- Benoit Minisini From gareth at ...1689... Thu Aug 23 20:48:10 2007 From: gareth at ...1689... (Gareth Bult) Date: Thu, 23 Aug 2007 19:48:10 +0100 (BST) Subject: [Gambas-user] Re; Website In-Reply-To: <718926.2781187894703186.JavaMail.root@...1708...> Message-ID: <18643570.2801187894890012.JavaMail.root@...1708...> It is .. although if you're talking about embedding Gambasdoc, I am working on this anyway ... unfortunately there was a bug in Plone (the version we use) with regards to per-user skins, which took be a little while to fix. Hopefully the embedded Gambasdoc will be online tomorrow. NEW URL: http://gambasrad.org/ (one URL will redirect to this, as will www.gambasrad.org) Someone, Fabien(?) has been doing some translating by the looks of things, clicking on the French flag now gives a mostly French home page. I need to add a bit to make the top right menu translate. Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Thursday, August 23, 2007 7:37:31 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website On jeudi 23 ao?t 2007, Gareth Bult wrote: > Ok, skins should be working now. > > There are three installed; > > Plone Default > Gareth (=default) > Benoit > > To switch to an alternative Skin, visit "preferences" (top right) , pick > from the list, then click "Save." You will then need a forced-refresh to > reload the style sheets. > > Benoit :: the files for your skin are in a folder called Benoit in the > "portal_skins" folder in the ZMI. Any changes you put in this folder will > only affect people using your skin. Anything put into "custom" will affect > all skins so avoid using this for now, entries in your folder will override > those in custom. > > If anyone else wants to develop a skin, let me know ... > > Gareth. Is it possible to specify the skin in the URL? -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gareth at ...1689... Thu Aug 23 20:51:33 2007 From: gareth at ...1689... (Gareth Bult) Date: Thu, 23 Aug 2007 19:51:33 +0100 (BST) Subject: [Gambas-user] Re; Website In-Reply-To: <200708232047.25233.gambas@...1...> Message-ID: <25342349.2831187895093788.JavaMail.root@...1708...> Urm, yes .. although I thought you wanted to set the skin based on the path rather than parameters .. but if that works for you, great! :) -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Thursday, August 23, 2007 7:47:25 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website On jeudi 23 ao?t 2007, Benoit Minisini wrote: > On jeudi 23 ao?t 2007, Gareth Bult wrote: > > Ok, skins should be working now. > > > > There are three installed; > > > > Plone Default > > Gareth (=default) > > Benoit > > > > To switch to an alternative Skin, visit "preferences" (top right) , pick > > from the list, then click "Save." You will then need a forced-refresh to > > reload the style sheets. > > > > Benoit :: the files for your skin are in a folder called Benoit in the > > "portal_skins" folder in the ZMI. Any changes you put in this folder will > > only affect people using your skin. Anything put into "custom" will > > affect all skins so avoid using this for now, entries in your folder will > > override those in custom. > > > > If anyone else wants to develop a skin, let me know ... > > > > Gareth. > > Is it possible to specify the skin in the URL? I found: just add "?plone_skin=" to the URL! :-) -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Thu Aug 23 20:54:22 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 23 Aug 2007 20:54:22 +0200 Subject: [Gambas-user] [Gambas-devel] MySQL: case FIELD_TYPE_BLOB In-Reply-To: <200708232041.04151.ronstk@...239...> References: <200708192243.07415.ronstk@...239...> <200708192344.45297.ronstk@...239...> <200708232041.04151.ronstk@...239...> Message-ID: <200708232054.22819.gambas@...1...> On jeudi 23 ao?t 2007, ron wrote: > On Sunday 19 August 2007 23:44, ron wrote: > > On Sunday 19 August 2007 22:43, ron wrote: > > > Hi Benoit, > > > I found in '/2.0/trunk/gb.db.mysql/src/main.c' > > > > > > case FIELD_TYPE_BLOB: // TEXT > > > 175 //fprintf(stderr, "FIELD_TYPE_BLOB: %d\n", len); > > > 176 if (len == 16777215 || len <= 0) // LONG BLOB > > > 177 return DB_T_BLOB; > > > 178 else > > > 179 return GB_T_STRING; > > > > > > > > > 16777214 return GB_T_STRING; > > > 16777215 return DB_T_BLOB; > > > 16777216 return GB_T_STRING; > > > > > > Should it no be 'if (len >= 16777215 || len <= 0)' ? :) > > > > > > Ron > > > > 405 // query_fill() only gets this constant, whatever the > > blob is 406 case FIELD_TYPE_BLOB: > > 407 if (len == 16777215 || len <= 0) // LONG BLOB > > 408 { > > 409 val->type = GB_T_NULL; > > 410 break; > > 411 } > > > > > > Investigating the magic number '16777215' > > > > > > TINYBLOB Blob up to 255 bytes N+1 > > TINYTEXT Text up to 255 chars N+1 > > BLOB Blob up to 65535 N+2 > > TEXT Text up to 65535 N+2 > > MEDIUMBLOB -> 16777215 N+3 > > MEDIUMTEXT -> 16777215 N+3 > > LONGBLOB -> 4GB N+4 > > LONGTEXT -> 4GB N+4 > > > > Must be 'if (len > 16777215 || len <= 0)' ??? :) > > > > > > Ron > > Futher investigating shows me that I must be correct > and there is something wrong now. > > The value 16777215 equals to 0x00FFFFFF > The if condition must be 'if (len > 16777215 || len <= 0)' > > > > Kicked by me. > Don't worry, I will look at the database component as soon as I have finished what I'm currently doing on gb.gtk. Regards, -- Benoit Minisini From ronstk at ...239... Thu Aug 23 22:36:59 2007 From: ronstk at ...239... (ron) Date: Thu, 23 Aug 2007 22:36:59 +0200 Subject: [Gambas-user] [Gambas-devel] MySQL: case FIELD_TYPE_BLOB In-Reply-To: <200708232054.22819.gambas@...1...> References: <200708192243.07415.ronstk@...239...> <200708232041.04151.ronstk@...239...> <200708232054.22819.gambas@...1...> Message-ID: <200708232237.00065.ronstk@...239...> On Thursday 23 August 2007 20:54, Benoit Minisini wrote: > On jeudi 23 ao?t 2007, ron wrote: > > Don't worry, I will look at the database component as soon as I have finished > what I'm currently doing on gb.gtk. > > Regards, > > OK, but please do it for final release 2.0. Enjoy working on gb.gtk :) Ron From gambas at ...1... Fri Aug 24 14:01:00 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 24 Aug 2007 14:01:00 +0200 Subject: [Gambas-user] background button In-Reply-To: <20070823113052.508nihtuio4sos40@...1637...> References: <20070822154434.9kdcww07k8cgskkg@...1637...> <200708231050.57752.gambas@...1...> <20070823113052.508nihtuio4sos40@...1637...> Message-ID: <200708241401.00427.gambas@...1...> On jeudi 23 ao?t 2007, jj at ...1636... wrote: > Thank Benoit. > Regards. > It should be fixed in the last revision. -- Benoit Minisini From gambas at ...1... Fri Aug 24 14:55:08 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 24 Aug 2007 14:55:08 +0200 Subject: [Gambas-user] Workspace In-Reply-To: <13c329a90708171606m63997875x4be889e2a95b6923@...627...> References: <13c329a90708171606m63997875x4be889e2a95b6923@...627...> Message-ID: <200708241455.08851.gambas@...1...> On samedi 18 ao?t 2007, Roberto Estevam wrote: > PUBLIC AreaTrabalho AS Workspace > PRIVATE FormGr AS Form > > > PUBLIC SUB Form_Open() > > > AreaTrabalho = NEW Workspace(ME) > AreaTrabalho.X = 5 > AreaTrabalho.Y = 48 > AreaTrabalho.Width = ME.Width - 10 > AreaTrabalho.Height = ME.Height - 80 > AreaTrabalho.BackColor = Color.Blue ' The color doesnt work, and the > pictures on background doesnt work to You can now set the background color of the workspace since the last revision. But I don't understand what the problem is with "pictures on the background". Regards, -- Benoit Minisini From steven at ...1652... Fri Aug 24 15:20:10 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Fri, 24 Aug 2007 15:20:10 +0200 Subject: [Gambas-user] Draw class Message-ID: <200708241520.12536.steven@...1652...> Hi, In the latest trunk ( for 30 minutes) the Draw.Scale function does not exists anymore ! Kindest regards, Steven From gambas at ...1... Fri Aug 24 15:27:05 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 24 Aug 2007 15:27:05 +0200 Subject: [Gambas-user] Draw class In-Reply-To: <200708241520.12536.steven@...1652...> References: <200708241520.12536.steven@...1652...> Message-ID: <200708241527.05792.gambas@...1...> On vendredi 24 ao?t 2007, Steven Lobbezoo wrote: > Hi, > > In the latest trunk ( for 30 minutes) > the Draw.Scale function does not exists anymore ! > > Kindest regards, > Steven > But Draw.Scale has never existed... -- Benoit Minisini From steven at ...1652... Fri Aug 24 15:31:47 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Fri, 24 Aug 2007 15:31:47 +0200 Subject: [Gambas-user] Draw class In-Reply-To: <200708241527.05792.gambas@...1...> References: <200708241520.12536.steven@...1652...> <200708241527.05792.gambas@...1...> Message-ID: <200708241531.47616.steven@...1652...> Le vendredi 24 ao?t 2007 15:27, Benoit Minisini a ?crit?: > On vendredi 24 ao?t 2007, Steven Lobbezoo wrote: > > Hi, > > > > In the latest trunk ( for 30 minutes) > > the Draw.Scale function does not exists anymore ! > > > > Kindest regards, > > Steven > > But Draw.Scale has never existed... ---------------------------------------------------------------------- This is from one of the printing examples, it worked just great for 2 days : PUBLIC SUB SpinBox1_Change() DIM zoomFactor AS Float DrawingArea1.Clear Draw.Begin(DrawingArea1) report.Layout draw.End SpinBox1.MaxValue = Report.Count zoomFactor = fZoom / 100 DrawingArea1.Resize(printer.Width, printer.Height) Draw.Begin(DrawingArea1) IF SpinBox1.Value > Report.count THEN RETURN 'Report.Calculate 'Message(Report.count) 'draw.Scale(0.1, 0.1) MRTools.ReportZoom = zoomFactor Draw.Scale(zoomFactor, zoomFactor) Report.Draw(SpinBox1.Value) 'Draw.Picture(hPic, 0, 0) Draw.End END -------------------------------------------------------------------------- Steven From gambas at ...1... Fri Aug 24 15:41:55 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 24 Aug 2007 15:41:55 +0200 Subject: [Gambas-user] Draw class In-Reply-To: <200708241531.47616.steven@...1652...> References: <200708241520.12536.steven@...1652...> <200708241527.05792.gambas@...1...> <200708241531.47616.steven@...1652...> Message-ID: <200708241541.55181.gambas@...1...> On vendredi 24 ao?t 2007, Steven Lobbezoo wrote: > Le vendredi 24 ao?t 2007 15:27, Benoit Minisini a ?crit?: > > On vendredi 24 ao?t 2007, Steven Lobbezoo wrote: > > > Hi, > > > > > > In the latest trunk ( for 30 minutes) > > > the Draw.Scale function does not exists anymore ! > > > > > > Kindest regards, > > > Steven > > > > But Draw.Scale has never existed... > > ---------------------------------------------------------------------- > This is from one of the printing examples, it worked just great for 2 days > : > > PUBLIC SUB SpinBox1_Change() > DIM zoomFactor AS Float > DrawingArea1.Clear > > Draw.Begin(DrawingArea1) > report.Layout > draw.End > SpinBox1.MaxValue = Report.Count > zoomFactor = fZoom / 100 > DrawingArea1.Resize(printer.Width, printer.Height) > Draw.Begin(DrawingArea1) > IF SpinBox1.Value > Report.count THEN RETURN > > > > 'Report.Calculate > 'Message(Report.count) 'draw.Scale(0.1, 0.1) > MRTools.ReportZoom = zoomFactor > Draw.Scale(zoomFactor, zoomFactor) > Report.Draw(SpinBox1.Value) > 'Draw.Picture(hPic, 0, 0) > Draw.End > > END > > -------------------------------------------------------------------------- > Steven > I'm kidding... Draw.Scale() and other matrix methods have been removed, as they do not exist in gb.gtk at the moment. They will come back as soon as gb.gtk can use Cairo. I could implement them by hand, but it is an huge job. Actually only Draw.Rotate() is a problem. I could make Draw.Translate() and Draw.Scale() easily. Regards, -- Benoit Minisini From gareth at ...1689... Fri Aug 24 15:05:04 2007 From: gareth at ...1689... (Gareth Bult) Date: Fri, 24 Aug 2007 14:05:04 +0100 (BST) Subject: [Gambas-user] Re; Website Message-ID: <24184840.3261187960704145.JavaMail.root@...1708...> Hi, I've made a couple of changes to the default skin ... if you go to the Docs section and look at the Wiki Encyclopedia and SVN links, they should both open up "inside" the new site, and they should also change the template to work "full width". Is this Ok / what you were looking for ? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From steven at ...1652... Fri Aug 24 16:31:37 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Fri, 24 Aug 2007 16:31:37 +0200 Subject: [Gambas-user] Draw class In-Reply-To: <200708241541.55181.gambas@...1...> References: <200708241520.12536.steven@...1652...> <200708241531.47616.steven@...1652...> <200708241541.55181.gambas@...1...> Message-ID: <200708241631.37253.steven@...1652...> Le vendredi 24 ao?t 2007 15:41, Benoit Minisini a ?crit?: > On vendredi 24 ao?t 2007, Steven Lobbezoo wrote: > > Le vendredi 24 ao?t 2007 15:27, Benoit Minisini a ?crit?: > > > On vendredi 24 ao?t 2007, Steven Lobbezoo wrote: > > > > Hi, > > > > > > > > In the latest trunk ( for 30 minutes) > > > > the Draw.Scale function does not exists anymore ! > > > > > > > > Kindest regards, > > > > Steven > > > > > > But Draw.Scale has never existed... > > > > ---------------------------------------------------------------------- > > This is from one of the printing examples, it worked just great for 2 > > days > > > > > > PUBLIC SUB SpinBox1_Change() > > DIM zoomFactor AS Float > > DrawingArea1.Clear > > > > Draw.Begin(DrawingArea1) > > report.Layout > > draw.End > > SpinBox1.MaxValue = Report.Count > > zoomFactor = fZoom / 100 > > DrawingArea1.Resize(printer.Width, printer.Height) > > Draw.Begin(DrawingArea1) > > IF SpinBox1.Value > Report.count THEN RETURN > > > > > > > > 'Report.Calculate > > 'Message(Report.count) 'draw.Scale(0.1, 0.1) > > MRTools.ReportZoom = zoomFactor > > Draw.Scale(zoomFactor, zoomFactor) > > Report.Draw(SpinBox1.Value) > > 'Draw.Picture(hPic, 0, 0) > > Draw.End > > > > END > > > > ------------------------------------------------------------------------- > >- Steven > > I'm kidding... Draw.Scale() and other matrix methods have been removed, as > they do not exist in gb.gtk at the moment. They will come back as soon as > gb.gtk can use Cairo. > > I could implement them by hand, but it is an huge job. Actually only > Draw.Rotate() is a problem. I could make Draw.Translate() and Draw.Scale() > easily. > > Regards, Thanks Benoit, I suppose you have a lot to do, so i'll change my app for the moment : no zooming. Was not that important anyway. Regards, Steven From jj at ...1636... Fri Aug 24 17:38:41 2007 From: jj at ...1636... (jj at ...1636...) Date: Fri, 24 Aug 2007 17:38:41 +0200 Subject: [Gambas-user] familiar distribution Message-ID: <20070824173841.y3tj45s46cgg0g8o@...1637...> hi all! Somebody in the list that has compiled gambas for the familiar or similar distribution (pda)? there is some experience? thanks! From gareth at ...1689... Sat Aug 25 01:34:35 2007 From: gareth at ...1689... (Gareth Bult) Date: Sat, 25 Aug 2007 00:34:35 +0100 (BST) Subject: [Gambas-user] Re; Website .. Message-ID: <17168217.3431187998475690.JavaMail.root@...1708...> Hi, Ok, I managed to kill some CSS and had to restart plone on one of the servers, but I some to have some workable forums. Features; o Lots and Lots o Full portal integration, RSS feeds etc o User profiles incl. sigs, Avatars o Topic and Forum subscription o User mailbox / messages with Quota o Nice (?) editor , comments etc .. I've set up some forums to mirror the current mailing lists ... Got some permissions and groups stuff to work out, but you guys would try some test postings / update your profile .. Thoughts? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas at ...1... Sat Aug 25 01:53:33 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 25 Aug 2007 01:53:33 +0200 Subject: [Gambas-user] Re; Website .. In-Reply-To: <17168217.3431187998475690.JavaMail.root@...1708...> References: <17168217.3431187998475690.JavaMail.root@...1708...> Message-ID: <200708250153.33622.gambas@...1...> On samedi 25 ao?t 2007, Gareth Bult wrote: > Hi, > > Ok, I managed to kill some CSS and had to restart plone on one of the > servers, but I some to have some workable forums. > > Features; > o Lots and Lots > o Full portal integration, RSS feeds etc > o User profiles incl. sigs, Avatars > o Topic and Forum subscription > o User mailbox / messages with Quota > o Nice (?) editor , comments etc .. > > I've set up some forums to mirror the current mailing lists ... > Got some permissions and groups stuff to work out, but you guys would try > some test postings / update your profile .. > > Thoughts? > > Gareth. I won't replace the mailing-lists by forums or something other, as I only use them. I prefer having all the mailing-list mails in my computer: it's faster, I can organize the mails as I want, and I don't need an Internet access to work. There is a problem with the "?plone_skin=xxx" added to the URL: it is not added to the link on the generated web page, so it is useless. Is it possible with Zope to have a mirror of the site that change the skin according to the URL path? For example, http://gambasrad.org/bugtrak for the default one, and http//gambasrad.org/gambas-skin/bugtrak for the same page with the skin 'gambas-skin'. Regards, -- Benoit Minisini From gareth at ...1689... Sat Aug 25 12:53:00 2007 From: gareth at ...1689... (Gareth Bult) Date: Sat, 25 Aug 2007 11:53:00 +0100 (BST) Subject: [Gambas-user] Re; Website .. In-Reply-To: <200708250153.33622.gambas@...1...> Message-ID: <27329263.3461188039180713.JavaMail.root@...1708...> >Is it possible with Zope to have a mirror of the site that change the skin >according to the URL path? For example, http://gambasrad.org/bugtrak for the >default one, and http//gambasrad.org/gambas-skin/bugtrak for the same page >with the skin 'gambas-skin'. it is, the question really is, how easy is that to manage ... I can look at setting it up if we need it ?? (I've not done it before, but I've come across it in howto's) what do you want to accomplish by doing this? if you look at my "main_template" in "Gareth", I'm looking at the site URL, and if I see "/zforum" or "/wiki" in the path, I'm using a width un-restricted version of the CSS, rather than a width restricted. ... if the forums are not going to mirror the mailing lists, does anyone have any ideas re; subjects? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Saturday, August 25, 2007 12:53:33 AM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website .. On samedi 25 ao?t 2007, Gareth Bult wrote: > Hi, > > Ok, I managed to kill some CSS and had to restart plone on one of the > servers, but I some to have some workable forums. > > Features; > o Lots and Lots > o Full portal integration, RSS feeds etc > o User profiles incl. sigs, Avatars > o Topic and Forum subscription > o User mailbox / messages with Quota > o Nice (?) editor , comments etc .. > > I've set up some forums to mirror the current mailing lists ... > Got some permissions and groups stuff to work out, but you guys would try > some test postings / update your profile .. > > Thoughts? > > Gareth. I won't replace the mailing-lists by forums or something other, as I only use them. I prefer having all the mailing-list mails in my computer: it's faster, I can organize the mails as I want, and I don't need an Internet access to work. There is a problem with the "?plone_skin=xxx" added to the URL: it is not added to the link on the generated web page, so it is useless. Is it possible with Zope to have a mirror of the site that change the skin according to the URL path? For example, http://gambasrad.org/bugtrak for the default one, and http//gambasrad.org/gambas-skin/bugtrak for the same page with the skin 'gambas-skin'. Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Sat Aug 25 13:17:06 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 25 Aug 2007 13:17:06 +0200 Subject: [Gambas-user] Re; Website .. In-Reply-To: <27329263.3461188039180713.JavaMail.root@...1708...> References: <27329263.3461188039180713.JavaMail.root@...1708...> Message-ID: <200708251317.07158.gambas@...1...> On samedi 25 ao?t 2007, Gareth Bult wrote: > >Is it possible with Zope to have a mirror of the site that change the skin > >according to the URL path? For example, http://gambasrad.org/bugtrak for > > the default one, and http//gambasrad.org/gambas-skin/bugtrak for the same > > page with the skin 'gambas-skin'. > > it is, the question really is, how easy is that to manage ... I can look at > setting it up if we need it ?? (I've not done it before, but I've come > across it in howto's) > > what do you want to accomplish by doing this? I want to embed some pages of gambasrad.org in gambas.sf.net the same way I did with gambasdoc.org. I will add options to the wiki CGI script so that pages of gambasdoc.org can embed into gambasrad.org flawlessly too. At the moment, you see the glitch between the backgrounds. At the moment, you statically inserted into gambasrad.org some pages from gambasdoc.org that are dynamically generated (README and FAQ). As I want to keep my wiki, it is not a good idea to have the same data at two different places. This way, people will be able to use indifferently gambas.sf.net or gambasrad.org as startup page, and actually see exactly the same pages, but with the look of the startup page. The only easy way I know for integrating a page from a web site into another one is telling that inside the URL. > > if you look at my "main_template" in "Gareth", I'm looking at the site URL, > and if I see "/zforum" or "/wiki" in the path, I'm using a width > un-restricted version of the CSS, rather than a width restricted. So it is possible? I have read some things like that about Zope, that you can add some path elements to the URL, and seeing the same page. Regards, -- Benoit Minisini From ronstk at ...239... Sat Aug 25 15:27:26 2007 From: ronstk at ...239... (ron) Date: Sat, 25 Aug 2007 15:27:26 +0200 Subject: [Gambas-user] Re; Website .. In-Reply-To: <27329263.3461188039180713.JavaMail.root@...1708...> References: <27329263.3461188039180713.JavaMail.root@...1708...> Message-ID: <200708251527.27514.ronstk@...239...> On Saturday 25 August 2007 12:53, Gareth Bult wrote: > >Is it possible with Zope to have a mirror of the site that change the skin > >according to the URL path? For example, http://gambasrad.org/bugtrak for the > >default one, and http//gambasrad.org/gambas-skin/bugtrak for the same page > >with the skin 'gambas-skin'. > > it is, the question really is, how easy is that to manage ... I can look at setting it up if we need it ?? > (I've not done it before, but I've come across it in howto's) With Apache I'm using mod_rewrite for something like this. http://www.gambasrad.org/gambas-skin/help/class could rewritten to http://www.gambasrad.org//help/class?skin=gambas-skin http://www.gambasrad.org//help/class?en&skin=gambas-skin Zope as server is unknown to me. > > what do you want to accomplish by doing this? > > if you look at my "main_template" in "Gareth", I'm looking at the site URL, and if I see "/zforum" or "/wiki" in the path, I'm using a width un-restricted version of the CSS, rather than a width restricted. > > ... if the forums are not going to mirror the mailing lists, does anyone have any ideas re; subjects? > > Gareth. > -- Quick: First time a few forums as Language, QT, GTK, KDE, GNOME, Install, Components could be sufficient. (in a extreme case a for every component in Components) More: Why not mirror or use it as main input for the mail-list(s). I do understand why Benoit wants it with the mail-list by the good argument given. When a user of the forum enters a topic he can get by email a message about it. When other react on his topic he can get also a email. This announce mailling is possible on many forum systems, InvisionBoard and phpBB do have it. I think as follows. The user enters in one of the forum sections his question. This question is send to sourceforge (with some delay for possible edit by forum member). Benoit answers this and sourcforge sends a mail to subscribers, gambasrad is one of them. When users want the most quick way to Benoit and use sf direct, sf mails also gambasrad . For the gambasrad site receiving mails from sf. The gambas-user go to the -user forum and -devel to the -devel forum. This looks to me the easy part and is like mirror as you had in mind (i think) Now with the forum section(s). Let assume we do have for the user forum sections. Language ComponentX ComponentY When users enter a topic i would send to gambas-user.sf a mail with title as [Language] user-topic title [ComponentX] user-topic title [ComponentY-#] user-topic title Question: Is it easy to implement this? As SF send the mail to the subscribers this title, with a mark, it tells to which forum/topic it belongs and can add to that topic. If this mark not exist it is/can be a new topic. Question: Can the software makes new topics on his own for possible non members? The example with _[ComponentY-#] user-topic title_ the # is the entry number in the topic thread. This act more or less as the message-id in the mail-header to keep the thread in sequential order. Just brainstorming from me. The pro of using a forum for me is you can have several forums each specific to ask about it. First time a few forums as Language, QT, GTK, KDE, GNOME, Install, Components could be sufficient. (in a extreme case a for every component in Components) Second I like the long readable discussion in a topic more as every time browsing the emails back and up to read the stuff where they are talking about. Third, the people mostly do a reply and let the long un-need stuff on top or bottom. Simply it looks more clean, read more easy but at the cost of offline using it as Benoit mentions. Not everyone has a 24/7/365 12Mbit line as I do have. Just remember the time in the past I switched from 33K6 modem to ISDN 128K to be able to read the MSDN stuff for my working with VB :( To Benoit: Your good reason for the maillist was for many people the same reason to ask the Online help in the developer version back on the local box as you lucky have done. :) Sorry for the long reply, but hope contributed something usefull. Many greets, Ron From gareth at ...1689... Sat Aug 25 16:23:15 2007 From: gareth at ...1689... (Gareth Bult) Date: Sat, 25 Aug 2007 15:23:15 +0100 (BST) Subject: [Gambas-user] Re; Website .. In-Reply-To: <200708251317.07158.gambas@...1...> Message-ID: <10387092.3511188051795168.JavaMail.root@...1708...> >At the moment, you statically inserted into gambasrad.org some pages from >gambasdoc.org that are dynamically generated (README and FAQ). As I want to >keep my wiki, it is not a good idea to have the same data at two different places. AhHa! I think I see the problem. I did not realise that the Readme and FAQ were dynamically generated. Ok, here goes; To include external (dynamic) content in the site, you need to link to use the following URL style; http://gambasrad.org/documentation/wiki[/whatever]/show_window?url= If you use a link of this form; a. My default background will be turned off b. Full page width will be available (same applied to a URL with "/zforum" in the URL) So for gambasDOC I'm using; http://gambasrad.org/documentation/wiki/show_window?url=http://gambasdoc.org To embed the Readme use; http://gambasrad.org/documentation/wiki/show_window?url=http://gambasdoc.org/help/readme (if you still see the glitching background, use shift-refresh to clear) How's that ? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Saturday, August 25, 2007 12:17:06 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Website .. On samedi 25 ao?t 2007, Gareth Bult wrote: > >Is it possible with Zope to have a mirror of the site that change the skin > >according to the URL path? For example, http://gambasrad.org/bugtrak for > > the default one, and http//gambasrad.org/gambas-skin/bugtrak for the same > > page with the skin 'gambas-skin'. > > it is, the question really is, how easy is that to manage ... I can look at > setting it up if we need it ?? (I've not done it before, but I've come > across it in howto's) > > what do you want to accomplish by doing this? I want to embed some pages of gambasrad.org in gambas.sf.net the same way I did with gambasdoc.org. I will add options to the wiki CGI script so that pages of gambasdoc.org can embed into gambasrad.org flawlessly too. At the moment, you see the glitch between the backgrounds. At the moment, you statically inserted into gambasrad.org some pages from gambasdoc.org that are dynamically generated (README and FAQ). As I want to keep my wiki, it is not a good idea to have the same data at two different places. This way, people will be able to use indifferently gambas.sf.net or gambasrad.org as startup page, and actually see exactly the same pages, but with the look of the startup page. The only easy way I know for integrating a page from a web site into another one is telling that inside the URL. > > if you look at my "main_template" in "Gareth", I'm looking at the site URL, > and if I see "/zforum" or "/wiki" in the path, I'm using a width > un-restricted version of the CSS, rather than a width restricted. So it is possible? I have read some things like that about Zope, that you can add some path elements to the URL, and seeing the same page. Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Sat Aug 25 21:42:24 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 25 Aug 2007 21:42:24 +0200 Subject: [Gambas-user] Wisdow for gambas users Message-ID: <200708252142.24802.gambas@...1...> Hi, This is not really related to Gambas, but it might interest some people. I have patched the Plastik style, and made a new style from it that I named 'Wisdow'. Here are the differences with Plastik: - Windows XP-like arrows. - Tree branches can be hidden. - The kicker panel draws its one-pixel border in dark gray. - Panel 3D effects are lighter. - Popup menus border follows the color scheme. - Toolbar and menu separators are lighter. - Other horizontal and vertical separators are removed. - Group boxes are drawn in a Gnome-like look (i.e. without frame). - Tab height is fixed: two pixels were missing. You can download it at: http://downloads.sourceforge.net/gambas/wisdow-0.1.tar.bz2?download Enjoy it! Regards, -- Benoit Minisini From obductor at ...626... Sat Aug 25 22:34:55 2007 From: obductor at ...626... (Roberto Estevam) Date: Sat, 25 Aug 2007 20:34:55 +0000 Subject: [Gambas-user] Wisdow for gambas users In-Reply-To: <200708252142.24802.gambas@...1...> References: <200708252142.24802.gambas@...1...> Message-ID: <13c329a90708251334w22de19cboe98551609e808c02@...627...> don't work: http://downloads.sourceforge.net/gambas/wisdow-0.1.tar.bz2?download (Not Found) On 25/08/07, Benoit Minisini wrote: > > Hi, > > This is not really related to Gambas, but it might interest some people. > > I have patched the Plastik style, and made a new style from it that I > named 'Wisdow'. > > Here are the differences with Plastik: > - Windows XP-like arrows. > - Tree branches can be hidden. > - The kicker panel draws its one-pixel border in dark gray. > - Panel 3D effects are lighter. > - Popup menus border follows the color scheme. > - Toolbar and menu separators are lighter. > - Other horizontal and vertical separators are removed. > - Group boxes are drawn in a Gnome-like look (i.e. without frame). > - Tab height is fixed: two pixels were missing. > > You can download it at: > > http://downloads.sourceforge.net/gambas/wisdow-0.1.tar.bz2?download > > Enjoy it! > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sat Aug 25 22:45:11 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 25 Aug 2007 22:45:11 +0200 Subject: [Gambas-user] Wisdow for gambas users In-Reply-To: <13c329a90708251334w22de19cboe98551609e808c02@...627...> References: <200708252142.24802.gambas@...1...> <13c329a90708251334w22de19cboe98551609e808c02@...627...> Message-ID: <200708252245.11201.gambas@...1...> On samedi 25 ao?t 2007, Roberto Estevam wrote: > don't work: > http://downloads.sourceforge.net/gambas/wisdow-0.1.tar.bz2?download > (Not Found) > Maybe with this link? http://downloads.sourceforge.net/gambas/wisdom-0.1.tar.bz2?use_mirror=osdn Otherwise, you can download it from the sourceforge web site. http://sourceforge.net/projects/gambas Regards, -- Benoit Minisini From gambas at ...1... Sun Aug 26 03:06:17 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 26 Aug 2007 03:06:17 +0200 Subject: [Gambas-user] Wisdow for gambas users In-Reply-To: <200708252142.24802.gambas@...1...> References: <200708252142.24802.gambas@...1...> Message-ID: <200708260306.17450.gambas@...1...> On samedi 25 ao?t 2007, Benoit Minisini wrote: > Hi, > > This is not really related to Gambas, but it might interest some people. > > I have patched the Plastik style, and made a new style from it that I > named 'Wisdow'. > > Here are the differences with Plastik: > - Windows XP-like arrows. > - Tree branches can be hidden. > - The kicker panel draws its one-pixel border in dark gray. > - Panel 3D effects are lighter. > - Popup menus border follows the color scheme. > - Toolbar and menu separators are lighter. > - Other horizontal and vertical separators are removed. > - Group boxes are drawn in a Gnome-like look (i.e. without frame). > - Tab height is fixed: two pixels were missing. > > You can download it at: > > http://downloads.sourceforge.net/gambas/wisdow-0.1.tar.bz2?download > > Enjoy it! > > Regards, I have released a O.2 version that fixes many bugs. Regards, -- Benoit Minisini From marcos at ...1756... Sun Aug 26 16:34:44 2007 From: marcos at ...1756... (Marcos Antonio Pandolfo Jr) Date: Sun, 26 Aug 2007 11:34:44 -0300 Subject: [Gambas-user] report creator Message-ID: <066c01c7e7ee$3ed81610$0100a8c0@...1757...> Hi Benoit, Congratulations for its excellent project, I am using has it 1 year and I am very satisfied. You have idea to project a report creator as the MSACCESS have ? It would be more easy to create complex reports. Sorry my poor english. Thank you Marcos Pandolfo Jr. Brasil From patrikh at ...1758... Mon Aug 27 10:22:00 2007 From: patrikh at ...1758... (Patrik Hasibuan) Date: Mon, 27 Aug 2007 15:22:00 +0700 Subject: [Gambas-user] developing antivirus software for windows with gambas Message-ID: <20070827152200.3df3b2e8.patrikh@...1758...> Dear all of my friends in this mailing list. I want to develop an antivirus for suse linux, solaris and windows. for suse and solaris we decided to develop with C++ and Qt but for windows we haven't decided yet. It could be easier if also with C++ in windows but out marketing department strategy said different opinion. They prefer gambas. So now the problem is if gambas give the developers the no limitation for developing an antivirus software on windows platform. Anybody in this mailing list can give me enough advices? Does gambas has interfaces to C/C++ and assembly? Does gambas not need such interface because it has the same development facility (features) as MS Visual Basic does? Does gambas has full coverage in hardware driver environment? what's about gambas'es coverage in MS Office application? If gambas does not have any coverage in MS Office application, what's about to OpenOffice? Thank you very much in advance. -- Patrik Hasibuan Junior Programmer From sourceforge-raindog2 at ...94... Mon Aug 27 17:11:21 2007 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 27 Aug 2007 11:11:21 -0400 Subject: [Gambas-user] developing antivirus software for windows with gambas In-Reply-To: <20070827152200.3df3b2e8.patrikh@...1758...> References: <20070827152200.3df3b2e8.patrikh@...1758...> Message-ID: <200708271111.22573.sourceforge-raindog2@...94...> On Monday 27 August 2007, Patrik Hasibuan wrote: > windows we haven't decided yet. It could be easier if also with C++ > in windows but out marketing department strategy said different > opinion. They prefer gambas. Gambas is not production-ready under Windows, if it works at all in its present state, and probably won't be until long after the release of 2.0. If you want to develop a Linux GUI, Gambas makes a lot of sense. Developing your application in C++ and Qt under Linux (SuSE), however, and then writing a Gambas app for Windows is totally backwards in my opinion. Rob From gareth at ...1689... Mon Aug 27 19:16:36 2007 From: gareth at ...1689... (Gareth Bult) Date: Mon, 27 Aug 2007 18:16:36 +0100 (BST) Subject: [Gambas-user] Re; GnomeFiles Message-ID: <7845510.4871188234996933.JavaMail.root@...1708...> Hi, It might be nice to have GAMBAS listed on Gnome Files ... but it looks like the application needs to come from the author .. ? http://gnomefiles.org/submit.php Thoughts? -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas at ...1... Mon Aug 27 20:06:31 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 27 Aug 2007 20:06:31 +0200 Subject: [Gambas-user] Re; GnomeFiles In-Reply-To: <7845510.4871188234996933.JavaMail.root@...1708...> References: <7845510.4871188234996933.JavaMail.root@...1708...> Message-ID: <200708272006.32002.gambas@...1...> On lundi 27 ao?t 2007, Gareth Bult wrote: > Hi, > > It might be nice to have GAMBAS listed on Gnome Files ... but it looks like > the application needs to come from the author .. ? > > http://gnomefiles.org/submit.php > > Thoughts? Done! -- Benoit Minisini From cperrin88 at ...467... Mon Aug 27 20:10:08 2007 From: cperrin88 at ...467... (Christopher Perrin) Date: Mon, 27 Aug 2007 20:10:08 +0200 Subject: [Gambas-user] developing antivirus software for windows with gambas In-Reply-To: <20070827152200.3df3b2e8.patrikh@...1758...> References: <20070827152200.3df3b2e8.patrikh@...1758...> Message-ID: <46D31380.4040800@...467...> Why do you want to use Gambas for the windows application when you alread made a c++/Qt version? C++ with Qt works on windows, mac and Linux if you do it right. > Dear all of my friends in this mailing list. > > I want to develop an antivirus for suse linux, solaris and windows. for suse and solaris we decided to develop with C++ and Qt but for windows we haven't decided yet. It could be easier if also with C++ in windows but out marketing department strategy said different opinion. They prefer gambas. > > So now the problem is if gambas give the developers the no limitation for developing an antivirus software on windows platform. Anybody in this mailing list can give me enough advices? Does gambas has interfaces to C/C++ and assembly? > Does gambas not need such interface because it has the same development facility (features) as MS Visual Basic does? Does gambas has full coverage in hardware driver environment? what's about gambas'es coverage in MS Office application? If gambas does not have any coverage in MS Office application, what's about to OpenOffice? > > Thank you very much in advance. > From Lewis.Harvey at ...1759... Mon Aug 27 21:54:45 2007 From: Lewis.Harvey at ...1759... (Harvey, Lewis (Contractor)) Date: Mon, 27 Aug 2007 14:54:45 -0500 Subject: [Gambas-user] Major Performance impact Message-ID: <9653551A72EBC140A30BC7874EFB02CA017051C0@...1760...> We have a Gambas/Qt application which we have developed on the SUSE platform. We are trying to automate our testing of this application with Squish and Froglogic test automation product for Linux. The problem is when we are trying to record the script we get a major performance impact in delays in the application. But without Squish the application runs fine. We've received the following from the Froglogic guys: This is from just trying to get it to work initially: I just got a Gambas example (TreeView) working with the soon-to-be-released Squish 3.2.2. But I expect it to work with 3.2.1, too, as the main problem was a special setup consideration: While Gambas executables are binary files they are technically still Unix scripts as they start with the magic "#!" sequence. The script will be executed by the gbx interpreter: $ file TreeView TreeView: a /usr/bin/gbx -x script text So while the Gambas program (TreeView in this example) is supposed to be set as the AUT there'll be another executable (/usr/bin/gbx in my case) will be started internally. gbx still isn't a Qt application but from what I understand it dynamically loads some modules that are linked against the dynamic Qt library. To let Squish know about this three steps need to be performed: 1.) Squish needs to be configured to use the same Qt library as used by the Gambas modules. The correct one can be retrieved via e.g.: $ ldd /.../gambas/lib/gambas/lib.gb.qt.ext.so | grep libqt libqt-mt.so.3 => /home/porten/qt-3.3.3/lib/libqt-mt.so.3 2.) Check the "Hook into Sub-Processes" option under Test Suite|Settings 3.) Add gbx to the list of registered AUTs: squishserver --config addAUT gbx /usr/bin Step 3 can also be performed via the IDE (Test Suite|Settings) by setting /usr/bin/gbx as an AUT temporarily. Care just has to be taken to set back the AUT selection to the application again. I was able to record & replay interactions on all the control elements of the example. You should be able to do the same. If not, please let us know. AND also when discussing the Performance issue: Didn't see any negative effect with Gambas 1. In general, we've never received any report that recording would slow down the app in any noticeable way. I can only assume that either Gambas itself or your application does something special with the GUI event loop (for networking, process control or so) that causes a conflict with Squish. Note we are able to get the example programs to work without a problem but it's our GUI app that is having the issue. So if anyone knows of anything that could cause assist please let me know. Thank you, Lewis Harvey Test Automation Consultant RIS - Pizza Hut (972) 338-6715 - Office (972) 743-9683 - Cell This communication is confidential and may be legally privileged. If you are not the intended recipient, (i) please do not read or disclose to others, (ii) please notify the sender by reply mail, and (iii) please delete this communication from your system. Failure to follow this process may be unlawful. Thank you for your cooperation. From gambas at ...1... Mon Aug 27 22:14:39 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 27 Aug 2007 22:14:39 +0200 Subject: [Gambas-user] Major Performance impact In-Reply-To: <9653551A72EBC140A30BC7874EFB02CA017051C0@...1760...> References: <9653551A72EBC140A30BC7874EFB02CA017051C0@...1760...> Message-ID: <200708272214.40000.gambas@...1...> On lundi 27 ao?t 2007, Harvey, Lewis (Contractor) wrote: > We have a Gambas/Qt application which we have developed on the SUSE > platform. > > We are trying to automate our testing of this application with Squish > and Froglogic test automation product for Linux. > > The problem is when we are trying to record the script we get a major > performance impact in delays in the application. But without Squish the > application runs fine. We've received the following from the Froglogic > guys: > > This is from just trying to get it to work initially: > > I just got a Gambas example (TreeView) working with the > soon-to-be-released Squish 3.2.2. But I expect it to work with 3.2.1, > too, as the main problem was a special setup consideration: > > While Gambas executables are binary files they are technically still > Unix scripts as they start with the magic "#!" sequence. The script will > be executed by the gbx interpreter: > > $ file TreeView > TreeView: a /usr/bin/gbx -x script text > > So while the Gambas program (TreeView in this example) is supposed to be > set as the AUT there'll be another executable (/usr/bin/gbx in my case) > will be started internally. gbx still isn't a Qt application but from > what I understand it dynamically loads some modules that are linked > against the dynamic Qt library. > > To let Squish know about this three steps need to be performed: > > 1.) Squish needs to be configured to use the same Qt library as used > by > the Gambas modules. The correct one can be retrieved via e.g.: > > $ ldd /.../gambas/lib/gambas/lib.gb.qt.ext.so | grep libqt > libqt-mt.so.3 => /home/porten/qt-3.3.3/lib/libqt-mt.so.3 > > 2.) Check the "Hook into Sub-Processes" option under Test > Suite|Settings > 3.) Add gbx to the list of registered AUTs: > > squishserver --config addAUT gbx /usr/bin > > Step 3 can also be performed via the IDE (Test Suite|Settings) by > setting /usr/bin/gbx as an AUT temporarily. Care just has to be taken to > set back the AUT selection to the application again. > > I was able to record & replay interactions on all the control elements > of the example. You should be able to do the same. If not, please let us > know. > AND also when discussing the Performance issue: > > Didn't see any negative effect with Gambas 1. In general, we've never > received any report that recording would slow down the app in any > noticeable way. > > I can only assume that either Gambas itself or your application does > something special with the GUI event loop (for networking, process > control or so) that causes a conflict with Squish. > > > > Note we are able to get the example programs to work without a problem > but it's our GUI app that is having the issue. > > > > So if anyone knows of anything that could cause assist please let me > know. > > > > Thank you, > > Lewis Harvey > Test Automation Consultant > RIS - Pizza Hut > (972) 338-6715 - Office > (972) 743-9683 - Cell > It's hard to guess, without knowing how Squish works. Maybe you should know that by default, the interpreter forks before loading QT or KDE libraries, because in the past these libraries didn't like being dynamically loaded after the main startup. And so the solution was setting the ld.so environment variables and forking, so that the libraries are loaded before. But now, it seems that the problem was solved in the libraries, and that the preloading is not necessary anymore. This could cause a problem to the Squish application. So try to run your application by passing the "-p" flag to the interpreter to disable shared libraries preloading. Maybe it will help? I don't think so, but at the moment, I cannot say more. Regards, -- Benoit Minisini From gareth at ...1689... Mon Aug 27 21:52:38 2007 From: gareth at ...1689... (Gareth Bult) Date: Mon, 27 Aug 2007 20:52:38 +0100 (BST) Subject: [Gambas-user] Re; GnomeFiles In-Reply-To: <200708272006.32002.gambas@...1...> Message-ID: <16722920.4991188244358129.JavaMail.root@...1708...> :) (it was actually listed I found afterwards, but it was listed as "Gtk Bindings" and did not appear in the IDE section) -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Monday, August 27, 2007 7:06:31 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; GnomeFiles On lundi 27 ao?t 2007, Gareth Bult wrote: > Hi, > > It might be nice to have GAMBAS listed on Gnome Files ... but it looks like > the application needs to come from the author .. ? > > http://gnomefiles.org/submit.php > > Thoughts? Done! -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From dcamposf at ...626... Mon Aug 27 22:46:47 2007 From: dcamposf at ...626... (Daniel Campos) Date: Mon, 27 Aug 2007 22:46:47 +0200 Subject: [Gambas-user] Re; GnomeFiles In-Reply-To: <16722920.4991188244358129.JavaMail.root@...1708...> References: <200708272006.32002.gambas@...1...> <16722920.4991188244358129.JavaMail.root@...1708...> Message-ID: <7259b5ae0708271346r22e22fb0o88be454174eee68@...627...> Well, I added the gtk bindings a lot of time ago.... 2007/8/27, Gareth Bult : > :) > > (it was actually listed I found afterwards, but it was listed as "Gtk Bindings" and did not appear in the IDE section) > > -- > Managing Director, Encryptec Limited > Tel: 0845 25 77033, Mob: 07891 389657 > Email: gareth at ...1689... > Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. > > ----- Original Message ----- > From: "Benoit Minisini" > To: "mailing list for gambas users" > Sent: Monday, August 27, 2007 7:06:31 PM (GMT) Europe/London > Subject: Re: [Gambas-user] Re; GnomeFiles > > On lundi 27 ao?t 2007, Gareth Bult wrote: > > Hi, > > > > It might be nice to have GAMBAS listed on Gnome Files ... but it looks like > > the application needs to come from the author .. ? > > > > http://gnomefiles.org/submit.php > > > > Thoughts? > > Done! > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Tue Aug 28 03:04:40 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 28 Aug 2007 03:04:40 +0200 Subject: [Gambas-user] Release of Wisdom 0.3 Message-ID: <200708280304.40460.gambas@...1...> ...and not Wisdow! You will find my theme at http://kde-look.org now. You can download it there, or on sourceforge under the gambas project. The ChangeLog for this version is: * Focus is drawn with the highlight color. It is more discreet. * Taskbar buttons are highlited unless you choose the classical look. * kdm border has been removed. * Tooltips are visible in KDE iconview. * Panel borders are more visible. * Separators keep being discreet. There are still little glitches, but I'm begin to be happy with it :-) Regards, -- Benoit Minisini From gambas.fr at ...626... Tue Aug 28 16:40:24 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 28 Aug 2007 16:40:24 +0200 Subject: [Gambas-user] developing antivirus software for windows with gambas In-Reply-To: <20070827152200.3df3b2e8.patrikh@...1758...> References: <20070827152200.3df3b2e8.patrikh@...1758...> Message-ID: <6324a42a0708280740y2e94fda0nfc1a3b218aba94ce@...627...> 2007/8/27, Patrik Hasibuan : > Dear all of my friends in this mailing list. > > I want to develop an antivirus for suse linux, solaris and windows. for suse and solaris we decided to develop with C++ and Qt but for windows we haven't decided yet. It could be easier if also with C++ in windows but out marketing department strategy said different opinion. They prefer gambas. it's a good language :) > > So now the problem is if gambas give the developers the no limitation for developing an antivirus software on windows platform. Anybody in this mailing list can give me enough advices? Does gambas has interfaces to C/C++ and assembly? > Does gambas not need such interface because it has the same development facility (features) as MS Visual Basic does? Does gambas has full coverage in hardware driver environment? what's about gambas'es coverage in MS Office application? If gambas does not have any coverage in MS Office application, what's about to OpenOffice? No, Gambas is a Linux application, and a little project so he can't at this time do anything on MS application. For an antivirus, with extention to windows.. the better tool at this time is QT4/C++ you have many tool to make easy the devellopement like kdevellop, qtdesigner. Gambas is a good tool to make short application in the UNIX domain. we can say it is like VB( only on windows and do the most possible on it), gambas is for linux and do the most on it, and use as often as it can the linux shared program (libcurl, libpoppler, libsdl, v4l, libbz2, ...) So gambas is quite linux hard coded. Nevertheless, the runtime work on windows after compilation on cygwin... but without the libs, so only on console. Fabien Bodard Marketers are not programmers ! > > Thank you very much in advance. > -- > Patrik Hasibuan > Junior Programmer > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gareth at ...1689... Tue Aug 28 10:53:28 2007 From: gareth at ...1689... (Gareth Bult) Date: Tue, 28 Aug 2007 09:53:28 +0100 (BST) Subject: [Gambas-user] Re; Keeping track of website changes Message-ID: <17217225.5441188291208279.JavaMail.root@...1708...> Hi, Just as a matter of interest, for any RSS users out there, if you want to keep track of changes on the website, which should include pretty much any changes apart from forum posts, you can use the following URL in your reader; http://gambasrad.org/search_rss?created:list:date=1970/02/01&created_usage=range:min&Creator=&submit=Search&sort_order=reverse If you want Forum postings too then you can use; Announcements; http://gambasrad.org/zforum/feed_rss?section=system Latest posts; http://gambasrad.org/zforum/feed_rss?section=latest fyi; we're now up to 16 signed up members ... :) -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gareth at ...1689... Tue Aug 28 22:19:25 2007 From: gareth at ...1689... (Gareth Bult) Date: Tue, 28 Aug 2007 21:19:25 +0100 (BST) Subject: [Gambas-user] Re; Publicity ... Message-ID: <28663406.6221188332365932.JavaMail.root@...1708...> Hi, Just as a matter of interest, there's a note on Gambas here; http://gnomedesktop.org/node/3403 Googeling "gambas" now yields gambasrad.org at #7 on the first page .. and we've had over 550 people hitting the new site so far today .. (~22,000 hits) SEO on speed ... ;-) Website contributions welcome ... some parts are looking a bit empty .. forums and software sections in particular .. (!) -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From wdahn at ...1000... Wed Aug 29 11:53:19 2007 From: wdahn at ...1000... (Werner) Date: Wed, 29 Aug 2007 17:53:19 +0800 Subject: [Gambas-user] 1.9.50: Debugger crashes when inspecting .ResultFields Message-ID: <46D5420F.2070605@...1000...> It does that on my machine. Could anyone with a db application at hand please verify? The result is local in my case. Thanks, Werner From nando_f at ...951... Wed Aug 29 19:59:23 2007 From: nando_f at ...951... (nando) Date: Wed, 29 Aug 2007 12:59:23 -0500 Subject: [Gambas-user] 1.9.50: Debugger crashes when inspecting .ResultFields In-Reply-To: <46D5420F.2070605@...1000...> References: <46D5420F.2070605@...1000...> Message-ID: <20070829175247.M51922@...1382...> My experience, if it helps... I get debugger crashes sometimes/often when string variables contain non-printable chars. I know sometimes a Char(0) in a string 'may' crash it. The debugger appears to not like those sometimes. And sometimes, it shows the string contents as designed and behaves properly. I have to make sure to not breakpoint when the watch or local strings may contain these characters. I use 1.0.6, 1.0.17 -Fernando ---------- Original Message ----------- From: Werner To: gambas-user at lists.sourceforge.net Sent: Wed, 29 Aug 2007 17:53:19 +0800 Subject: [Gambas-user] 1.9.50: Debugger crashes when inspecting .ResultFields > It does that on my machine. Could anyone with a db application at hand > please verify? > The result is local in my case. > > Thanks, > Werner > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user ------- End of Original Message ------- From jj at ...1636... Wed Aug 29 20:00:04 2007 From: jj at ...1636... (jj at ...1636...) Date: Wed, 29 Aug 2007 20:00:04 +0200 Subject: [Gambas-user] am_path_sdl error en gb.sdl Message-ID: <20070829200004.aji9xkas6ck40s0w@...1637...> gb.sdl svn version: ./configure --> ./configure: line 22222: syntax error near unexpected token `1.2.8,' ./configure: line 22222: `AM_PATH_SDL(1.2.8, , touch DISABLED)' josejulio at ...1761...:~/trunk/gb.sdl$ make In Ubuntu Feasty Fawn, with libsdl1.2-dev, automake v1.9.6 and autoconf v2.61 installed...what's wrong? thanks! From gambas at ...1... Wed Aug 29 20:54:58 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 29 Aug 2007 20:54:58 +0200 Subject: [Gambas-user] am_path_sdl error en gb.sdl In-Reply-To: <20070829200004.aji9xkas6ck40s0w@...1637...> References: <20070829200004.aji9xkas6ck40s0w@...1637...> Message-ID: <200708292054.58370.gambas@...1...> On mercredi 29 ao?t 2007, jj at ...1636... wrote: > gb.sdl svn version: > > ./configure --> > > ./configure: line 22222: syntax error near unexpected token `1.2.8,' > ./configure: line 22222: `AM_PATH_SDL(1.2.8, , touch DISABLED)' > josejulio at ...1761...:~/trunk/gb.sdl$ make > > > In Ubuntu Feasty Fawn, with libsdl1.2-dev, automake v1.9.6 and autoconf > v2.61 installed...what's wrong? > > thanks! > Did you try './reconf' before './configure'? -- Benoit Minisini From jj at ...1636... Wed Aug 29 21:14:55 2007 From: jj at ...1636... (jj at ...1636...) Date: Wed, 29 Aug 2007 21:14:55 +0200 Subject: [Gambas-user] am_path_sdl error en gb.sdl In-Reply-To: <200708292054.58370.gambas@...1...> References: <20070829200004.aji9xkas6ck40s0w@...1637...> <200708292054.58370.gambas@...1...> Message-ID: <20070829211455.81h8ppwrms4s8wkg@...1637...> josejulio at ...1761...:~/trunk/gb.sdl$ ./reconf aclocal:configure.ac:10: warning: macro `AM_PATH_SDL' not found in library Quoting Benoit Minisini : > On mercredi 29 ao?t 2007, jj at ...1636... wrote: >> gb.sdl svn version: >> >> ./configure --> >> >> ./configure: line 22222: syntax error near unexpected token `1.2.8,' >> ./configure: line 22222: `AM_PATH_SDL(1.2.8, , touch DISABLED)' >> josejulio at ...1761...:~/trunk/gb.sdl$ make >> >> >> In Ubuntu Feasty Fawn, with libsdl1.2-dev, automake v1.9.6 and autoconf >> v2.61 installed...what's wrong? >> >> thanks! >> > > Did you try './reconf' before './configure'? > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Wed Aug 29 21:16:52 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 29 Aug 2007 21:16:52 +0200 Subject: [Gambas-user] am_path_sdl error en gb.sdl In-Reply-To: <20070829211455.81h8ppwrms4s8wkg@...1637...> References: <20070829200004.aji9xkas6ck40s0w@...1637...> <200708292054.58370.gambas@...1...> <20070829211455.81h8ppwrms4s8wkg@...1637...> Message-ID: <200708292116.52947.gambas@...1...> On mercredi 29 ao?t 2007, jj at ...1636... wrote: > josejulio at ...1761...:~/trunk/gb.sdl$ ./reconf > aclocal:configure.ac:10: warning: macro `AM_PATH_SDL' not found in library > Something is missing related to the installation of the sdl libraries... Did you install the SDL development packages? -- Benoit Minisini From jj at ...1636... Wed Aug 29 22:00:38 2007 From: jj at ...1636... (jj at ...1636...) Date: Wed, 29 Aug 2007 22:00:38 +0200 Subject: [Gambas-user] am_path_sdl error en gb.sdl In-Reply-To: <200708292116.52947.gambas@...1...> References: <20070829200004.aji9xkas6ck40s0w@...1637...> <200708292054.58370.gambas@...1...> <20070829211455.81h8ppwrms4s8wkg@...1637...> <200708292116.52947.gambas@...1...> Message-ID: <20070829220038.ezfp2d4j6sg84c04@...1637...> Yes, All the packages libsdl*-dev are installed. I think that the problem is the file sdl.m4...In this file it is that defined "am_path_sdl", but I do not know to solve it :( Quoting Benoit Minisini : > On mercredi 29 ao?t 2007, jj at ...1636... wrote: >> josejulio at ...1761...:~/trunk/gb.sdl$ ./reconf >> aclocal:configure.ac:10: warning: macro `AM_PATH_SDL' not found in library >> > > Something is missing related to the installation of the sdl libraries... Did > you install the SDL development packages? > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From Lewis.Harvey at ...1759... Wed Aug 29 23:24:35 2007 From: Lewis.Harvey at ...1759... (Harvey, Lewis (Contractor)) Date: Wed, 29 Aug 2007 16:24:35 -0500 Subject: [Gambas-user] Obj Name property not passed to completed app Message-ID: <9653551A72EBC140A30BC7874EFB02CA0173BCA6@...1760...> In my automation effort I see that Gambas has an object property called name. But in when automation the tool captures the object properties and the name is always unnamed. And it does not matter what I set the name to inside of Gambas when creating my app it is not passed all the way through to the resulting object on my application. Does anyone know how I can set the name property so that it is passed all the way through Qt and to the resulting object in my application? The same for group and caption? Thank you, Lewis Harvey Test Automation Consultant RIS - Pizza Hut (972) 338-6715 - Office (972) 743-9683 - Cell This communication is confidential and may be legally privileged. If you are not the intended recipient, (i) please do not read or disclose to others, (ii) please notify the sender by reply mail, and (iii) please delete this communication from your system. Failure to follow this process may be unlawful. Thank you for your cooperation. From gambas at ...1... Thu Aug 30 01:06:14 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 30 Aug 2007 01:06:14 +0200 Subject: [Gambas-user] Obj Name property not passed to completed app In-Reply-To: <9653551A72EBC140A30BC7874EFB02CA0173BCA6@...1760...> References: <9653551A72EBC140A30BC7874EFB02CA0173BCA6@...1760...> Message-ID: <200708300106.14579.gambas@...1...> On mercredi 29 ao?t 2007, Harvey, Lewis (Contractor) wrote: > In my automation effort I see that Gambas has an object property called > name. But in when automation the tool captures the object properties > and the name is always unnamed. And it does not matter what I set the > name to inside of Gambas when creating my app it is not passed all the > way through to the resulting object on my application. Does anyone know > how I can set the name property so that it is passed all the way through > Qt and to the resulting object in my application? The same for group > and caption? The "Name" property is a Gambas property, it has nothing to do with the widget name Qt property. (hopefully, as these names are used by the Qt & KDE libraries, so you should not touch them). The "(Group)" property is syntactic sugar from the IDE, it does not exist in Gambas at all. As for the 'Caption' property, which is a synonymous of the 'Text' property, it is usually reflect in an equivalent Qt widget properties. But it depends on the Gambas control. Regards, -- Benoit Minisini From Lewis.Harvey at ...1759... Thu Aug 30 01:31:32 2007 From: Lewis.Harvey at ...1759... (Harvey, Lewis (Contractor)) Date: Wed, 29 Aug 2007 18:31:32 -0500 Subject: [Gambas-user] Gambas-user Digest, Vol 15, Issue 32 In-Reply-To: References: Message-ID: <9653551A72EBC140A30BC7874EFB02CA0173BD0F@...1760...> OK with what you stated below is there a way to create a property (containing text/str) in Gambas for an existing object that will be created in the Qt widget and the value will be passed? Thanks Lewis Harvey Message: 10 Date: Thu, 30 Aug 2007 01:06:14 +0200 From: Benoit Minisini Subject: Re: [Gambas-user] Obj Name property not passed to completed app To: mailing list for gambas users Message-ID: <200708300106.14579.gambas at ...1...> Content-Type: text/plain; charset="iso-8859-1" On mercredi 29 ao?t 2007, Harvey, Lewis (Contractor) wrote: > In my automation effort I see that Gambas has an object property called > name. But in when automation the tool captures the object properties > and the name is always unnamed. And it does not matter what I set the > name to inside of Gambas when creating my app it is not passed all the > way through to the resulting object on my application. Does anyone know > how I can set the name property so that it is passed all the way through > Qt and to the resulting object in my application? The same for group > and caption? The "Name" property is a Gambas property, it has nothing to do with the widget name Qt property. (hopefully, as these names are used by the Qt & KDE libraries, so you should not touch them). The "(Group)" property is syntactic sugar from the IDE, it does not exist in Gambas at all. As for the 'Caption' property, which is a synonymous of the 'Text' property, it is usually reflect in an equivalent Qt widget properties. But it depends on the Gambas control. Regards, -- Benoit Minisini Thank you, Lewis Harvey Test Automation Consultant RIS - Pizza Hut (972) 338-6715 - Office (972) 743-9683 - Cell This communication is confidential and may be legally privileged. If you are not the intended recipient, (i) please do not read or disclose to others, (ii) please notify the sender by reply mail, and (iii) please delete this communication from your system. Failure to follow this process may be unlawful. Thank you for your cooperation. From gambas at ...1... Thu Aug 30 01:42:03 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 30 Aug 2007 01:42:03 +0200 Subject: [Gambas-user] Gambas-user Digest, Vol 15, Issue 32 In-Reply-To: <9653551A72EBC140A30BC7874EFB02CA0173BD0F@...1760...> References: <9653551A72EBC140A30BC7874EFB02CA0173BD0F@...1760...> Message-ID: <200708300142.03911.gambas@...1...> On jeudi 30 ao?t 2007, Harvey, Lewis (Contractor) wrote: > OK with what you stated below is there a way to create a property > (containing text/str) in Gambas for an existing object that will be > created in the Qt widget and the value will be passed? > > Thanks > Lewis Harvey > Not really, but you can patch the source code for that: In the latest revision, modify the ./trunk/gb.qt/src/CWidget.cpp file by inserting the following code at line 236. WIDGET->setName(THIS->name); Then recompile. Now Qt widget names will be set to the Gambas Name property value automatically at initialization. But be careful, changing the name property at run-time won't work. Regards, -- Benoit Minisini From easuter at ...626... Thu Aug 30 01:43:02 2007 From: easuter at ...626... (easuter) Date: Wed, 29 Aug 2007 16:43:02 -0700 (PDT) Subject: [Gambas-user] Calling library functions in Gambas2 In-Reply-To: <200708200122.55227.ronstk@...239...> References: <6bb01940708191619l2e9d79eja1e3e0986788604f@...627...> <200708200122.55227.ronstk@...239...> Message-ID: <12398013.post@...1379...> Thanks Ron, but I'm not sure this is working out too well, lol What I need is to use parted to get the name (eg: xfs, reiserfs or ext3) of the filesystem of a partition. I've been battling to figure out which function in libparted exactly I need and how to declare it (even after looking at the source code, which is mostly lost on me since I haven no experience with C, just a few of the basics). I think that I need ped_filesystem_type_get (http://www.gnu.org/software/parted/api/group__PedFileSystem.html#g7aedfb472456048086ebacb6c0f03836), but have no idea how it should be declared in gambas to work properly. Also, I'm not sure that this feature works 100%. For example, the simplest of all I tried just to test the EXTERN functions in general it was: PUBLIC EXTERN printf(stest AS String, itest AS Integer) AS String IN "libc:6" PUBLIC SUB main() PRINT printf("Testing string, now testing integer: %d", 5) END returns: Testing string, now testing integer: 5 That worked fine. However, calling the simplest function in libparted (ped_get_version) did not return anything useful, but then again, I'm probably doing something wrong. PUBLIC EXTERN ped_get_version() AS String IN "libparted" PUBLIC SUB main() PRINT ped_get_version() END returns an empty string. If I make the extern declaration use an Integer as the return data-type for ped_get_version, then a very useless number is returned (-1212003088). Same happens when made to use Pointer and if I use StrPtr(ped_get_version()), then the same empty string is returned as when I use the String datatype. I'd really appreciate any help in pointing out mistakes here, and if possible some indicators as to what can be done about the ped_filesystem_type_get function. Cheers, Eug?ne -- View this message in context: http://www.nabble.com/Calling-library-functions-in-Gambas2-tf4295859.html#a12398013 Sent from the gambas-user mailing list archive at Nabble.com. From ronstk at ...239... Thu Aug 30 01:56:54 2007 From: ronstk at ...239... (ron) Date: Thu, 30 Aug 2007 01:56:54 +0200 Subject: [Gambas-user] Calling library functions in Gambas2 In-Reply-To: <12398013.post@...1379...> References: <6bb01940708191619l2e9d79eja1e3e0986788604f@...627...> <200708200122.55227.ronstk@...239...> <12398013.post@...1379...> Message-ID: <200708300156.54456.ronstk@...239...> On Thursday 30 August 2007 01:43, easuter wrote: > > Thanks Ron, but I'm not sure this is working out too well, lol > > What I need is to use parted to get the name (eg: xfs, reiserfs or ext3) of > the filesystem of a partition. > I've been battling to figure out which function in libparted exactly I need > and how to declare it (even after looking at the source code, which is > mostly lost on me since I haven no experience with C, just a few of the > basics). > I think that I need ped_filesystem_type_get > (http://www.gnu.org/software/parted/api/group__PedFileSystem.html#g7aedfb472456048086ebacb6c0f03836), > but have no idea how it should be declared in gambas to work properly. > > Also, I'm not sure that this feature works 100%. > > For example, the simplest of all I tried just to test the EXTERN functions > in general it was: > > PUBLIC EXTERN printf(stest AS String, itest AS Integer) AS String IN > "libc:6" > > PUBLIC SUB main() > PRINT printf("Testing string, now testing integer: %d", 5) > END > > returns: Testing string, now testing integer: 5 > > That worked fine. However, calling the simplest function in libparted > (ped_get_version) did not return anything useful, but then again, I'm > probably doing something wrong. > > PUBLIC EXTERN ped_get_version() AS String IN "libparted" > > PUBLIC SUB main() > PRINT ped_get_version() > END > > returns an empty string. > If I make the extern declaration use an Integer as the return data-type for > ped_get_version, then a very useless number is returned (-1212003088). > Same happens when made to use Pointer and if I use > StrPtr(ped_get_version()), then the same empty string is returned as when I > use the String datatype. > > I'd really appreciate any help in pointing out mistakes here, and if > possible some indicators as to what can be done about the > ped_filesystem_type_get function. > > Cheers, > > Eug?ne To see the filesystem type you can do fdisk -l /dev/hda (lowercase L!!) The /dev/hda should be a block device with a filesystem on it. This can be used in gambas with the EXEC or SHELL statement. search the help for it, I have no out of the box example in mind. :) Ron From gambas at ...1... Thu Aug 30 02:02:33 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 30 Aug 2007 02:02:33 +0200 Subject: [Gambas-user] Calling library functions in Gambas2 In-Reply-To: <12398013.post@...1379...> References: <6bb01940708191619l2e9d79eja1e3e0986788604f@...627...> <200708200122.55227.ronstk@...239...> <12398013.post@...1379...> Message-ID: <200708300202.33528.gambas@...1...> On jeudi 30 ao?t 2007, easuter wrote: > Thanks Ron, but I'm not sure this is working out too well, lol > > What I need is to use parted to get the name (eg: xfs, reiserfs or ext3) of > the filesystem of a partition. > I've been battling to figure out which function in libparted exactly I need > and how to declare it (even after looking at the source code, which is > mostly lost on me since I haven no experience with C, just a few of the > basics). > I think that I need ped_filesystem_type_get > (http://www.gnu.org/software/parted/api/group__PedFileSystem.html#g7aedfb47 >2456048086ebacb6c0f03836), but have no idea how it should be declared in > gambas to work properly. > > Also, I'm not sure that this feature works 100%. > > For example, the simplest of all I tried just to test the EXTERN functions > in general it was: > > PUBLIC EXTERN printf(stest AS String, itest AS Integer) AS String IN > "libc:6" > > PUBLIC SUB main() > PRINT printf("Testing string, now testing integer: %d", 5) > END > > returns: Testing string, now testing integer: 5 > > That worked fine. Not at all: printf() returns an integer, that is the number of printer characters. You should have declared printf this way: PUBLIC EXTERN printf(stest AS String, itest AS Integer) AS Integer IN "libc:6" > However, calling the simplest function in libparted > (ped_get_version) did not return anything useful, but then again, I'm > probably doing something wrong. > > PUBLIC EXTERN ped_get_version() AS String IN "libparted" > > PUBLIC SUB main() > PRINT ped_get_version() > END > > returns an empty string. > If I make the extern declaration use an Integer as the return data-type for > ped_get_version, then a very useless number is returned (-1212003088). > Same happens when made to use Pointer and if I use > StrPtr(ped_get_version()), then the same empty string is returned as when I > use the String datatype. > > I'd really appreciate any help in pointing out mistakes here, and if > possible some indicators as to what can be done about the > ped_filesystem_type_get function. > > Cheers, > > Eug?ne Apparently this is a bug... Try the latest revision, it should work now! Regards, -- Benoit Minisini From gambas at ...1... Thu Aug 30 02:05:04 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 30 Aug 2007 02:05:04 +0200 Subject: [Gambas-user] Books In-Reply-To: <13c329a90708230341x6b573444rc9535983c8e185cd@...627...> References: <13c329a90708230341x6b573444rc9535983c8e185cd@...627...> Message-ID: <200708300205.04394.gambas@...1...> On jeudi 23 ao?t 2007, Roberto Estevam wrote: > Hello Bonoit, I think u need see that: > http://br.geocities.com/gambasbr/livros/livros.html > The man translate the book " A spanish book written by Daniel Campos & Jos? > Luis Redrejo, with a foreword by your servant." for PT-BR Thanks, I have update the web site. But apparently he didn't translate my foreword... -- Benoit Minisini From gareth at ...1689... Thu Aug 30 00:52:55 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 29 Aug 2007 23:52:55 +0100 (BST) Subject: [Gambas-user] Re; bug tracker issue #1 Message-ID: <6229975.7741188427975998.JavaMail.root@...1708...> Hi, I managed to get a stack trace on the runaway code and updated the bug tracker .. http://gambasrad.org/bugtrak/gambas-bug-tracker/1 Any ideas what might be causing it? (I still have a debugger session open on the runaway instance if it's of any use ...) Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas at ...1... Thu Aug 30 02:23:28 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 30 Aug 2007 02:23:28 +0200 Subject: [Gambas-user] Re; bug tracker issue #1 In-Reply-To: <6229975.7741188427975998.JavaMail.root@...1708...> References: <6229975.7741188427975998.JavaMail.root@...1708...> Message-ID: <200708300223.28745.gambas@...1...> On jeudi 30 ao?t 2007, Gareth Bult wrote: > Hi, > > I managed to get a stack trace on the runaway code and updated the bug > tracker .. http://gambasrad.org/bugtrak/gambas-bug-tracker/1 > > Any ideas what might be causing it? > > (I still have a debugger session open on the runaway instance if it's of > any use ...) > > Gareth. If you can provide me an ssh access to the machine where the debugger session is opened, yes, it will be useful! -- Benoit Minisini From gareth at ...1689... Thu Aug 30 10:11:33 2007 From: gareth at ...1689... (Gareth Bult) Date: Thu, 30 Aug 2007 09:11:33 +0100 (BST) Subject: [Gambas-user] Re; bug tracker issue #1 In-Reply-To: <200708300223.28745.gambas@...1...> Message-ID: <10110071.7941188461493902.JavaMail.root@...1708...> Mmm, afriad not, it's a live customer server inside a secure network .. :( But I can run any traceback type commands you want via IRC ? Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Thursday, August 30, 2007 1:23:28 AM (GMT) Europe/London Subject: Re: [Gambas-user] Re; bug tracker issue #1 On jeudi 30 ao?t 2007, Gareth Bult wrote: > Hi, > > I managed to get a stack trace on the runaway code and updated the bug > tracker .. http://gambasrad.org/bugtrak/gambas-bug-tracker/1 > > Any ideas what might be causing it? > > (I still have a debugger session open on the runaway instance if it's of > any use ...) > > Gareth. If you can provide me an ssh access to the machine where the debugger session is opened, yes, it will be useful! -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From jj at ...1636... Thu Aug 30 12:29:10 2007 From: jj at ...1636... (jj at ...1636...) Date: Thu, 30 Aug 2007 12:29:10 +0200 Subject: [Gambas-user] am_path_sdl error en gb.sdl In-Reply-To: <20070829220038.ezfp2d4j6sg84c04@...1637...> References: <20070829200004.aji9xkas6ck40s0w@...1637...> <200708292054.58370.gambas@...1...> <20070829211455.81h8ppwrms4s8wkg@...1637...> <200708292116.52947.gambas@...1...> <20070829220038.ezfp2d4j6sg84c04@...1637...> Message-ID: <20070830122910.oubuk8w0e80gkoko@...1637...> mmm...it's ok now. $sudo cp /usr/share/aclocal/sdl.m4 /usr/local/share/aclocal-1.9/ thanks! Quoting jj at ...1636...: > > Yes, All the packages libsdl*-dev are installed. > I think that the problem is the file sdl.m4...In this file it is that defined > "am_path_sdl", but I do not know to solve it :( > > > Quoting Benoit Minisini : > >> On mercredi 29 ao?t 2007, jj at ...1636... wrote: >>> josejulio at ...1761...:~/trunk/gb.sdl$ ./reconf >>> aclocal:configure.ac:10: warning: macro `AM_PATH_SDL' not found in library >>> >> >> Something is missing related to the installation of the sdl libraries... Did >> you install the SDL development packages? >> >> -- >> Benoit Minisini >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From wspinto at ...1405... Thu Aug 30 13:30:27 2007 From: wspinto at ...1405... (Wellington de Souza Pinto) Date: Thu, 30 Aug 2007 08:30:27 -0300 Subject: [Gambas-user] Close button dont work in this case. Why??? Message-ID: <1188473427.46d6aa530c557@...1540...> Hi! If i call the forms in this method, the close button and me.close() not work. Why??? ... Function Main() Dim hForm as Form hForm = New mForm hForm.ShowModal() hForm = Null END (in mForm) Have menu with 3 options (mySub1, mySub2, mySub3) In Click() method im call the next window mySub1.Show() When i click in X button in mySub1,2 or 3 FORM (Close Button, in caption) or use this code (ME.Close()) DONT CLOSE THE FORMS!!!! WHY????????????? The (X) and Me.Close() not Work!!! myForm1.ShowModal (call) myForm2.Show (call) myForm3,4,5 and 6.Show The Close not work in myForm3,4,5 and 6 and if click in close in myform2 the forms 3,4,5 and 6 are closed. Reguards, Souza Wellington ___________________________________________________________________________________ Para fazer uma liga??o DDD pra perto ou pra longe, faz um 21. A Embratel tem tarifas muito baratas esperando por voc?. Aproveite! From gambas at ...1... Thu Aug 30 13:34:19 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 30 Aug 2007 13:34:19 +0200 Subject: [Gambas-user] Close button dont work in this case. Why??? In-Reply-To: <1188473427.46d6aa530c557@...1540...> References: <1188473427.46d6aa530c557@...1540...> Message-ID: <200708301334.20146.gambas@...1...> On jeudi 30 ao?t 2007, Wellington de Souza Pinto wrote: > Hi! > > If i call the forms in this method, the close button and me.close() not > work. Why??? > > ... Function Main() > > Dim hForm as Form > > hForm = New mForm > hForm.ShowModal() > hForm = Null > > END > > (in mForm) Have menu with 3 options (mySub1, mySub2, mySub3) > > In Click() method im call the next window > > mySub1.Show() > > When i click in X button in mySub1,2 or 3 FORM (Close Button, in caption) > or use this code (ME.Close()) > > DONT CLOSE THE FORMS!!!! WHY????????????? > > The (X) and Me.Close() not Work!!! > > myForm1.ShowModal (call) myForm2.Show (call) myForm3,4,5 and 6.Show > The Close not work in myForm3,4,5 and 6 and if click in close in myform2 > the forms 3,4,5 and 6 are closed. > > Reguards, > > Souza Wellington > Sorry to my late answer, I didn't succeed in adding a comment to your post in the bug tracker. Maybe now it works, but I forgot to retry. In the project you posted to the bug tracker, you open the first form with Show(), the second with ShowModal(), and the third with Show(). Normally, once a modal window is displayed, all following shown window should become modals. Try with gb.gtk, you will see that the third Show() is silently replaced by a ShowModal(). But not in gb.qt! I tried to make these lastly opened windows "locally" modal, but I didn't succeed. So I recently reverted these changes and keep the gb.gtk behaviour... You should try with the last svn revision and tell me if it works. Regards, -- Benoit Minisini From steven at ...1652... Thu Aug 30 18:01:04 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Thu, 30 Aug 2007 18:01:04 +0200 Subject: [Gambas-user] MySQL Message-ID: <200708301801.04382.steven@...1652...> Hi, I got into a problem with MySQL If i do update Ventes Set ..... bla bla bla, Code = (SELECT MAX(Code) FROM Ventes) + 1 which is perfectly valid under MySQL, i get an (Gambas ?) error message stating that I cannot update Ventes width the above subquiry ???? I suppose I'm doing something wrong, but since the error message is not from Mysql (You have an error in your Mysql syntax bla bla bla...), i thought I ask first here. Thanks, Steven From gambas at ...1... Thu Aug 30 18:07:45 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 30 Aug 2007 18:07:45 +0200 Subject: [Gambas-user] MySQL In-Reply-To: <200708301801.04382.steven@...1652...> References: <200708301801.04382.steven@...1652...> Message-ID: <200708301807.45846.gambas@...1...> On jeudi 30 ao?t 2007, Steven Lobbezoo wrote: > Hi, > > I got into a problem with MySQL > If i do > update Ventes Set ..... bla bla bla, Code = (SELECT MAX(Code) FROM > Ventes) + 1 > which is perfectly valid under MySQL, i get an (Gambas ?) error message > stating that I cannot update Ventes width the above subquiry ???? > > I suppose I'm doing something wrong, but since the error message is not > from Mysql (You have an error in your Mysql syntax bla bla bla...), i > thought I ask first here. > > Thanks, > Steven > Please: - Tell which version of gambas you use. - Tell what is actually the query (how can I guess what 'bla bla bla' is?) - Better, send a full Gambas project. Thanks in advance. Regards, -- Benoit Minisini From gareth at ...1689... Thu Aug 30 18:14:37 2007 From: gareth at ...1689... (Gareth Bult) Date: Thu, 30 Aug 2007 17:14:37 +0100 (BST) Subject: [Gambas-user] MySQL In-Reply-To: <200708301807.45846.gambas@...1...> Message-ID: <27256294.191188490477416.JavaMail.root@...1708...> Or even better, log it here; http://gambasrad.org/bugtrak -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07891 389657 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Thursday, August 30, 2007 5:07:45 PM (GMT) Europe/London Subject: Re: [Gambas-user] MySQL On jeudi 30 ao?t 2007, Steven Lobbezoo wrote: > Hi, > > I got into a problem with MySQL > If i do > update Ventes Set ..... bla bla bla, Code = (SELECT MAX(Code) FROM > Ventes) + 1 > which is perfectly valid under MySQL, i get an (Gambas ?) error message > stating that I cannot update Ventes width the above subquiry ???? > > I suppose I'm doing something wrong, but since the error message is not > from Mysql (You have an error in your Mysql syntax bla bla bla...), i > thought I ask first here. > > Thanks, > Steven > Please: - Tell which version of gambas you use. - Tell what is actually the query (how can I guess what 'bla bla bla' is?) - Better, send a full Gambas project. Thanks in advance. Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From easuter at ...626... Thu Aug 30 20:22:16 2007 From: easuter at ...626... (easuter) Date: Thu, 30 Aug 2007 11:22:16 -0700 (PDT) Subject: [Gambas-user] Calling library functions in Gambas2 In-Reply-To: <200708300156.54456.ronstk@...239...> References: <6bb01940708191619l2e9d79eja1e3e0986788604f@...627...> <200708200122.55227.ronstk@...239...> <12398013.post@...1379...> <200708300156.54456.ronstk@...239...> Message-ID: <12413230.post@...1379...> Thanks for both the replies! I'll try the latest revision of Gambas (and parted, just to make sure ;) Ron: unfortunately, fdisk returns the filesystem type (ID), not the filesystem name. It will identify both reiserfs and ext3 simply as "Linux", thats why its not very useful. I already have working code to parse the text output from parted which will give me the filesystem names (parted /dev/hda unit compact print), however, parted is slower than fdisk and does not (and cannot) give the data for all the drives at once (that command has to be re-run for hdb, sda, etc...). Add to that that the output still has to be parsed with some very intricate FOR loops (within other FOR/WHILE loops) and using a couple of arrays to get the data split up in a usable manner...its just far to slow and messy. Thats why I'm trying to use libparted directly. This is the hardest way, but will be the fastest if I can get it to return only the values I need, and in a way that requires the least amount of parsing. -- View this message in context: http://www.nabble.com/Calling-library-functions-in-Gambas2-tf4295859.html#a12413230 Sent from the gambas-user mailing list archive at Nabble.com. From rolf.frogs at ...221... Fri Aug 31 09:12:37 2007 From: rolf.frogs at ...221... (Rolf Schmidt) Date: Fri, 31 Aug 2007 09:12:37 +0200 Subject: [Gambas-user] Calling library functions in Gambas2 In-Reply-To: <12413230.post@...1379...> References: <6bb01940708191619l2e9d79eja1e3e0986788604f@...627...> <200708300156.54456.ronstk@...239...> <12413230.post@...1379...> Message-ID: <200708310912.41696.rolf.frogs@...221...> Hello easuter: > Ron: unfortunately, fdisk returns the filesystem type (ID), not the > filesystem name. It will identify both reiserfs and ext3 simply as "Linux", > thats why its not very useful. Try "df -T" to see all mounted partitions an the filesystem they use. Greetings Rolf -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From easuter at ...626... Fri Aug 31 18:57:46 2007 From: easuter at ...626... (easuter) Date: Fri, 31 Aug 2007 09:57:46 -0700 (PDT) Subject: [Gambas-user] Calling library functions in Gambas2 In-Reply-To: <200708310912.41696.rolf.frogs@...221...> References: <6bb01940708191619l2e9d79eja1e3e0986788604f@...627...> <200708200122.55227.ronstk@...239...> <12398013.post@...1379...> <200708300156.54456.ronstk@...239...> <12413230.post@...1379...> <200708310912.41696.rolf.frogs@...221...> Message-ID: <12430247.post@...1379...> Rolf Schmidt wrote: > > Hello easuter: > >> Ron: unfortunately, fdisk returns the filesystem type (ID), not the >> filesystem name. It will identify both reiserfs and ext3 simply as >> "Linux", >> thats why its not very useful. > > Try "df -T" to see all mounted partitions an the filesystem they use. > > Greetings > Rolf > Hi Rolf, I am considering df as a last resort, because of the fact that all the partitions need to be mounted. I'm busy (and so several other VectorLinux developers) working on what will become the graphical installer for VectorLinux. So I'd rather not have to mount all the partitions to get data from them (could also be slow if there are lots of partitions to be mounted). Right now I'm still trying to get Gambas 1.9.50 to build properly, so I'll report back on any progress later on. Thanks again for the replies! -- View this message in context: http://www.nabble.com/Calling-library-functions-in-Gambas2-tf4295859.html#a12430247 Sent from the gambas-user mailing list archive at Nabble.com.