Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Reporting touchpoint progress


IProgressMonitor#subtask messages sent by your touchpoint should be propagating up to the progress dialog. For the eclipse and native touchpoints I'm certainly seeing these messages appear (file download progress, etc). You shouldn't be altering the top-level task message, but we have a bug report about changing from the generic "Operation in progress..." to something more specific (installing/uninstalling/updating/etc).




Travis Finch <fincht@xxxxxxxxxx>
Sent by: p2-dev-bounces@xxxxxxxxxxx

10/20/2009 01:52 PM

Please respond to
P2 developer discussions <p2-dev@xxxxxxxxxxx>

To
"'p2-dev@xxxxxxxxxxx'" <p2-dev@xxxxxxxxxxx>
cc
Subject
[p2-dev] Reporting touchpoint progress





Hi all,
 
We have a set of custom touchpoints that can sometimes take quite a while to run. While running, the UI shows the basic "Operation in progress..." message. Is there a clean way to send progress updates to this progress dialog from our touchpoint?
 
Thanks,
 
Travis_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top