TRibbon based editor

General TRichView support forum. Please post your questions here
Post Reply
BennieC
Posts: 28
Joined: Sat Jun 18, 2011 7:00 pm

TRibbon based editor

Post 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
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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)
BennieC
Posts: 28
Joined: Sat Jun 18, 2011 7:00 pm

Post by BennieC »

Thanks Sergey - I missed the demo completely and wasted much time ;-)
Post Reply