Re: [Gambas-user] Gambas2 components?

2009-01-13 Thread charlesg
Hi, Database components are not my cup of tea (I prefer to do things the hard way!) but they do exist in Gambas. Have a look at the database example. rgds -- View this message in context: http://www.nabble.com/Gambas2-components--tp21430932p21434754.html Sent from the gambas-user mailing list

Re: [Gambas-user] Gambas2 components?

2009-01-13 Thread Gareth Bult
Ok, I was sort of waiting for the man to comment .. however, it's an area of interest for myself. Apologies in advance if this feels a little negative, it's not intentional. I'm interested in finding out how to go about creating reusable components and how to install 3rd party ones. Me too!

[Gambas-user] Error creating install package with Autotools

2009-01-13 Thread Achmad Arifin
Help me. I create gambas program with ubuntu hardy and I want to run it on zenwalk, when I started to build package an error shown: --- Creating package for Autotools. Making build directory. Creating package... aclocal autoconf automake -a

Re: [Gambas-user] Datepicker bug

2009-01-13 Thread Benoit Minisini
On mardi 13 janvier 2009, Diego Fernández wrote: hi ppl, i think i have found a bug, System: Ubuntu8.10 Gambas version 3 revision 1794 compilation made with a downgrade to libtool 1.5 In old projects when trying to update all forms, i get a window with this error, It is not posible

Re: [Gambas-user] Error creating install package with Autotools

2009-01-13 Thread Benoit Minisini
On mardi 13 janvier 2009, Achmad Arifin wrote: Help me. I create gambas program with ubuntu hardy and I want to run it on zenwalk, when I started to build package an error shown: --- Creating package for Autotools. Making build

Re: [Gambas-user] Datepicker bug

2009-01-13 Thread Diego Fernández
Thanks, that was quick! :-) Benoit Minisini escribió: On mardi 13 janvier 2009, Diego Fernández wrote: hi ppl, i think i have found a bug, System: Ubuntu8.10 Gambas version 3 revision 1794 compilation made with a downgrade to libtool 1.5 In old projects when trying to update all

Re: [Gambas-user] Datepicker bug

2009-01-13 Thread Diego Fernández
Ehh, Well, just finished compiling and testing, and, i have to report that in old projects i just hit the update all forms and everything works as expected, but if i create a new project and insert a datepicker when i trying to run it, it doesnt run and shows a signal 11 error. I attach a

Re: [Gambas-user] Error creating install package with Autotools

2009-01-13 Thread Achmad Arifin
I'm using gambas 2.0.0-1 Please tell the version of Gambas you are using! -- Benoit Minisini -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story.

Re: [Gambas-user] Gambas2 components?

2009-01-13 Thread dave L
Hi Charles, Yes i've had a look at the code that is in the database example. by the time i went to be i had in my sample app created a link to the DB from cut i cout pasted into my app from the sample DB. I suppose you have modules you call in that you pass parameters to and it passes back

Re: [Gambas-user] Gambas2 components?

2009-01-13 Thread dave L
Hi Garth, Yes I've seen your emails about this Grideditor but was unsure if it was your own creation or something 3rd party you've pull into Gambas (3rd party as in another developer had made it and your interested in doing more with it). I am using Gambas from the K/Ubuntu 8.04 repositories.

Re: [Gambas-user] Datepicker bug

2009-01-13 Thread richard terry
On Wed, 14 Jan 2009 01:50:41 am Benoit Minisini wrote: Thanks Fernandez/Benoit for detecting/fixing that. Its driven me crazy for days trying to find why my automated database setup program wouldn't run any more with that error. I'd tried pulling everything of the wizard control by control to

Re: [Gambas-user] Gambas3 compilation problem

2009-01-13 Thread Jussi Lahtinen
Hi! Some progress again... I managed to compile Gambas3 (revision 1799) with these steps (ubuntu 8.10 64bit): 1. sudo dpkg --force-downgrade -i libtool_1.5.26-1ubuntu1_amd64.deb 2. svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ 3. autoreconf --install 4. ./configure

Re: [Gambas-user] Gambas3 compilation problem

2009-01-13 Thread Gareth Bult
Hi, I'm using SVN with libtool 1.5.26 .. (Ubuntu 8.10) , seems to compile and work (generally) .. Gareth. - Original Message - From: Jussi Lahtinen jussi.lahti...@gmail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Tuesday, 13 January, 2009 10:19:38 PM

Re: [Gambas-user] Two minor bugs

2009-01-13 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: On jeudi 8 janvier 2009, Rolf-Werner Eilert wrote: Hi everyone! When converting one of my apps from Gambas1 to Gambas2, I found 2 minor items: 1. The status of Tool Box Collection is not saved and always starts as switched off when starting the Gambas2 IDE. But