Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » influencing progress monitor of a launch configuration
influencing progress monitor of a launch configuration [message #512630] Fri, 05 February 2010 16:46
Ralf Buschermoehle is currently offline Ralf BuschermoehleFriend
Messages: 81
Registered: July 2009
Member
Hello,

let's assume there is a launch configuration extension point, calling

public void launch(ILaunchConfiguration configuration, String mode,
ILaunch launch, IProgressMonitor monitor) throws CoreException {


when the launch method is called the progress bar has already (I assume)
33% of progress. Then I can call monitor.beginTask("someWork", 10) to
process the progress to additional 33% ... then nothing more is possible
(also including monitor.done() etc.).

I would like to influence the given monitor "completely" from 0-100% -
but how?

Greetings,

Ralf
Previous Topic:SaveAll Action
Next Topic:Use ID on the extension element or as an attribute?
Goto Forum:
  


Current Time: Fri Apr 26 19:20:44 GMT 2024

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

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

Back to the top