Search found 14 matches
- Fri Jun 04, 2010 11:14 pm
- Forum: Support
- Topic: How to clear richview's content?
- Replies: 2
- Views: 9945
- 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:
the content is clear, but the scrollbar still stay there, looks like some content exists, but just hidden. How to resolve it?
Thanks~~~
Code: Select all
FViewer.Clear;
FViewer.Invalidate;
Thanks~~~
- Thu May 20, 2010 11:10 am
- Forum: Support
- Topic: Question about the chat demo
- Replies: 2
- Views: 9549
- Thu May 20, 2010 10:59 am
- Forum: Support
- Topic: A strange BUG about Richview using unicode~~~~
- Replies: 3
- Views: 12572
- 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 ...
- 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 ...
- Sat Jan 16, 2010 5:03 pm
- Forum: Support
- Topic: How to remove format of selected text?
- Replies: 4
- Views: 13028
- 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
- 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!
Thanks!
- Tue Jan 05, 2010 8:05 am
- Forum: Support
- Topic: How to remove format of selected text?
- Replies: 4
- Views: 13028
- 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~~~~
Thanks~~~~
- 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!!
- Wed Dec 23, 2009 9:17 am
- Forum: Support
- Topic: what's wrong with the richviewedit?
- Replies: 2
- Views: 10098
- 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 ...