Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » execute many times Progress bar show error
execute many times Progress bar show error [message #896084] Tue, 17 July 2012 08:32 Go to next message
neal zhang is currently offline neal zhangFriend
Messages: 45
Registered: July 2012
Member
hi all,
in my rcp program,when click a button,and show a progress dialog(it contain a progress bar,the bar will add green color step by step),when i click the button more than twice,at first the green bar show 100%.but progress view and detail 's bar is right(add step by step).

do you use it like this? or who know the reason,please tell me,
thank you very much

Re: execute many times Progress bar show error [message #896172 is a reply to message #896084] Tue, 17 July 2012 13:43 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

Make sure the progress bar is more closely associated with the process you are running and not the button you are clicking. The process should also be aware enough to know if it is already running and not to try and create a new process (doing the same thing).

I would have to look into it more if you are still having problems.

JD
Re: execute many times Progress bar show error [message #896314 is a reply to message #896172] Wed, 18 July 2012 02:57 Go to previous message
neal zhang is currently offline neal zhangFriend
Messages: 45
Registered: July 2012
Member
hi Joseph,
thank you for you reply,i already resolved this problem.
Previous Topic:HandlerUtil.getCurrentSelection failing miserably for handler based on a listviewer....
Next Topic:standalone RCP how to remove eclipse ide things?
Goto Forum:
  


Current Time: Thu Apr 25 13:42:43 GMT 2024

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

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

Back to the top