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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 AutoToolbar not showing up in a TIERichEdit

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
PeterPanino Posted - Feb 19 2024 : 06:25:40
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?
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Feb 19 2024 : 22:23:24
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