I have a TMenu issue that I have been ignoring.

I have a TMenu issue that I have been ignoring.

In one of my apps, the main menu items are not visible until I hover the mouse over the menu. Pressing any key does not make them show, only a mouseover.

Any ideas about what is causing this?

Delphi XE7 Pro.

Comments

  1. VCL.

    This is the only app that I have ever created that does this. I copied the TMainMenu to a new form. Works there like it is supposed to.

    ReplyDelete
  2. You might have placed one of those components that do some kind of global inject. Look at your uses (both) and eliminate all that do not compile. This is an old vcl/actinmgr-gotcha.

    ReplyDelete

Post a Comment