[Lazarus] TextHint in TComboBox

Juha Manninen juha.manninen62 at gmail.com
Thu Aug 13 21:33:22 CEST 2020


On Thu, Aug 13, 2020 at 9:54 PM Ondrej Pokorny via lazarus
<lazarus at lists.lazarus-ide.org> wrote:
> So for TMemo we need the emulated code, which works now with a minor bug
> (the TextHint is not visible when the form is shown the first time).
> Strangely the bug is present only in a themed application, not in an
> unthemed one.

Please test with the demo by Lagunov Aleksey in
 https://bugs.freepascal.org/view.php?id=37553
adding the line
 Memo1.TextHint:='My own TextHint';
as seen in my note.
Also remember to change function TCustomMemo.CanShowEmulatedTextHint.
It now returns False always.
The emulation does not work with GTK2.

Juha


More information about the lazarus mailing list