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. |