In a previous version the loading of native plugins from managed code was accomplished via special test classes.
It is now also possible to load the plugin from DelftShell.
This is a first hack, the classes in NativeGisGuiDelftShellPluginGui will be restructured
Known issues:

  • Activation does not work correctly (eg. mousewheel and keyboard shortcuts will not work as expected)
  • integration of toolbars and menu's
  • multiple loading of the same plugin (2x rgfgrid) will cause a crash
  • unloading will cause a crash (fix is known, but not implemented)
  • paths to native plugins hardcoded
  • native plugins with modal dialogs do not properly disable their parent (see image)
    ...

  • No labels