DBRichedTextEdit / RichedTextEdit character Controls diffrnt

General TRichView support forum. Please post your questions here
Post Reply
tnasca
Posts: 4
Joined: Wed Feb 05, 2014 11:08 pm
Location: USA, MD
Contact:

DBRichedTextEdit / RichedTextEdit character Controls diffrnt

Post by tnasca »

I am try in to work demos on DBRichTextEdit / RichTextEdit and it seems the control are different.

I was trying to copy the demo for RichTextEdit and tie them to DBRichTextEdit control.

But non of them work.,

RichTextEdit use applystyleconversion and
DBRichTextEdit use apply...style.

Is there a demo with full working controls for DBRichTextEdit?

Thanks.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Everything must be the same for TRichViewEdit and TDBRichViewEdit, except for (of course) file-related operations.

For example, you can see this demo:
http://www.trichview.com/forums/viewtopic.php?t=2074

If you want using RichViewActions, all actions work correctly with TDBRichViewEdit, except for New, Open, Save and SaveAs.
tnasca
Posts: 4
Joined: Wed Feb 05, 2014 11:08 pm
Location: USA, MD
Contact:

Are there Any Symbols like Dots or other indent chracter

Post by tnasca »

Are there Any Symbols like Dots or other indent character that can be used with the RT environment?

• 1
• 2

1. a
2. b
o 1
o 2
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, I do not understand the question.
tnasca
Posts: 4
Joined: Wed Feb 05, 2014 11:08 pm
Location: USA, MD
Contact:

RichTextEdit Editor, with indents, any Bullet styles Availbl

Post by tnasca »

When using the RichTextEdit Editor and indents, are there any Bullet styles Available like

• 1
• 2

1. a
2. b
o 1
o 2
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You can make different styles of bullets and numbering (including examples you made)
If you use RichViewActions, you can define them in "Bullets and Numbering" dialog.
If you want to implement it in code, see http://www.trichview.com/forums/viewtopic.php?t=5113
Post Reply