Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » IRunnableWithProgress problem
IRunnableWithProgress problem [message #46120] Tue, 11 September 2007 21:39 Go to next message
Markus Wolf is currently offline Markus WolfFriend
Messages: 153
Registered: July 2009
Senior Member
Hi,

I have a problem executing a long-running operation.
When calling a IRunnableWithProgress from a Wizard I get the following
exception:

org.eclipse.core.runtime.AssertionFailedException: assertion failed:
at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109)
at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. <init>(Unknown
Source)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. <init>(Unknown
Source)
at org.eclipse.jface.operation.ModalContext.run(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.run(Unknown Source)
at
de.esw.services.client.customer.ui.internal.CustomerWizard.p erformFinish(CustomerWizard.java:61)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(Unknown Source)
....

Anyone has an idea what could have gone wrong? Or is the
IRunnableWithProgress currently not supported?

Thanks
Markus Wolf
--
> emedia-solutions wolf web: http://www.emedia-solutions-wolf.de
> Eimsbüttler Straße 115 mail: markus@emedia-solutions-wolf.de
> 22769 Hamburg pgp: http://wwwkeys.de.pgp.net
> +49 40 432 635 83 taxid: 57 / 126 / 16123
Re: IRunnableWithProgress problem [message #46621 is a reply to message #46120] Wed, 12 September 2007 13:39 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 237
Registered: July 2009
Senior Member
Hi Markus,

support for progressbar in Wizards is an open issue. Seems we forgot to
remove the API for this - sorry!

See 193281: Support for progressbar in Wizard
https://bugs.eclipse.org/bugs/show_bug.cgi?id=193281

Greets
Benny

Markus Wolf wrote:
> Hi,
>
> I have a problem executing a long-running operation.
> When calling a IRunnableWithProgress from a Wizard I get the following
> exception:
>
> org.eclipse.core.runtime.AssertionFailedException: assertion failed:
> at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109)
> at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95)
> at
> org.eclipse.jface.operation.ModalContext$ModalContextThread. <init>(Unknown
> Source)
> at
> org.eclipse.jface.operation.ModalContext$ModalContextThread. <init>(Unknown
> Source)
> at org.eclipse.jface.operation.ModalContext.run(Unknown Source)
> at org.eclipse.jface.wizard.WizardDialog.run(Unknown Source)
> at
> de.esw.services.client.customer.ui.internal.CustomerWizard.p erformFinish(CustomerWizard.java:61)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(Unknown Source)
> ...
>
> Anyone has an idea what could have gone wrong? Or is the
> IRunnableWithProgress currently not supported?
>
> Thanks
> Markus Wolf
Previous Topic:Theme
Next Topic:Error reporting
Goto Forum:
  


Current Time: Sat Dec 07 02:28:57 GMT 2024

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

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

Back to the top