Re: [Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-29 Thread Matti
Thanks for all your quick answers. @ Laurent: Will try to get libtool 2.x. OpenSuSe doesn't have this version in the repos. @ Charlie: Will try your scripts. But it can't be done before 2010/01/8. @ Benoît: What do you mean by "checkout everything from scratch"? I'm a newbie to all of that. If y

Re: [Gambas-user] Strange event in a ComboBox

2009-12-29 Thread Olivier Cruilles
Here it is: test1-0.0.1.tar.gz Description: GNU Zip compressed data Le 29 déc. 2009 à 21:50, Benoît Minisini a écrit : >> Benoit, >> >> I'm following my project and in a ComboBox I found a strange event. >> >> On Gambas v2.18 on Fedora11. >> >> I joined a list a data in this ComboxBox ma

Re: [Gambas-user] Strange event in a ComboBox

2009-12-29 Thread Benoît Minisini
> Benoit, > > I'm following my project and in a ComboBox I found a strange event. > > On Gambas v2.18 on Fedora11. > > I joined a list a data in this ComboxBox manually by the IDE and when > I add the word 'or', 'OR', '-or-', etc... in this list, the project can't > start because the IDE add a

Re: [Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-29 Thread Benoît Minisini
> on OpenSuSe 11.0 > kernel 2.6.25.20 > libtool 1.5.26 > > I tried some svn versions with ./reconf-all as user with the result: > Remember to add `AC_PROG_LIBTOOL' to `configure.ac'. > You should update your `aclocal.m4' by running aclocal. > autoreconf: Entering directory `.' > autoreconf: config

Re: [Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-29 Thread Charlie Reinl
Am Dienstag, den 29.12.2009, 21:14 +0100 schrieb Matti: > on OpenSuSe 11.0 > kernel 2.6.25.20 > libtool 1.5.26 > > I tried some svn versions with ./reconf-all as user with the result: > Remember to add `AC_PROG_LIBTOOL' to `configure.ac'. > You should update your `aclocal.m4' by running aclocal. >

Re: [Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-29 Thread Laurent Carlier
Le mardi 29 décembre 2009 21:14:09, Matti a écrit : > on OpenSuSe 11.0 > kernel 2.6.25.20 > libtool 1.5.26 > > I tried some svn versions with ./reconf-all as user with the result: > Remember to add `AC_PROG_LIBTOOL' to `configure.ac'. > You should update your `aclocal.m4' by running aclocal. > aut

[Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-29 Thread Matti
on OpenSuSe 11.0 kernel 2.6.25.20 libtool 1.5.26 I tried some svn versions with ./reconf-all as user with the result: Remember to add `AC_PROG_LIBTOOL' to `configure.ac'. You should update your `aclocal.m4' by running aclocal. autoreconf: Entering directory `.' autoreconf: configure.ac: not using

[Gambas-user] Menu bar height?

2009-12-29 Thread cwyong1
Hi Sorry for asking so many question but i would be thankful if you ppls can tell me how to find it out? -- View this message in context: http://old.nabble.com/Menu-bar-height--tp26958083p26958083.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Not sure about what type of project to use, pls advise

2009-12-29 Thread Werner
On 30/12/09 01:01, cwyong1 wrote: > Hi > i am thinking of writing an financial system but am confused, should i go > for Graphical Application of QT or GTK+ Graphical Application > > Thank > Surely you will find people advocating both sides. My personal preference is Qt as it is more feature com

Re: [Gambas-user] Not sure about what type of project to use, pls advise

2009-12-29 Thread Doriano Blengino
cwyong1 ha scritto: > Hi > i am thinking of writing an financial system but am confused, should i go > for Graphical Application of QT or GTK+ Graphical Application > > Thank > Hmm, good question. GTK support in gambas is incomplete if compared to QT - especially the printer interface which wo

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Werner
On 29/12/09 18:10, Dr. Diesel wrote: > On Tue, Dec 29, 2009 at 2:18 AM, charlesg > wrote: > > >> Hi >> >> Project, Options, "Module symbols are public by default"=yes ? >> >> rgds >> >> Thank you, but I must still be confused. Please see the following example: >> > I have the following in

[Gambas-user] Not sure about what type of project to use, pls advise

2009-12-29 Thread cwyong1
Hi i am thinking of writing an financial system but am confused, should i go for Graphical Application of QT or GTK+ Graphical Application Thank -- View this message in context: http://old.nabble.com/Not-sure-about-what-type-of-project-to-use%2C-pls-advise-tp26957051p26957051.html Sent from the

Re: [Gambas-user] Weird, form width alway return as 640

2009-12-29 Thread cwyong1
Greeting Thank you for the prompt reply, very sorry for my blunder for i did not touch VB programming for quite a while now. LOL i got it to work now, thank you again Doriano Blengino wrote: > > cwyong1 ha scritto: >> Hi all >> i m experimenting with the HelloWorld project and i m confused, pl

Re: [Gambas-user] Weird, form width alway return as 640

2009-12-29 Thread Benoît Minisini
> cwyong1 ha scritto: > > Hi all > > i m experimenting with the HelloWorld project and i m confused, pls tell > > me what is wrong here. Thanking you all in advance > > > > This is what i have added to the code > > > > PUBLIC SUB _new() > > > > END > > > > PUBLIC SUB Form_Open() > > DEBUG Form.widt

Re: [Gambas-user] Weird, form width alway return as 640

2009-12-29 Thread Doriano Blengino
cwyong1 ha scritto: > Hi all > i m experimenting with the HelloWorld project and i m confused, pls tell me > what is wrong here. Thanking you all in advance > > This is what i have added to the code > > PUBLIC SUB _new() > > END > > PUBLIC SUB Form_Open() > DEBUG Form.width > END > > PUBLIC SUB But

[Gambas-user] Weird, form width alway return as 640

2009-12-29 Thread cwyong1
Hi all i m experimenting with the HelloWorld project and i m confused, pls tell me what is wrong here. Thanking you all in advance This is what i have added to the code PUBLIC SUB _new() END PUBLIC SUB Form_Open() DEBUG Form.width END PUBLIC SUB Button1_Click() DEBUG Form.width END When

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
2009/12/30 Dr. Diesel : > On Tue, Dec 29, 2009 at 7:54 AM, Kadaitcha Man < > nospam.nospam.nos...@gmail.com> wrote: > >> 2009/12/29 Dr. Diesel : >> > On Tue, Dec 29, 2009 at 5:23 AM, Kadaitcha Man < >> > nospam.nospam.nos...@gmail.com> wrote: >> >> > Thanks for the help. >> >> You're welcome. > > >

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
Doriano Blengino wrote: > without global variables no programs could run... Counterfactual. Fallacious. False. In error. Inaccurate. Inexact. Misconstrued. Misguided. Mistaken. Not right. Untrue. Incorrect. Erroneous. False. Way off. Wide of the mark. Absurd. Groundless Incongruous. Incorrect.

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Dr. Diesel
On Tue, Dec 29, 2009 at 7:54 AM, Kadaitcha Man < nospam.nospam.nos...@gmail.com> wrote: > 2009/12/29 Dr. Diesel : > > On Tue, Dec 29, 2009 at 5:23 AM, Kadaitcha Man < > > nospam.nospam.nos...@gmail.com> wrote: > > > Thanks for the help. > > You're welcome. And thanks again! I personally think g

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
Doriano Blengino wrote: > Kadaitcha Man ha scritto: >> 2009/12/29 Dr. Diesel : >> >> >>> just there seems no way to make it >>> global and accessable across different modules/classes. >>> >> >> HA! I had that same logical problem. There is no concept of global in >> Gabas that matches any variation

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Doriano Blengino
Kadaitcha Man ha scritto: > 2009/12/29 Dr. Diesel : > > >> just there seems no way to make it >> global and accessable across different modules/classes. >> > > HA! I had that same logical problem. There is no concept of global in > Gabas that matches any variation of VB's idea of global. Th

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
2009/12/29 Dr. Diesel : > On Tue, Dec 29, 2009 at 5:23 AM, Kadaitcha Man < > nospam.nospam.nos...@gmail.com> wrote: > Thanks for the help. You're welcome. >  I just need to confirm if it is not currently possible > in gambas3 or am I just doing something wrong? I love having a choice. It's eith

Re: [Gambas-user] Strange behavior of Items on panel

2009-12-29 Thread Kadaitcha Man
2009/12/29 norarg : > (Ubuntu 9.10/Gambas 2.13) Take this with a bucketful of salt, but from my experience, you're better of with Gambas 3 and Qt4 on Ubuntu. I use 9.10 x64. Ubuntu uses GTK+, but Qt is far better. You need to consider installing Qt4, the latest Gambas 3, and if you do that then

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
2009/12/29 Dr. Diesel : > just there seems no way to make it > global and accessable across different modules/classes. HA! I had that same logical problem. There is no concept of global in Gabas that matches any variation of VB's idea of global. This is the fault of Microsoft. In the old days the

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Dr. Diesel
On Tue, Dec 29, 2009 at 5:23 AM, Kadaitcha Man < nospam.nospam.nos...@gmail.com> wrote: > 2009/12/29 Dr. Diesel : > > On Mon, Dec 28, 2009 at 6:14 AM, Fabien Bodard > wrote: > > > >> use a class ; > >> TDBInfo > >> 'Gambas Class > >> > >> PUBLICDatabasePathAs String > >> PUBLICDatabas

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
2009/12/29 charlesg : > > Hi > > Project, Options, "Module symbols are public by default"=yes ? I'm sorry, Charles, but I must disagree with that solution. Some time back in the distant past (over 2yrs ago) there was a change in Gambas that meant the compiler made module symbols private by default

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Kadaitcha Man
2009/12/29 Dr. Diesel : > On Mon, Dec 28, 2009 at 6:14 AM, Fabien Bodard wrote: > >> use a class ; >> TDBInfo >> 'Gambas Class >> >> PUBLIC    DatabasePath    As String >> PUBLIC    DatabaseName    As String >> PUBLIC    TableName       As String >> PUBLIC    PurgeSQL        As String >> PUBLIC  

Re: [Gambas-user] Type of Variables possible?

2009-12-29 Thread Dr. Diesel
On Tue, Dec 29, 2009 at 2:18 AM, charlesg wrote: > > Hi > > Project, Options, "Module symbols are public by default"=yes ? > > rgds > > Thank you, but I must still be confused. Please see the following example: I have the following in my startup class/form: Public IOvariables1 As New IOvariable

Re: [Gambas-user] gb.report pagebreak?

2009-12-29 Thread Fabien Bodard
Please wait gambas3 to use the gb.report component as it is not finished ! it's just an early alpha version in gb2. Regards, Fabien Bodard 2009/12/29 JLichter : > I use Ubuntu 9.10 with Gambas 2.13 and I try the gb.report. > All is running good, however I can't create a page 2 or more in the > re