Re: [Gambas-user] Using GLSL in gambas3

2009-12-30 Thread Werner
On 31/12/09 07:36, Laurent Carlier wrote: > 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

[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 (

Re: [Gambas-user] Anti-aliasing painting

2009-12-30 Thread Kadaitcha Man
2009/12/31 Benoît Minisini : > 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. -- This SF.Net email is sponsor

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

2009-12-30 Thread Kadaitcha Man
2009/12/31 Benoît Minisini : > Look at the first dialog you see when running the IDE. Gambas 3 doesn't display a build number on the opening dialog. Having some easy way of seeing the build number without having to resort to querying svn would be very helpful for a lot of people. ---

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 : > 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 create control panels for

[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 diabol

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

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

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 Ron
You can get the svn version of that day with the 'svn -d ' param if I'm correct. On Dec 30, 2009 10:44 PM, "Matti" 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 Reinl schrieb: > Am Mit

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 : >>> Tryi

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
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. T

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 "? - Abou

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

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" 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 "svn update" prints if you

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 wrote: > On 30/12/09 01:01, cwyong1 wrote: >> Hi >> i am thinking of writing an financial system but a

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.t

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] 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

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 > flawlessl

[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 --

[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 -

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 o

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 wrote: > > Ok. > > I know there wasn't a lot of documentation to begin wit

[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] 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 y

[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