Re: [Gambas-user] Tasks

2014-01-29 Thread Fabien Bodard
Ok thank you ... i will investigate :/... 2014-01-29 Benoît Minisini : > Le 28/01/2014 13:26, Fabien Bodard a écrit : >> Hi Benoit, >> >> I'm currently working on a new viewer for reports. As drawing report in >> real time is quite long, I use images stored in a collection to have a >> buffer. >>

Re: [Gambas-user] Tasks

2014-01-29 Thread Benoît Minisini
Le 28/01/2014 13:26, Fabien Bodard a écrit : > Hi Benoit, > > I'm currently working on a new viewer for reports. As drawing report in > real time is quite long, I use images stored in a collection to have a > buffer. > > I have trying to use task to process the painting of the report on an image >

[Gambas-user] Tasks

2014-01-28 Thread Fabien Bodard
Hi Benoit, I'm currently working on a new viewer for reports. As drawing report in real time is quite long, I use images stored in a collection to have a buffer. I have trying to use task to process the painting of the report on an image that I return through the value, like you are doing in frac