Re: Newbie question:progress bar
Re: Newbie question:progress bar
- Subject: Re: Newbie question:progress bar
- From: John Andersson <email@hidden>
- Date: Thu, 27 Nov 2003 12:15:50 +0100
Hi
Can some one tell me how I can display a progress bar and show the
progress as some long query gets executed at the back
You can do this by starting a new thread that performs the actions that
are slow, and then reports back to your page object when its finished.
It also has to report the progress.
The page should auto-renew , using the same page object.
Mail me off-list if you want a code example, or check the example in
/Developer/Examples/JavaWebObjects/LongRequest/
Best Regards
/John
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.