TadvRichEdit tool bar traduction

Hello,


I test TadvRichEdit. This component comes with a toolbar : AdvRichEditorFormatButtonBar
Is it possible to translate the hint?
Thanks for help

You can access the controls in the toolbar via toolbar.Controls[index] and then cast to a TSpeedButton and set the hint this way, i.e.


TSpeedButton(toolbar.Controls[index]).Hint := ....

ok it works good. And for the right clic on the RichEdit? Could we do something like this?

Regards

Do you mean for changing the context menu? You can attach your custom context menu via property AdvRichEditor.PopupMenu