hey Peppe,

ok got it running by commenting in the 

        /*     
context.getWorkbenchContext().getWorkbench().getFrame().getToolBar()
                     .addSeparator();
             
context.getWorkbenchContext().getWorkbench().getFrame().getToolBar()
                     .add(colorSetbutton);
             
context.getWorkbenchContext().getWorkbench().getFrame().getToolBar()
                     .add(colorChooserButton);
             
context.getWorkbenchContext().getWorkbench().getFrame().getToolBar()
                     .addSeparator();*/

in FeatureColorChooserPlugIn.initialize()


the extension still throws an NPE. a gif seems missing in 
org.openjump.core.ui.plugin.colorchooser.PickTool.getCursor()

    public Cursor getCursor() {
        return createCursor(new ImageIcon(getClass().getResource(
                "pick-color-cursor.gif")).getImage()); //$NON-NLS-1$
    }

your dist jar version 1.2 seems to work though!

thanks.. ede

On 12/28/2018 8:47 AM, Giuseppe Aruta wrote:
> Hi Ede,
> Thanks for remind and your efforts. I made the required modifications to 
> Colorchooser and OpenKLEM plugins. In a couple of days I will upgrade OJ.
> Color chooser: I cannot go below 2.4 seconds on loading. 
> Best regards
> Peppe
> 
> Il gio 27 dic 2018, 18:48 <[email protected] <mailto:[email protected]>> 
> ha scritto:
> 
>     hey All,
> 
>     it's turn of the year and traditionally this means release time. any 
> objections, open building sites? looking at the changes, mostly from Peppe!, 
> i'd say it's going to be OJ 1.14.
> 
>     ..ede
> 
> 
>     _______________________________________________
>     Jump-pilot-devel mailing list
>     [email protected] 
> <mailto:[email protected]>
>     https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 
> 
> 
> 
> _______________________________________________
> Jump-pilot-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 



_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to