Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Wizard Progress sometimes does not work
icon5.gif  Wizard Progress sometimes does not work [message #528789] Wed, 21 April 2010 18:32
Mikayel Aghasyan is currently offline Mikayel AghasyanFriend
Messages: 2
Registered: April 2010
Junior Member
Hello!

I have a Wizard in which I use progress monitor:
getContainer().run(true, true, runnable);

from within performFinish() method (actually, the code which starts a long-term task is in wizard page class, but is called from performFinish() method).
The wizard is opened from two places:

  1. from ApplicationWorkbenchWindowAdvisor.preStartup()
  2. From command handler

When opened from the command handler progress bar works and spins normally. But when opened from preStartup() the progress monitor even didn't shown and the wizard dialog freezes until the operation is done.
What's the difference between these two cases? And how to make progress bar work from preStartup()?

Thanks in advance.
Previous Topic:Databinding: How to add validator for cell editor?
Next Topic:Adding standard Eclipse menu
Goto Forum:
  


Current Time: Thu Apr 25 07:33:44 GMT 2024

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

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

Back to the top