Hi,
I have a very simple app that Display thumbnails of some very high
resolution images,
these high res images are roughtly around 60 - 100MB in size each,
the app is running from a CD rom, so the copy process is not the
fastest in the world,
What I would like to do is when the user clicks the 'Export' button,
a ProgressWheel becomes Visible,
then we run the Thread to copy yhe images to the Desktop, then make
the ProgressWheel.Visible = False;
I've read somewhere that you cannot put the CopyFileTo into a thread,
as these still operate in the main thread.
Is this correct? and if not would this work?
The app has to work on both Mac OSX and Windows.
Thanks
Mark
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>