Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Browser and BusyIndicator
Browser and BusyIndicator [message #459770] Tue, 16 August 2005 06:59 Go to next message
Terry Corbet is currently offline Terry CorbetFriend
Messages: 14
Registered: July 2009
Junior Member
I have looked at the snippet that describes a general method for
displaying the hourglass during 'long-running operations'. I wonder if
anyone has a similar example for controlling the display of the hourglass
during a 'slow download' -- an mp3 file for a user with a dial-up modem,
or a large pdf file even for a user with DSL -- in the Browser. It's not
clear [at least to me] where to intercept the events that define the
beginning and ending of that interval and what 'runnable' to to start in
order to span that interval.

Thank you.
Re: Browser and BusyIndicator [message #459853 is a reply to message #459770] Thu, 18 August 2005 13:56 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi Terry,

There is currently no notification sent for events like download start/stop,
only for the begin/end of receiving+rendering a page. There is a request
for something similar to what you're asking about (see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=83444 ), but its initial
investigation indicated that this may not be available on all platforms yet.
If you CC yourself to the report then you'll be updated on its progress.

Grant

"Terry Corbet" <tcorbet@ix.netcom.com> wrote in message
news:ba6616052f6555e220946fc1555883d2$1@www.eclipse.org...
> I have looked at the snippet that describes a general method for
> displaying the hourglass during 'long-running operations'. I wonder if
> anyone has a similar example for controlling the display of the hourglass
> during a 'slow download' -- an mp3 file for a user with a dial-up modem,
> or a large pdf file even for a user with DSL -- in the Browser. It's not
> clear [at least to me] where to intercept the events that define the
> beginning and ending of that interval and what 'runnable' to to start in
> order to span that interval.
>
> Thank you.
>
Previous Topic:Columns in TableView
Next Topic:Priority of worker threads.
Goto Forum:
  


Current Time: Thu Apr 18 19:24:32 GMT 2024

Powered by FUDForum. Page generated in 0.01837 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top