Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-06 Thread Jesus
El 06/05/13 14:32, Fabien Bodard escribió: > And you can use gb.report and scripter. > Le 6 mai 2013 04:41, "Dimitris Anogiatis" a écrit : > >> Creating a report from a non-graphical method might prove difficult. >> >> If you are planning on using something like report from an HTML template on

Re: [Gambas-user] stat bug?

2013-05-06 Thread Tobias Boege
On Mon, 06 May 2013, paulwheeler wrote: > >I have many files with spaces in the name. However, this causes the message >"File or directory does not exist" when using stat. Works fine for files >that do not have spaces in the name. I even tried adding quotes to the >string, but stil

[Gambas-user] stat bug?

2013-05-06 Thread paulwheeler
I have many files with spaces in the name. However, this causes the message "File or directory does not exist" when using stat. Works fine for files that do not have spaces in the name. I even tried adding quotes to the string, but still get same message. Using Gambas 3.4.1 on this

Re: [Gambas-user] Bug using TASK object

2013-05-06 Thread Jussi Lahtinen
If you want to use GUI with every thread, you can make them separate projects and start them with main project. There are a lot of options how the projects can interact with each other, depending on your needs. File, pipe, DBus, ... Jussi On Mon, May 6, 2013 at 12:03 PM, Olivier Cruilles wrote:

Re: [Gambas-user] Class Window in gb.qt4 vs gb.ncurses

2013-05-06 Thread Fabien Bodard
And you can use gb.report and scripter. Le 6 mai 2013 04:41, "Dimitris Anogiatis" a écrit : > Creating a report from a non-graphical method might prove difficult. > > If you are planning on using something like report from an HTML template on > a PDF File you either need to make sure you can ge

Re: [Gambas-user] Bug using TASK object

2013-05-06 Thread Olivier Cruilles
Hi Benoit, Forget my problem about TASK object. I think this not for my usage. After many time trying different solutions about my problem of xcb_io.c, if I use TIMER to chain each step of the treatment this bug appear mutch later but it alway appear. So I completely forget TASK to solve my pro