ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 AutoToolbar not showing up in a TIERichEdit
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

PeterPanino

924 Posts

Posted - Feb 19 2024 :  06:25:40  Show Profile  Reply
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?

xequte

38529 Posts

Posted - Feb 19 2024 :  22:23:24  Show Profile  Reply
Hi Peter

Does it show up in any other positions than iepAbove?

You might want to put a break on the iexRichEdit.pas code to see why it is not showing.


Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: