[Gambas-user] Um presentinho - Julio

2009-05-18 Thread Julio Vivian
Julio Vivian pertence ao Skoost e enviou um presentinho para você. Clique abaixo para receber seu presente: http://pt.skoost.com/fun?gambas%2Duser%40lists%2Esourceforge%2Enet/16249871/10 Obs. Este é um presente seguro e despretencioso que Julio Vivian enviou a partir do Skoost, o site dos brindes

Re: [Gambas-user] A web page for Gambas applications

2009-05-18 Thread GH
Je le teste de temps en temps Merci Jacky pour ce magnifique soft :) -- From: "Jack" Sent: Monday, May 18, 2009 7:16 PM To: "mailing list for gambas users" Subject: Re: [Gambas-user] A web page for Gambas applications > > Salut Benoit, > > Name:

Re: [Gambas-user] kdesu vs gksu

2009-05-18 Thread Jesus Guardon
Hey, thanks for your quick reply, David I'm going to test it now. I didn't know of these constants before. Just in case they match, because I've found in OpenSuSe 11.1 with KDE 4 that it is the opposite, it comes with gksu (at least in my testing VM). Also, we may use "which gksu" to know if it

[Gambas-user] Conect to Firebird with ODBC

2009-05-18 Thread cristian abarzua
Hello. Anyone managed to connect to Firebird through ODBC?. Do you know what steps to do it?. Regards -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unli

Re: [Gambas-user] kdesu vs gksu

2009-05-18 Thread David Villalobos Cambronero
Hi, If Application.Env["KDE_FULL_SESSION"] Then Shell "kdesu " & Command Else If Application.Env["GNOME_DESKTOP_SESSION_ID"] Then Shell "gksu " & Command Endif Saludos -- David - Original Message From: Jesus Guardon To: mailing list for gambas users Sent: Monday,

[Gambas-user] kdesu vs gksu

2009-05-18 Thread Jesus Guardon
Yes, I know it may be a little off-topic, but the question is: I need to launch a process with root privileges from SHELL command in Gambas. Users of my application can have Gnome or KDE, so I don't know which command I must issue to get it to work. Is there a way to choose between either gksu

Re: [Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread Stefano Palmeri
Il lunedì 18 maggio 2009 17:05:33 Benoît Minisini ha scritto: > > Il lunedì 18 maggio 2009 16:23:25 M0E Lnx ha scritto: > > > I'm trying to upgrade to 2.13.0 and my build is failing during the > > > gb.gtk build process. > > > > > > Here is a link to the error details > > > http://nopaste.com/p/aUC

Re: [Gambas-user] a Debug question

2009-05-18 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> If one puts in a breakpoint, and is stepping through the code one line > >> at a time to check values of variables etc, is there any way or > >> re-setting to a line in the same subroutine prior to the current line > >> you have stopped on. > >> > >> I've found

Re: [Gambas-user] Gambas Scripting Language - Some Questions

2009-05-18 Thread Benoît Minisini
> Hello all, > I have some questions about the scripting language. I need a little help. > Question > > Thanks in advance, and have a nice weekend. > The scripter works by creating a temporary project from your script, by compiling it, and by running it. The compiled project is cached so that it

Re: [Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread M0E Lnx
Ok. My test on svn rev 1964 reveals success. So it is fixed. I will wait for the official 2.13.1 to build again because this is the official package for our distro. But again... it seems fixed in svn now... make succeeded On May 18, 2009 10:18 AM, "M0E Lnx" wrote: Running test right now... on

Re: [Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread M0E Lnx
Running test right now... on rev 1904. Will report back in a bit On May 18, 2009 10:16 AM, "Stefano Palmeri" wrote: Il lunedì 18 maggio 2009 17:05:33 Benoît Minisini ha scritto: > > Il lunedì 18 maggio 2009 16:23:25 M0E Lnx ha scritto: > > > I'm trying to upgrade to 2.13.0 and ... Ok. I'm going

Re: [Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread Stefano Palmeri
Il lunedì 18 maggio 2009 17:05:33 Benoît Minisini ha scritto: > > Il lunedì 18 maggio 2009 16:23:25 M0E Lnx ha scritto: > > > I'm trying to upgrade to 2.13.0 and my build is failing during the > > > gb.gtk build process. > > > > > > Here is a link to the error details > > > http://nopaste.com/p/aUC

Re: [Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread Benoît Minisini
> Il lunedì 18 maggio 2009 16:23:25 M0E Lnx ha scritto: > > I'm trying to upgrade to 2.13.0 and my build is failing during the > > gb.gtk build process. > > > > Here is a link to the error details > > http://nopaste.com/p/aUCCbdxsqb > > > > This is VectorLinux 6.0 (based on slackware 12.1) > > gtk

Re: [Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread Stefano Palmeri
Il lunedì 18 maggio 2009 16:23:25 M0E Lnx ha scritto: > I'm trying to upgrade to 2.13.0 and my build is failing during the > gb.gtk build process. > > Here is a link to the error details > http://nopaste.com/p/aUCCbdxsqb > > This is VectorLinux 6.0 (based on slackware 12.1) > gtk version is 2.12.9

Re: [Gambas-user] Signal 11 with some ByRef conditions

2009-05-18 Thread Jussi Lahtinen
Thanks!! My work just jammed because this issue, so fix couldn't have any better timing! And it seems to work! Jussi 2009/5/18 Benoît Minisini : >> Hi! >> >> Call this function; >> >> Public Function Test(a1 As Object, ByRef a2 As Long, a3 As Long, a4 As >> Long, a5 As Boolean, a6 As Boolean,

[Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread M0E Lnx
I'm trying to upgrade to 2.13.0 and my build is failing during the gb.gtk build process. Here is a link to the error details http://nopaste.com/p/aUCCbdxsqb This is VectorLinux 6.0 (based on slackware 12.1) gtk version is 2.12.9 Any ideas? ---

Re: [Gambas-user] Signal 11 with some ByRef conditions

2009-05-18 Thread Benoît Minisini
> Hi! > > Call this function; > > Public Function Test(a1 As Object, ByRef a2 As Long, a3 As Long, a4 As > Long, a5 As Boolean, a6 As Boolean, a7 As Long, a8 As Long, a9 As > Boolean, Optional ByRef a10 As Long, Optional ByRef a11 As Long, > Optional ByRef a12 As Long, Optional ByRef a13 As Long, O

Re: [Gambas-user] configure and gb.qte

2009-05-18 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: Benoît Minisini schrieb: 2009/5/15 Rolf-Werner Eilert I just downloaded the 2.13 release. Trying to compile it, I ran into this old error of gb.qte. Here is the rest of the ./configure messages where it eventually stops: checking if g++ static flag -static works... y

Re: [Gambas-user] configure and gb.qte

2009-05-18 Thread Benoît Minisini
> Benoît Minisini schrieb: > >> 2009/5/15 Rolf-Werner Eilert > >> > >>> I just downloaded the 2.13 release. Trying to compile it, I ran into > >>> this old error of gb.qte. Here is the rest of the ./configure messages > >>> where it eventually stops: > >>> > >>> checking if g++ static flag -static

Re: [Gambas-user] configure and gb.qte

2009-05-18 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: 2009/5/15 Rolf-Werner Eilert I just downloaded the 2.13 release. Trying to compile it, I ran into this old error of gb.qte. Here is the rest of the ./configure messages where it eventually stops: checking if g++ static flag -static works... yes checking if g++ support