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
 How to enable the BrushSize up/down button in iexToolbars

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
john_siggy@yahoo.com Posted - Jun 26 2024 : 00:44:25
Hey Nigel,

Several buttons of the RichEdit toolbar are greyed out. Want to permanently enable the up/down button:
_AddButton( IEViewToolBrushSize_Button_ID, ImageEnViewBrushSize.Create(Self), ITBRES_UPDOWN_24, ivbImageEditTools in viewButtons ); Can you please tell my how to enable this button?


Regards,

4   L A T E S T    R E P L I E S    (Newest First)
john_siggy@yahoo.com Posted - Jul 04 2024 : 22:56:43
Nigel,
Thanks for looking into the delayed color box. Seems the problem was in my code which I have fixed. Sorry about that.
xequte Posted - Jul 02 2024 : 02:21:21
 
when you select a font color from the RichEdit Toolbar, does the color square on the toolbar not change color promptly.


I cannot reproduce that. Can you give me precise steps? Also, what version of Delphi are you using?

Nigel
Xequte Software
www.imageen.com
xequte Posted - Jun 27 2024 : 21:52:48
Hi

You shouldn't need to modify the source. Use the OnActionUpdate event:

http://www.imageen.com/help/TCustomImageEnToolbar.OnActionUpdate.html

Nigel
Xequte Software
www.imageen.com
john_siggy@yahoo.com Posted - Jun 26 2024 : 12:34:08
Figured it out: Add an Update event in IexActions.pas and set Enabled := True.

Question: Why, when you select a font color from the RichEdit Toolbar, does the color square on the toolbar not change color promptly. One must click on the target text, or wait a long while for the square to change color. Is there a way to make the change more immediate.