Re: [Gambas-user] What is faster: OPEN or File.Load?

2011-05-30 Thread Rolf-Werner Eilert
Am 27.05.2011 12:33, schrieb Benoît Minisini: When I have different directories which contain text files, and I have to open each file and read only the first line of it, which one will be faster and more efficient: FOR OPEN read first line CLOSE

Re: [Gambas-user] What is faster: OPEN or File.Load?

2011-05-30 Thread Rolf-Werner Eilert
Am 30.05.2011 13:16, schrieb Ian Haywood: On Mon, May 30, 2011 at 6:47 PM, Rolf-Werner Eilert eilert-sprac...@t-online.de wrote: Well, I want both... First I simply need the complete list of names (first line only), later I have to look into each file to find data. So I will use both ways,

[Gambas-user] To wish list.

2011-05-30 Thread Jussi Lahtinen
Hi! It would be nice to be able to change order of tabs with dragdrop, just like in Firefox. Maybe to Gambas 4! Jussi -- vRanger cuts backup time in half-while increasing security. With the market-leading solution for

[Gambas-user] GAMBAS3.0 RC1 crash etc.

2011-05-30 Thread Pino Zollo
Hi Run GAMBAS3 and load an application, then help ? and F1 , then select the language Italian or any other language. All will close without any message. Regards Pino I cannot reproduce it. Can you give more details about your system? Yes...Ubuntu 10.04 at last update.

Re: [Gambas-user] GAMBAS3.0 RC1 crash etc.

2011-05-30 Thread Benoît Minisini
I cannot reproduce it. Can you give more details about your system? Yes...Ubuntu 10.04 at last update. Mmm. *More* details means the full output of the compilation and installation process, if you use a 32 or 64 bits system, which destkop you use. .. I still can not compile

Re: [Gambas-user] odd gb3 issue

2011-05-30 Thread Benoît Minisini
Any reason a compiled app would behave differently than an app run in the IDE? My app stalls half-way through receiving network packets from the server when compiled, but when both are running in the IDE it works fine. Didn't have this problem earlier tonight. This is new to me. I'm using

Re: [Gambas-user] Application.Font

2011-05-30 Thread Benoît Minisini
Is there any documentation which states exactly what is changed when this is changed? Application.Font changes the default font used by the controls. You should use it before creating any control. Also is there any easy way to globally search the gambas documentation for such information?

Re: [Gambas-user] To wish list.

2011-05-30 Thread Ricardo Díaz Martín
+1 It would be great!! 2011/5/30 Jussi Lahtinen jussi.lahti...@gmail.com Hi! It would be nice to be able to change order of tabs with dragdrop, just like in Firefox. Maybe to Gambas 4! Jussi -- vRanger cuts

[Gambas-user] QPainter in GAMBAS3

2011-05-30 Thread Pino Zollo
Hi This message is a bit obscure for me. please help ! It appears in the Console. QPainter::begin: A paint device can only be painted by one painter at a time. QPainter::end: Painter not active, aborted Actually I can not determine which statement and which class exactly generates it