Search found 55 matches

by shmp
Mon Jun 21, 2010 11:22 pm
Forum: Support
Topic: pasting text
Replies: 3
Views: 14936

OK I understand. Thank you very much.
by shmp
Mon Jun 21, 2010 9:58 am
Forum: Support
Topic: pasting text
Replies: 3
Views: 14936

Like the option in drag-and-drop of rvddUnicodeText.
by shmp
Mon Jun 21, 2010 6:03 am
Forum: Support
Topic: pasting text
Replies: 3
Views: 14936

pasting text

Sergey,

I like to exclude unicode while pasting.

rvoAutoCopyUnicodeText = false

did not work. Any idea?

Thanks in advance.
by shmp
Thu Nov 26, 2009 4:48 am
Forum: Support
Topic: width of word
Replies: 1
Views: 9756

Please ignore my request. I think I found it.
by shmp
Thu Nov 26, 2009 3:33 am
Forum: Support
Topic: width of word
Replies: 1
Views: 9756

width of word

Is there a function to return the width of a word of any font size (including unicode)?

Thanks in advance.
by shmp
Thu Jan 08, 2009 8:45 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 104784

I am using TRichView unrelated to Office 2007 so I cannot make a big fuss about the converter. But it keeps me wondering. If you are able to use TRichView in it complexities, the 'import' is more important than the 'export'. I do import a lot and 'copy and paste' is extremely useful as well. Sincere...
by shmp
Thu Oct 11, 2007 2:49 am
Forum: Support
Topic: Error on termination of an application using TRichView
Replies: 8
Views: 24332

My simple guess is that an item (notably a component) has an event created for it. If the item is removed but the event is still triggered, the AV is unavoidable. The clear and format doesn't help anyway. It is only a guess and the problem could be other things.
by shmp
Wed Oct 10, 2007 3:47 am
Forum: Support
Topic: TRichViewEdit: Move focus centered to a certain Item
Replies: 3
Views: 13941

Pardon me for intruding. It seems to me that you want to move an item to the middle of the screen without moving TRichView itself which is like changing the content itself. Why not move the form so that the item looks as if it is in the center of the screen (This way you are not changing the content...
by shmp
Wed Oct 10, 2007 3:31 am
Forum: Support
Topic: Error on termination of an application using TRichView
Replies: 8
Views: 24332

Just a suggestion. When an item (especially a component) has been removed without formatting TRichView, AV usually occurs. On form destroy event, I put rv.clear and rv.format. It did not cause AV anymore.

Hope this may come in handy.
by shmp
Wed Jun 27, 2007 3:24 am
Forum: Support
Topic: Best way to 'enable' the Bold/Ctrl-B shortcut
Replies: 2
Views: 11938

No menu eh? Well try OnKeyUp to trap CtRL B, which should then apply the textstyle.

Hope this is helpful.
by shmp
Sun Jun 10, 2007 1:25 pm
Forum: Support
Topic: Newbie Q
Replies: 6
Views: 20609

Oops. Maybe the trial version do not have that feature.
by shmp
Sun Jun 10, 2007 2:48 am
Forum: Support
Topic: Newbie Q
Replies: 6
Views: 20609

Try RV.FormatTail or RV.Reformat instead of RV.Format. The format should be done only once when you have just cleared RV or Load a new file.
by shmp
Mon Apr 30, 2007 11:07 pm
Forum: Support
Topic: Inserting External Object
Replies: 2
Views: 12568

Do you mean inserting object into TRichView from remote place? If so, yes it is possible. Since it is quite a complex procedure, I will give you very important hints only. If you are using Delphi, you need the Indy http vcl. 1. Create the object class. 2. Download the object using Indy http directly...
by shmp
Sat Apr 28, 2007 12:27 am
Forum: Support
Topic: Access Violation trying to InsertPicture
Replies: 2
Views: 12001

Do not delete bmp. In case if you wish to delete it, use exception instead of finally.
by shmp
Fri Apr 13, 2007 9:26 am
Forum: Support
Topic: Displaying a Scaled RTF document
Replies: 1
Views: 10358

At the moment, I think the 'scaling' you desire can only be done with print preview. See demo.