ups.. later answer on that:

Thanks Ede and Peppe.
Yes I know about this, and used this. But I mean more like displaying 
the console messages, which also show the tool activation messages.
Mhm, well, at least this is another option - but one that I like less 
because one may generate lots of new documents in a session.

cheers,
stefan

Am 19.07.13 10:27, schrieb Giuseppe Aruta:
> 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 <mailto: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
>     <mailto: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
>

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to