In a very complex application containing TImageEnView and TIERichEdit, among several other ImageEn components, the AutoToolbar is not showing up in a specific TIERichEdit in a secondary form. In a simple essential test project, it does show up, however.
Of course, the IERichEdit.AutoToolbar = True in ObjectInspector.
What could the AutoToolbar prevent from showing up in a TIERichEdit?
I use this code in FormCreate of the secondary form:
// Show a hover toolbar when editing text
IEGlobalSettings().RichEditorToolbar.Position := iepAbove;
IERichEditCaption.AutoToolbar := True;
Is it possible to invoke the RichEditToolbar manually using a specific method or property?