Search found 14 matches

by cakk
Fri Jun 04, 2010 11:14 pm
Forum: Support
Topic: How to clear richview's content?
Replies: 2
Views: 9945

Thanks~~~~ It works fine! :P :P
by cakk
Fri Jun 04, 2010 9:02 am
Forum: Support
Topic: How to clear richview's content?
Replies: 2
Views: 9945

How to clear richview's content?

I wrote these code:

Code: Select all

  FViewer.Clear;
  FViewer.Invalidate;
the content is clear, but the scrollbar still stay there, looks like some content exists, but just hidden. How to resolve it?

Thanks~~~ :P
by cakk
Thu May 20, 2010 11:10 am
Forum: Support
Topic: Question about the chat demo
Replies: 2
Views: 9549

ok! its works fine!! Thanks a lots! :P
by cakk
Thu May 20, 2010 10:59 am
Forum: Support
Topic: A strange BUG about Richview using unicode~~~~
Replies: 3
Views: 12572

TRichView 11.0.5
by cakk
Thu May 20, 2010 8:49 am
Forum: Support
Topic: A strange BUG about Richview using unicode~~~~
Replies: 3
Views: 12572

A strange BUG about Richview using unicode~~~~

I think I found a BUG about TRichview. I'm using Delphi 6.0. Create a new project, place a TRichView and a TRVStyle onto the Form1, and set it support unicode as the help says. Then I add some unicode text to it, some text works fine, but some words do not work , It looks like the Richview "eats ...
by cakk
Wed May 19, 2010 11:53 pm
Forum: Support
Topic: Question about the chat demo
Replies: 2
Views: 9549

Question about the chat demo

I download the chat demo at : Advanced demo with rich text text input http://www.trichview.com/support/files/chatcodeswysiwyg.zip and it works fine. But I have 2 questions about it: 1.Why the HScrollVisible and VScrollVisible of rv have no effect? I set them to True, but the scrollbar is still ...
by cakk
Sat Jan 16, 2010 5:03 pm
Forum: Support
Topic: How to remove format of selected text?
Replies: 4
Views: 13028

Thanks!
by cakk
Sat Jan 16, 2010 5:02 pm
Forum: Support
Topic: How can I get plain text when I paste from MS Word?
Replies: 3
Views: 13235

Thanks. It's Works good!
by cakk
Tue Jan 05, 2010 8:16 am
Forum: Support
Topic: How can I get plain text when I paste from MS Word?
Replies: 3
Views: 13235

How can I get plain text when I paste from MS Word?

When I copy from MS Word, and paste to RichviewEdit, I just want the plain text, don't need the font style. How can I do it?

Thanks!
by cakk
Tue Jan 05, 2010 8:05 am
Forum: Support
Topic: How to remove format of selected text?
Replies: 4
Views: 13028

I means, remove any font style of the selected text. Just like:

This is a test.

after remove the font style:

This is a test.
by cakk
Thu Dec 24, 2009 12:55 am
Forum: Support
Topic: How to remove format of selected text?
Replies: 4
Views: 13028

How to remove format of selected text?

When I selected some text, I want remove any format of it, just like plain text. How can I do it?

Thanks~~~~
by cakk
Thu Dec 24, 2009 12:50 am
Forum: Support
Topic: How to Save Html without <head><body>....?
Replies: 1
Views: 8170

How to Save Html without <head><body>....?

Hi, When I wanna save to html format, I call: Richeditview1.SaveHtmlToStream(...) The html code will be: <html> <head> ... </head> <body> ...(some body content) </body> </html> How can I remove these html tags(html,head,body) when save html, just left the body content? Thanks!!
by cakk
Wed Dec 23, 2009 9:17 am
Forum: Support
Topic: what's wrong with the richviewedit?
Replies: 2
Views: 10098

thanks! now its ok! :P
by cakk
Thu Dec 17, 2009 2:45 am
Forum: Support
Topic: what's wrong with the richviewedit?
Replies: 2
Views: 10098

what's wrong with the richviewedit?

Hi all, I put a Trichviewedit on my form (Delphi 6.0), and typed some words in it, then SaveRVFToStream to a stream, clear the content, then LoadRVFFromStream from that stream, richviewedit is empty still. If I try to type words at this time, richviewedit raised an error "List out of bounds(-1 ...