Are hints for TMainMenu objects implemented properly in Lazarus V3.2? I cannot get them working. I do confirm that hints on a TButton and TLabel do work on this same form, so the form does appear to be structured correctly.
In short I am trying to set up the TMainMenu where a user can hover on the menu items and understand what each one does before they click on a choice.
I have the following set:
Application.ShowHint := Set to true at design time in Object Inspector
TMenuItem.Hint := contains text, I verified this
Before throwing out guesses about what to set next, please confirm that the property actually exists, since TMainMenu seems somewhat of an oddball (for example there is no ShowHint property for TMainForm for TMenuItem, all you can do is set hints for TMenuItems).