Page 1 of 1

TRibbon based editor

Posted: Mon Jun 20, 2011 12:44 pm
by BennieC
Hi,
I am trying to develop a TRibbon based editor with TRichView. It is not supposed to be comprehensive but must allow the basic editing and formatting functions.
I have got most working but am stuck with the implementation of speedbuttons which the ribbon apparently doesn't support so I can't set a state (eg Bold, Italic) etc. I have considered radio buttons but this is not practical. Is there another way to store a button's state (in one of the available ribbon components)
Regards
Bennie

Posted: Mon Jun 20, 2011 4:26 pm
by Sergey Tkachenko
TRibbon demo is included in RichViewActions, in Ribbon folder.
You can find some screenshots here: http://www.trichview.com/forums/viewtopic.php?t=4319
(screenshots are for ScaleRichView demo; a demo for TRichView is similar, with less commands in "Advanced" tab and without "View" tab)

Posted: Wed Jun 22, 2011 11:58 am
by BennieC
Thanks Sergey - I missed the demo completely and wasted much time ;-)