Hi Stefan,
I used output windows for the save to image plugin, at the end of "run"
process
this is the code:
} catch (Exception e) {
context.getWorkbenchFrame().warnUser(I18N.get("org.openjump.core.ui.plugin.mousemenu.SaveDatasetsPlugIn.Error-See-Output-Window"));
context.getWorkbenchFrame().getOutputFrame().createNewDocument();
context.getWorkbenchFrame().getOutputFrame().addText("SaveImageToRasterPlugIn
Exception:" + new Object[] {e.toString()});
return;
}
where New Object etc is the error info, it may be easy to find a solution
for other OSM staff
Peppe
2013/7/19 <edgar.sol...@web.de>
> On 19.07.2013 01:02, Stefan Steiniger wrote:
> > uhm.. maybe one more question to Ede: How can I write processing infos
> > to OJs output window? This may be useful as a lot of stuff (i.e. nodes
> > that make up ways and later polygons) is not found or geometries are
> > invalid and therefore deleted.
>
> you Window > Output Window? dunno, didn't use it so far. but if i remember
> correctly it is the HTML output window used in the Hello World example
>
> http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=How_to_use_and_make_own_Plugins
>
> looks easy enough ;) .. ede
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel