Mac Lazarus 2.0.4. 64 bit (latest version, not the trunk).
I'm having trouble getting yellow text hints to show in dialogs, when in controls (e.g. TButton) that are within a TPanel. The TButton hints work fine directly on the TForm, and inside a TGroupBox.
I'm not sure if I'm doing something wrong. For example, for the TButton I set ShowHint to true and set the Hint:= 'Some Text';
- Am I supposed to also set something like ParentShowHint in the TButton, or am I supposed to set something in the TPanel?
These worked in 32 bit Carbon LCL as I recall.