Re: [Gambas-user] Issue 231 in gambas: Possible to build Gambas3 against GTK?

2012-04-13 Thread Charlie Reinl
Am Donnerstag, den 12.04.2012, 20:55 +1000 schrieb richard terry: On Thursday 12 April 2012 20:41:41 Rolf-Werner Eilert wrote: Not an answer but a question: I've got Gambas3 on my laptop which has ATI graphics. Under KDE 4 I experienced problems like it doesn't draw in a DrawingArea, under

[Gambas-user] Can't see array contents in the debugger any more?

2012-04-13 Thread Bruce Bruen
Some days ago I updated to rev4607, since then I can't see the contents of arrays in the debugger. It displays the array class instead. Any input please? regards Bruce -- For Developers, A Lot Can Happen In A Second.

Re: [Gambas-user] Latest SVN gambas exe won't run

2012-04-13 Thread Benoît Minisini
Le 13/04/2012 06:11, richard terry a écrit : On Friday 13 April 2012 14:09:32 richard terry wrote: version ending in 17 I think, see the picture. ACtually it was 4619 richard Fixed in revision #4620. Regards, -- Benoît Minisini

Re: [Gambas-user] Gambas 3.1 and Exec (Bug or NOT?)

2012-04-13 Thread Willy Raets
The bug was in Gambas 3.0. Now, in Gambas 3.1, if you try to run a program that does not exist, you get an error. Normally you should get that error message: Cannot run child process: cannot exec program: Resource temporarily unavailable in SysInfo:11 I don't really understand why

Re: [Gambas-user] Gambas 3.1 and Exec (Bug or NOT?)

2012-04-13 Thread Sebi
Hi! If the only thing you want to do is test if a given binary is present on any of the $PATH folders, you can use the CheckProgram function used on the Prooject.module file of the IDE source code. It returns false if present, true if missing. Hope it helps! -Original Message- From:

Re: [Gambas-user] Gambas 3.1 and Exec (Bug or NOT?)

2012-04-13 Thread Willy Raets
Sebi, I'm afraid I need to go a little further than just testing for their presence, I want to extract some information out of those commands that are present. The added source code (see previous mail) is part of the code of a bigger library/component I'm building to extract all kind of

[Gambas-user] Use public variable from one module to other?

2012-04-13 Thread sundar j
Hi, In my application i need to use many functions which are lengthy. So i have created modules for each function but i have difficulties in getting public variable from one module to other module. Right now what i do is that create temp file and write dynamic variable in to it so that it is