[Gambas-user] IDE improvement

2009-02-18 Thread Leonardo Miliani
I would suggest a little IDE improvement... I think that it should be useful and clearer to change the state of the cursor icon to busy then we compile a project so that the user can clearly see when the operations terminates. Now the only way to know when the operation ends is to look at the

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: Benoit, I trying to compile and install Gambas 3 from the svn trunk and I have the same problem like Rolf. When I start the compilation by: make= I have the same error on : cannot find -lqt-mt I tryed to compile Gambas 3 on Fedora 7 and Fedora 10, and

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Ron_1st
On Wednesday 18 February 2009, Benoît Minisini wrote: Benoit, I trying to compile and install Gambas 3 from the svn trunk and I have the same problem like Rolf. When I start the compilation by: make= I have the same error on : cannot find -lqt-mt I tryed to compile

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Ron_1st
On Tuesday 17 February 2009, richard terry wrote: On Tue, 17 Feb 2009 09:42:09 pm Rolf-Werner Eilert wrote: Benoît Minisini schrieb: Good morning Benoit (and everyone) Just came about a question: When I want to bring my Gambas2 app to Gambas3, will this be as roundabout as it is

Re: [Gambas-user] Filename as string

2009-02-18 Thread FoxIII
I have managed to sort this out now. I am using the code; TextBox1.Text = File.Dir(Dialog.path) / File.Name(Dialog.path) But (and I don't know if I should start a new topic or not) I am curious as to how to run a command from gambas. For example, when you are installing a 'deb' file, you

Re: [Gambas-user] Help with some parsing

2009-02-18 Thread Benoît Minisini
nando ha scritto: I got a chuckle from this one. A typewriter, those mechanical things that are only in black and white movies and museum actually performed CRLF using that bar to perform the line feed and carriage return. And CR LF comes from that. All the software I write for HTTP,

Re: [Gambas-user] IDE improvement

2009-02-18 Thread Benoît Minisini
I would suggest a little IDE improvement... I think that it should be useful and clearer to change the state of the cursor icon to busy then we compile a project so that the user can clearly see when the operations terminates. Now the only way to know when the operation ends is to look at the

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Benoît Minisini
On Wednesday 18 February 2009, Benoît Minisini wrote: Benoit, I trying to compile and install Gambas 3 from the svn trunk and I have the same problem like Rolf. When I start the compilation by: make= I have the same error on : cannot find -lqt-mt I tryed

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread David Villalobos Cambronero
Hi, it happened to me some day ago, there is what I did to fix it. # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3.8 # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3 # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3 # ln -s

Re: [Gambas-user] IDE improvement

2009-02-18 Thread Leonardo Miliani
Benoît Minisini ha scritto: I would suggest a little IDE improvement... I think that it should be useful and clearer to change the state of the cursor icon to busy then we compile a project so that the user can clearly see when the operations terminates. Now the only way to know when the

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Ron_1st
On Wednesday 18 February 2009, David Villalobos Cambronero wrote: Hi, it happened to me some day ago, there is what I did to fix it. # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3.8 # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3 # ln -s

Re: [Gambas-user] gambas3

2009-02-18 Thread Charlie Reinl
Am Sonntag, den 01.02.2009, 13:55 +0100 schrieb Charlie Reinl: ---8-- Ausgecheckt, Revision 1839. Revision 1839. * ./reconf-all * ran without Error, but a $ gambas3 gives : ERROR:

Re: [Gambas-user] gambas3

2009-02-18 Thread Ron_1st
On Wednesday 18 February 2009, Charlie Reinl wrote: Am Sonntag, den 01.02.2009, 13:55 +0100 schrieb Charlie Reinl: ---8-- Ausgecheckt, Revision 1839. Revision 1839. * ./reconf-all

Re: [Gambas-user] Gambas 2.11.1 Ubuntu 8.xx Socket Problem

2009-02-18 Thread Benoît Minisini
Hello, we use a pc with ubuntu 8.10 and gambas v2.11.1. If the application just connect over a socket to a server, the CPU-usage will go up to 13% for only this one gbx2 process. So at only 8 opened applications, that will connect to a server, the CPU useage is up to 100%. The same problem

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Benoît Minisini
Hi, it happened to me some day ago, there is what I did to fix it. # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3.8 # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3 # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3 # ln -s

[Gambas-user] Ugly Gambas IDE in Fedora 10

2009-02-18 Thread marc
Dear: I Have installed gambas 2.11 in Fedora 10 Gnome and the Ide Interface appears in old style (ugly). In Ubuntu works fine and the ide is de same as Screenshots in gambas web site. But in Fedora is ugly. Please, can you help me about I can put new beautiful ide for Gambas in a Gambas

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread David Villalobos Cambronero
Hi, here is mine. It is located in /usr/lib/qt3/lib64/ Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Wednesday, February 18, 2009 1:00:22 PM Subject: Re: [Gambas-user]

Re: [Gambas-user] Ugly Gambas IDE in Fedora 10

2009-02-18 Thread Ron
m...@monalternatiu.com schreef: Dear: I Have installed gambas 2.11 in Fedora 10 Gnome and the Ide Interface appears in old style (ugly). In Ubuntu works fine and the ide is de same as Screenshots in gambas web site. But in Fedora is ugly. Please, can you help me about I can put new

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Ron_1st
On Wednesday 18 February 2009, Benoît Minisini wrote: Hi, it happened to me some day ago, there is what I did to fix it. # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3.8 # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3 # ln -s

Re: [Gambas-user] IDE improvement

2009-02-18 Thread Benoît Minisini
Benoît Minisini ha scritto: I would suggest a little IDE improvement... I think that it should be useful and clearer to change the state of the cursor icon to busy then we compile a project so that the user can clearly see when the operations terminates. Now the only way to know when

Re: [Gambas-user] Filename as string

2009-02-18 Thread richard terry
On Wed, 18 Feb 2009 11:01:48 pm FoxIII wrote: I have managed to sort this out now. I am using the code; TextBox1.Text = File.Dir(Dialog.path) / File.Name(Dialog.path) But (and I don't know if I should start a new topic or not) I am curious as to how to run a command from gambas. For

Re: [Gambas-user] IDE improvement

2009-02-18 Thread Leonardo Miliani
Benoît Minisini ha scritto: As soon as you don't see the busy cursor anymore, and the GUI is usable gain, the compilation is finished. The message stays longer so that you can read it. Otherwise you wouldn't have the time. Ah, OK. I understood. I was thinking that until the message

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Benoît Minisini
On Wednesday 18 February 2009, Benoît Minisini wrote: Hi, it happened to me some day ago, there is what I did to fix it. # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3.8 # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3 # ln -s

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Ron_1st
On Thursday 19 February 2009, Benoît Minisini wrote: $ pkg-config --cflags qt-mt $ pkg-config --libs-only-l qt-mt $ pkg-config --libs-only-L qt-mt $ pkg-config --libs-only-other qt-mt If, of course, your qt development package uses the pkg-config system! Thanks in advance.

Re: [Gambas-user] Ugly Gambas IDE in Fedora 10

2009-02-18 Thread Marc Miralles
-- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source

Re: [Gambas-user] Gambas 2 - Gambas 3

2009-02-18 Thread Benoît Minisini
On Thursday 19 February 2009, Benoît Minisini wrote: $ pkg-config --cflags qt-mt $ pkg-config --libs-only-l qt-mt $ pkg-config --libs-only-L qt-mt $ pkg-config --libs-only-other qt-mt If, of course, your qt development package uses the pkg-config system! Thanks in advance.

Re: [Gambas-user] Filename as string

2009-02-18 Thread Doriano Blengino
richard terry ha scritto: On Wed, 18 Feb 2009 11:01:48 pm FoxIII wrote: I have managed to sort this out now. I am using the code; TextBox1.Text = File.Dir(Dialog.path) / File.Name(Dialog.path) But (and I don't know if I should start a new topic or not) I am curious as to how to run