Hi,

  I noticed that the Selectable and Editable menu items won't check on
Vista and Win7 due to an interface change.  If we get rid of the menu
icons, which don't really add much, the functionality is restored.  I have
included a patch to try out the fix.

regards,

Larry

Index:
C:/eclipse3/workspace/OpenJumpSvn/src/com/vividsolutions/jump/workbench/JUMPConfiguration.java
===================================================================
---
C:/eclipse3/workspace/OpenJumpSvn/src/com/vividsolutions/jump/workbench/JUMPConfiguration.java
(revision 2751)
+++
C:/eclipse3/workspace/OpenJumpSvn/src/com/vividsolutions/jump/workbench/JUMPConfiguration.java
(working copy)
@@ -507,10 +507,10 @@
                 .getFrame().getLayerNamePopupMenu();

         featureInstaller.addPopupMenuItem(layerNamePopupMenu,
editablePlugIn,
-                editablePlugIn.getName(), true, EditablePlugIn.ICON,
editablePlugIn
+                editablePlugIn.getName(), true, null, editablePlugIn
                         .createEnableCheck(workbenchContext));
         featureInstaller.addPopupMenuItem(layerNamePopupMenu,
selectablePlugIn,
-                selectablePlugIn.getName(), true, selectablePlugIn.ICON,
selectablePlugIn
+                selectablePlugIn.getName(), true, null, selectablePlugIn
                         .createEnableCheck(workbenchContext));
         layerNamePopupMenu.addSeparator(); // ===================
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to