> 
> BTW: I'm currently trying to modify the TaskMonitorDialog to show a 
> progressbar with addional information.

you know that this is possible using
* monitor.report("computing feature " + count + " of " + numFeatures);


I also use often the following option to send messages during processing 
(though not the best way - but ok for my purposes):

* context.getWorkbenchFrame().warnUser("no point dataset");
* context.getWorkbenchFrame().setTimeMEssage("blabla");

stefan

PS: Who send the first message? I did not get it.


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to