[Gambas-user] gambasdoc issues

2009-12-30 Thread Ron
Ok. I know there wasn't a lot of documentation to begin with, but it's become even worse, the docs of gb.net.curl are gone. And they point to the wrong version too. http://www.gambasdoc.org/help/comp/gb.net.curl?v3 Gives empty 2.0 http://www.gambasdoc.org/help/comp/gb.net.curl?v2 Gives empty

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

2009-12-30 Thread Charlie Reinl
Am Dienstag, den 29.12.2009, 22:43 +0100 schrieb 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

[Gambas-user] IsBlank, version 2.8, is this intended or is this a bug, WEIRD

2009-12-30 Thread cwyong1
Hi I got me a login screen with two textbox, username and password PUBLIC SUB btnOK_Click() WITH txtUserName DEBUG IsBlank(txtUserName.TEXT) DEBUG IsBlank(txtPassword.TEXT) DEBUG txtPassword.TEXT IF IsBlank(.text) = FALSE THEN IF IsBlank(txtPassword.text) = FALSE THEN

Re: [Gambas-user] gambasdoc issues

2009-12-30 Thread Dimitris Anogiatis
Ron, It works fine for me... could you provide some visual feedback so we can see what gambasdoc does on your browser? Regards, Merry Christmas (belated) and Happy New Year Dimitris On Wed, Dec 30, 2009 at 1:27 AM, Ron r...@cyberjunky.nl wrote: Ok. I know there wasn't a lot of

Re: [Gambas-user] gambasdoc issues

2009-12-30 Thread Benoît Minisini
Ron, It works fine for me... could you provide some visual feedback so we can see what gambasdoc does on your browser? Regards, Merry Christmas (belated) and Happy New Year Dimitris I fixed it by editing and saving the page again. No idea why the class list disappeared on some

[Gambas-user] installation instructions for OpenSUSE

2009-12-30 Thread Matti
Just saw the docs page http://gambasdoc.org/help/install/opensuse?view At least for OpenSUSE 11.0, these instructions are obsolet. I installed Gambas from the SUSE YaST package (think it was 2.14) before reading this and did some updates (right now 2.18). Everything works flawlessly. Matti

[Gambas-user] Where can I find the version number?

2009-12-30 Thread Matti
Trying to find the version (build) number of my running installation of Gambas3. Thought this must be easy, but just can't find it. - Where do I have to look? - Wouldn't it be useful to give this information in ? - About (instead of 2.99)? Matti

Re: [Gambas-user] installation instructions for OpenSUSE

2009-12-30 Thread Benoît Minisini
Just saw the docs page http://gambasdoc.org/help/install/opensuse?view At least for OpenSUSE 11.0, these instructions are obsolet. I installed Gambas from the SUSE YaST package (think it was 2.14) before reading this and did some updates (right now 2.18). Everything works flawlessly.

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Benoît Minisini
Trying to find the version (build) number of my running installation of Gambas3. Thought this must be easy, but just can't find it. - Where do I have to look? - Wouldn't it be useful to give this information in ? - About (instead of 2.99)? Matti Look at the first dialog you see when

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Laurent Carlier
Le mercredi 30 décembre 2009 20:44:30, Matti a écrit : Trying to find the version (build) number of my running installation of Gambas3. Thought this must be easy, but just can't find it. - Where do I have to look? - Wouldn't it be useful to give this information in ? - About (instead of

Re: [Gambas-user] IsBlank, version 2.8, is this intended or is this a bug, WEIRD

2009-12-30 Thread Benoît Minisini
Hi I got me a login screen with two textbox, username and password PUBLIC SUB btnOK_Click() WITH txtUserName DEBUG IsBlank(txtUserName.TEXT) DEBUG IsBlank(txtPassword.TEXT) DEBUG txtPassword.TEXT IF IsBlank(.text) = FALSE THEN IF IsBlank(txtPassword.text) =

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

2009-12-30 Thread Jussi Lahtinen
License issues... I have understand that GTK+ is free, Qt3 is free only for non-proprietary software, and Qt4 is free for proprietary software also. Jussi On Tue, Dec 29, 2009 at 19:19, Werner wd...@netfront.net wrote: On 30/12/09 01:01, cwyong1 wrote: Hi i am thinking of writing an

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Ron
'svn info' shows current build without updating On Dec 30, 2009 8:54 PM, Benoît Minisini gam...@users.sourceforge.net wrote: Trying to find the version (build) number of my running installation of Gambas3. Thought this m... Look at the first dialog you see when running the IDE. Or read what

Re: [Gambas-user] installation instructions for OpenSUSE

2009-12-30 Thread Matti
ok, I would like to test that, bt that's beyond my competence... Benoît Minisini schrieb: Just saw the docs page http://gambasdoc.org/help/install/opensuse?view At least for OpenSUSE 11.0, these instructions are obsolet. I installed Gambas from the SUSE YaST package (think it was 2.14)

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Matti
In the first dialog, I see only 2.99. Benoît Minisini schrieb: Trying to find the version (build) number of my running installation of Gambas3. Thought this must be easy, but just can't find it. - Where do I have to look? - Wouldn't it be useful to give this information in ? - About (instead

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Matti
But that's the version I would like to install (doesn't work). I'd like to know the installed version to use Charlie's script. Laurent Carlier schrieb: Le mercredi 30 décembre 2009 20:44:30, Matti a écrit : Trying to find the version (build) number of my running installation of Gambas3.

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Charlie Reinl
Am Mittwoch, den 30.12.2009, 20:54 +0100 schrieb Laurent Carlier: Le mercredi 30 décembre 2009 20:44:30, Matti a écrit : Trying to find the version (build) number of my running installation of Gambas3. Thought this must be easy, but just can't find it. - Where do I have to look? -

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Matti
Yes, Charlie, that's it. I see the date/time of gambas3.gambas. But I don't know which version is running there. Isn't there an easier way? Charlie Reinl schrieb: Am Mittwoch, den 30.12.2009, 20:54 +0100 schrieb Laurent Carlier: Le mercredi 30 décembre 2009 20:44:30, Matti a écrit : Trying to

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Ron
You can get the svn version of that day with the 'svn -d date' param if I'm correct. On Dec 30, 2009 10:44 PM, Matti math.e...@t-online.de wrote: Yes, Charlie, that's it. I see the date/time of gambas3.gambas. But I don't know which version is running there. Isn't there an easier way? Charlie

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Benoît Minisini
Yes, Charlie, that's it. I see the date/time of gambas3.gambas. But I don't know which version is running there. Isn't there an easier way? By doing gbx3 -h, you will get the date/time when the interpreter was compiled. Then you can look in the subversion commit mailing-list to guess

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Charlie Reinl
Am Mittwoch, den 30.12.2009, 22:24 +0100 schrieb Matti: But that's the version I would like to install (doesn't work). I'd like to know the installed version to use Charlie's script. Laurent Carlier schrieb: Le mercredi 30 décembre 2009 20:44:30, Matti a écrit : Trying to find the version

Re: [Gambas-user] Where can I find the version number?

2009-12-30 Thread Benoît Minisini
Yes, Charlie, that's it. I see the date/time of gambas3.gambas. But I don't know which version is running there. Isn't there an easier way? By doing gbx3 -h, you will get the date/time when the interpreter was compiled. Then you can look in the subversion commit mailing-list to guess

[Gambas-user] Anti-aliasing painting

2009-12-30 Thread Benoît Minisini
Here is some news from the latest developments in Gambas 3... There is now a new class, Paint, that acts like the Draw class, but draws things with anti-aliasing. The Paint interface is different from the Draw interface. It is very inspired from the Cairo library interface (with some

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

2009-12-30 Thread Kadaitcha Man
2009/12/31 Jussi Lahtinen jussi.lahti...@gmail.com: License issues... I have understand that GTK+ is free, Qt3 is free only for non-proprietary software, and Qt4 is free for proprietary software also. If those are issues that anyone need consider then how can the likes of ATI and nVidia

Re: [Gambas-user] Anti-aliasing painting

2009-12-30 Thread Kadaitcha Man
2009/12/31 Benoît Minisini gam...@users.sourceforge.net: In the future, Paint will draw on Printer (gb.gtk will have print support!), and will generate SVG, Postscript and Pdf documents, in both components! Nice. --

[Gambas-user] Using GLSL in gambas3

2009-12-30 Thread Laurent Carlier
To follow the small announcement from benoit, let me present my work on gb.opengl component. A new subset of the gb.opengl component is now in the svn: gb.opengl.glsl. As the name let you suggest, the purpose of this component is to let use the power of shaders inside your opengl projects