In my Delphi IDE the Action Manager Window doesn't show... after dropping the component on the form I would normally double-click it to add some actions and stuff. That works fine when I'm using an Action List, but the Action Manager doesn't work...

In my Delphi IDE the Action Manager Window doesn't show... after dropping the component on the form I would normally double-click it to add some actions and stuff. That works fine when I'm using an Action List, but the Action Manager doesn't work...

We are using the Action Manager in our FMain to manage the actions of the TRibbonControl...

Does anyone know this problem? I would like to avoid a reinstall because of all the components...

P.S.: I already tested this behaviour in a new project. Doesn't work either.

Comments

  1. Could be a third-party design package messing with component editor registration at the wrong descendant level, or something like that. I would first try to run a clean default IDE (e.g. with the command line parameter -rXYZ which creates a new registry subkey XYZ if it doesn't exist, copying the defaults from HKLM). Then I would one by one try to add any third-party packages you have installed in the faulty configuration and find the culprit.

    ReplyDelete
  2. Okay, starting the IDE with -r XYZ worked fine. The Action Manager shows up like it should. Now the funny part begins... :(

    ReplyDelete

Post a Comment