Re: [Gambas-user] How to run some job in background separately with UI

2010-12-24 Thread Werner
On 24/12/10 00:36, Phạm Quang Dương wrote: > Hi everyone, > > I'm writing for myself a small program to manage my image files. I choose a > folder, it will get all image files in this folder and display thumbnail > with an Icon view (like Nautilus or other files manager). > Current, I do: > - Get i

Re: [Gambas-user] How to run some job in background separately with UI

2010-12-23 Thread Fabien Bodard
yes you can load the directory in two way the icon view and a string array add a global index as private this is private iFileIndex as integer private aFiles as New String[] Public sub Form_Open() dim sImage as string Dim sPath as String = user.home &/ "Images" For each sImage in dir(s