Search found 8 matches

by adwilson
Mon Mar 05, 2007 12:25 pm
Forum: Support
Topic: Search conception in TRichView
Replies: 16
Views: 46906

Did you try function
TRichView.SearchText(s: String; SrchOptions: TRVSearchOptions): Boolean; ?
by adwilson
Thu Dec 28, 2006 8:04 pm
Forum: Support
Topic: Is Aspell 0.60 supported?
Replies: 2
Views: 11066

Sergey, do you intend to support Aspell (0.60)?
by adwilson
Sun Dec 24, 2006 2:29 pm
Forum: Support
Topic: Is Aspell 0.60 supported?
Replies: 2
Views: 11066

Is Aspell 0.60 supported?

Does richview support Aspell new version (0.60)?
by adwilson
Fri Nov 03, 2006 12:17 pm
Forum: Support
Topic: Items and Sub Items in RichView!
Replies: 7
Views: 21602

Insert "The Borland Developer Studio IDE provides" with tag=1 when user do something with the text that splits it in two, RichView automatically copys the original tag to the new items. So in the end, doesn't matter in how many items your original item was divided because all of them will ...
by adwilson
Tue Sep 19, 2006 2:52 pm
Forum: Support
Topic: Please do IMG ALIGN next
Replies: 14
Views: 36138

My suggestion was a RVItem that floats not only images...
by adwilson
Tue Sep 19, 2006 2:16 pm
Forum: Support
Topic: Please do IMG ALIGN next
Replies: 14
Views: 36138

Maybe a RVFloatItem, that can encapsulate one or more RVItems and float.
It would work like like a <DIV style="float: left;"> in HTML/CSS.
by adwilson
Mon Sep 11, 2006 12:10 pm
Forum: Support
Topic: Resize a control in RichViewEdit with mouse
Replies: 1
Views: 9207

Maybe this other topic can help you:
http://www.trichview.com/forums/viewtopic.php?t=157
by adwilson
Sat Sep 02, 2006 3:55 am
Forum: Support
Topic: Someone knows how to save trichviewedit in a Stream ?
Replies: 1
Views: 8415

Try
rve.SaveRVFToStream(Stream,false);