Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Repeating progress monitor
Repeating progress monitor [message #176858] Wed, 07 January 2004 20:13 Go to next message
Cameron Jones is currently offline Cameron JonesFriend
Messages: 60
Registered: July 2009
Member
hi all,
i have a few long running processes in the app that i'm developing, but
since i'm using 3rd party tools i can't update my progress monitor form
within the code. i was wondering if it is possible to have a progress
monitor that repeats itself once finished, a kind of constant update if you
will. is this possible?
thanks, cam
Re: Repeating progress monitor [message #176867 is a reply to message #176858] Wed, 07 January 2004 20:22 Go to previous messageGo to next message
Cameron Jones is currently offline Cameron JonesFriend
Messages: 60
Registered: July 2009
Member
sorry, ignore this - i didn't see SWT.INDETERMINATE. shouldn't this be an
option in ProgressMonitorDialog?

"Cameron Jones" <cameronjones@mail15.com> wrote in message
news:bthp5c$em0$1@eclipse.org...
> hi all,
> i have a few long running processes in the app that i'm developing, but
> since i'm using 3rd party tools i can't update my progress monitor form
> within the code. i was wondering if it is possible to have a progress
> monitor that repeats itself once finished, a kind of constant update if
you
> will. is this possible?
> thanks, cam
>
>
Re: Repeating progress monitor [message #176880 is a reply to message #176867] Wed, 07 January 2004 20:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ximor_iksivich.lycos.co.uk

You can also try setting the total work to IProgressMonitor.UNKNOWN when
you call beginTask() This has the same effect.
Re: Repeating progress monitor [message #176901 is a reply to message #176867] Wed, 07 January 2004 20:30 Go to previous message
Cameron Jones is currently offline Cameron JonesFriend
Messages: 60
Registered: July 2009
Member
again, me jumping in far too fast - what did i think UNKOWN was for in
IProgressMonitor?
(i don't expect a reply)

"Cameron Jones" <cameronjones@mail15.com> wrote in message
news:bthpls$fd6$1@eclipse.org...
> sorry, ignore this - i didn't see SWT.INDETERMINATE. shouldn't this be an
> option in ProgressMonitorDialog?
>
> "Cameron Jones" <cameronjones@mail15.com> wrote in message
> news:bthp5c$em0$1@eclipse.org...
> > hi all,
> > i have a few long running processes in the app that i'm developing, but
> > since i'm using 3rd party tools i can't update my progress monitor form
> > within the code. i was wondering if it is possible to have a progress
> > monitor that repeats itself once finished, a kind of constant update if
> you
> > will. is this possible?
> > thanks, cam
> >
> >
>
>
Previous Topic:Printing source with page numbers?
Next Topic:multiple editor stacks
Goto Forum:
  


Current Time: Mon Jul 22 00:25:06 GMT 2024

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

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

Back to the top