Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Progress bar in wizard
Progress bar in wizard [message #330508] Wed, 30 July 2008 17:01 Go to next message
Eclipse UserFriend
Originally posted by: emaileen.gmail.com

Hi,

I'm using ProgressMonitor to create a progress bar in a wizard. Here's the
beginning of the code:

this.getContainer().run(true, true, new IRunnableWithProgress() {
public void run(IProgressMonitor monitor) {
.....
}
}

The progress bar disappears right after the tasks finish. Is there any way
to prevent it from disappearing and just keep the finished progress bar in
view?

Thanks,

Aileen
Re: Progress bar in wizard [message #330521 is a reply to message #330508] Thu, 31 July 2008 04:54 Go to previous message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
Guess you are calling monitor.done(). Try not calling it

- Prakash

www.eclipse-tips.com



Aileen wrote:
> Hi,
>
> I'm using ProgressMonitor to create a progress bar in a wizard. Here's
> the beginning of the code:
>
> this.getContainer().run(true, true, new IRunnableWithProgress() {
> public void run(IProgressMonitor monitor) {
> .....
> }
> }
>
> The progress bar disappears right after the tasks finish. Is there any
> way to prevent it from disappearing and just keep the finished progress
> bar in view?
> Thanks,
>
> Aileen
>
>
>
Previous Topic:Programmatically locate file in Project?
Next Topic:createExecutableExtension returns null
Goto Forum:
  


Current Time: Thu Aug 29 15:16:54 GMT 2024

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

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

Back to the top