Thanks Steve and Mike for your Quick response! I have move my Loop inside a
thread and everything is working better now. Is the first time I have
working with threat, is pretty cool.
And BTW many thanks to Matt Neuburg for your great book.
:)
Dominique Uris
MacSol Computer consulting
on 8/21/02 2:14 PM, REALbasic Network Users Group at
realbasic-nug at lists dot realsoftware dot com wrote:
> Subject: Re: Anyone working with Progress Bar??
> From: "Steve Schacht" <shot at frontier dot net>
> Date: Wed, 21 Aug 2002 10:01:17 -0600
>
> On 8-21-2002 9:58 AM, Dominique wrote:
>
>> I'm working with RB 4.0.2 and progressbar and I have a little problem.
>> Under MacOS 9-8, Win98 and Win2k the progressbar refresh by itself but under
>> MacOS X I have to refresh the progress to display the change. If on Windows
>> XP, I refresh the progress bar Windows create a new instance of my windows.
>>
>> My application process image with the Minoco plugin and QuickTime so it
>> very hard on the CPU, to I have to break the process to let the progress bar
>> refesh.
>>
>> Second question other Win2k,XP the task manager report my application
>> "Not responting" and my application is still working, do I have to break the
>> process so windows can see that it still working not crashing??
>
> Sounds like you've got a tight loop where you're doing your processing and
> ProgressBar updating. Try moving that code to a thread. The will likely
> solve the problems you're having on both OS X and Win32.
>
> ---
> Steve Schacht
> shot at frontier dot net
|