Question for Bruno - INTAServices

Hi Bruno!

I watched your video about developing plugins for Delphi IDE and would like to ask a question if possible :) It's regarding Menu integration. This is your sample code (slightly modified);


Do you make sure your package is installed and active in the IDE, i.e. when Delphi restarts, it will still load & use your package?

Yes. I checked everything. I have put ShowMessage on every part (in register procedure, when adding menu item...) and it is all OK when starting Delphi but menu item does not appear under 'Tools'. Only if I put it under 'Project' menu.

I also tried adding ForceDemandLoadState(dlDisable)but no effect.

I have not immediately an idea, I'd need to allocate time to investigate this.