Re: [Gambas-user] Gambas-user Digest, Vol 30, Issue 46

2008-11-20 Thread Jacky
Le Friday 21 November 2008 06:59:16 teguh eko, vous avez écrit : > Hello, > > I'm newbie in gambas.. > my name is Teguh Eko Yuniarto from Indonesia. > > Please teach me how to make report using gambas, how to use gb.report. Salut, you can see the gb.report example in gambas2-x.x.x/comp/src cordi

Re: [Gambas-user] compiling a programm on the console

2008-11-20 Thread Doriano Blengino
[EMAIL PROTECTED] ha scritto: > Hi Doriano! > > I've kept that in mind. :-) ...during my investigations I always moved the > executable out of the project directory, so the compiler had to do it's job! > > It _seems_ to be like this: > 1) Open the old source in the gambas IDE > 2) Simply store it

Re: [Gambas-user] Gambas-user Digest, Vol 30, Issue 46

2008-11-20 Thread teguh eko
Hello, I'm newbie in gambas.. my name is Teguh Eko Yuniarto from Indonesia. Please teach me how to make report using gambas, how to use gb.report. thanks.. Regard's - This SF.Net email is sponsored by the Moblin Your Move D

Re: [Gambas-user] Web Services: Working with WSDL

2008-11-20 Thread birchy
I've done some further research into adding SOAP capabilities to Gambas and have discovered the gSOAP open source library which is a C library. It is well documented, cross platform, and available in many Linux repositories, including Ubuntu and other Debian packages. What gSOAP does is, it takes

Re: [Gambas-user] Building Gambas on Ubuntu 8.10

2008-11-20 Thread Toni
Hi Gareth, I compiled Gambas on my Ubuntu 8.10 "downgrading" libtool to version 1.5 before compiling. I downloaded the libtool 1.5 package and then I did "sudo dpkg --force-downgrade -i libtool_1.5.26-1ubuntu1_amd64.deb" to install it (note the --force-downgrade) Cheers, Toni En/na Gareth Bul

Re: [Gambas-user] lblHelp issue

2008-11-20 Thread Benoit Minisini
On jeudi 20 novembre 2008, Demosthenes Koptsis wrote: > Hi to all of you my friends, > > I want to report an issue about gambas2 project. > > In IDE environment the lblHelp does not show all its text when i click a > property with long text. > > Is that true or is my misuse? Can you be more specif

Re: [Gambas-user] Building Gambas on Ubuntu 8.10

2008-11-20 Thread Benoit Minisini
On jeudi 20 novembre 2008, Gareth Bult wrote: > Hi, > > It looks like the version of libtool now on Ubuntu 8.10 (V2.2) is > incompatible with the version Gambas uses (1.5?) and as a result I can't > build either the 2.x or 3.x svn trees. > > Anyone got a fix / way round this ? > I have no fix, bec

Re: [Gambas-user] compiling a programm on the console

2008-11-20 Thread gambas
Hi Doriano! I've kept that in mind. :-) ...during my investigations I always moved the executable out of the project directory, so the compiler had to do it's job! It _seems_ to be like this: 1) Open the old source in the gambas IDE 2) Simply store it (there is no need to compile it) 3) move the

Re: [Gambas-user] compiling a programm on the console

2008-11-20 Thread Doriano Blengino
[EMAIL PROTECTED] ha scritto: > Hi List! > > Funny to answer his own question! :- > The trick is: > - Open the module-project in the IDE of your developing machine. > - Press CTRL+ALT+m (Don't know, if simply saving the project is sufficient.) > - Copy the $ProjectName.module-file into the proj

Re: [Gambas-user] compiling a programm on the console

2008-11-20 Thread gambas
Hi List! Funny to answer his own question! :- The trick is: - Open the module-project in the IDE of your developing machine. - Press CTRL+ALT+m (Don't know, if simply saving the project is sufficient.) - Copy the $ProjectName.module-file into the project directory on the target machine - gbc3

[Gambas-user] Building Gambas on Ubuntu 8.10

2008-11-20 Thread Gareth Bult
Hi, It looks like the version of libtool now on Ubuntu 8.10 (V2.2) is incompatible with the version Gambas uses (1.5?) and as a result I can't build either the 2.x or 3.x svn trees. Anyone got a fix / way round this ? # make make all-recursive make[1]: Entering directory `/usr/src/gambas2

[Gambas-user] compiling a programm on the console

2008-11-20 Thread gambas
Hi Dear List! When entering CTRL+ALT+m in the IDE, what does it do in background? gbc3 -vam and then a gba3 -v ??? Problem is: I've upgraded to latest svn and recompiled (in the IDE) my console-programm AND one of my modules (classes), which is used by the programm. ...and everything is fine.

Re: [Gambas-user] Beginers questions

2008-11-20 Thread Demosthenes Koptsis
For now i write small apps and i will use Werner method. Thanks a lot for your respond! On Sat, Nov 15, 2008 at 10:37 AM, Tomas Eroles i Forner < [EMAIL PROTECTED]> wrote: > Hi all! > > El dv 14 de 11 del 2008 a les 11:40 -0500, en/na Stephen Bungay va > escriure: > > Demosthenes Koptsis wrote

[Gambas-user] lblHelp issue

2008-11-20 Thread Demosthenes Koptsis
Hi to all of you my friends, I want to report an issue about gambas2 project. In IDE environment the lblHelp does not show all its text when i click a property with long text. Is that true or is my misuse? -- Γεια χαρα σε όλους!!! Regards, Demosthenes Koptsis ---

Re: [Gambas-user] Install package dependencies

2008-11-20 Thread Demosthenes Koptsis
i dont know to tell you how to make a .dep package but this page may help you for gambas2-runtime http://gambasdoc.org/help/howto/package On Tue, Nov 18, 2008 at 3:32 PM, Toni <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I'm new to Gambas and I'm not sure if my question is valid or simply > er