Hi,
I have a problem with copying content from RichViewEdit to RichView. I want to copy texts and gif from richviewedit to richview. After I running below code, texts will be copied, but gif will not be copied. How could I fix this problem?
Any help is appreciate!
// gif and texts have all added ...
Search found 10 matches
- Thu Mar 10, 2011 6:21 pm
- Forum: Support
- Topic: can't display gif after copying from rve to rv
- Replies: 1
- Views: 7365
- Thu Mar 03, 2011 5:18 pm
- Forum: Support
- Topic: How to keep previous font(with style) not change
- Replies: 2
- Views: 10008
- Thu Mar 03, 2011 5:12 pm
- Forum: Support
- Topic: How to keep previous font(with style) not change
- Replies: 2
- Views: 10008
How to keep previous font(with style) not change
Hi,
I'm sorry to trouble you. But this problem have made me in puzzle for several days. I have one richviewedit and one richview, just like a chatbox. I want to copy content from richviewedit to richview with style which is defined by user(bold, size, etc.) while the font in richview should keep ...
I'm sorry to trouble you. But this problem have made me in puzzle for several days. I have one richviewedit and one richview, just like a chatbox. I want to copy content from richviewedit to richview with style which is defined by user(bold, size, etc.) while the font in richview should keep ...
- Wed Mar 02, 2011 4:45 pm
- Forum: Support
- Topic: AppendRVFFromStream/InsertRVFFromStream can't work
- Replies: 3
- Views: 10704
- Wed Mar 02, 2011 1:34 am
- Forum: Support
- Topic: AppendRVFFromStream/InsertRVFFromStream can't work
- Replies: 3
- Views: 10704
- Tue Mar 01, 2011 5:04 pm
- Forum: Support
- Topic: AppendRVFFromStream/InsertRVFFromStream can't work
- Replies: 3
- Views: 10704
AppendRVFFromStream/InsertRVFFromStream can't work
Hi,
I have one richview(rv) and one richviewedit(rve), I want to copy content from richviewedit to richview. I code like this:
TMemoryStream *stream = new TMemoryStream();
rve->SaveRTFToStream(stream, false);
stream->Position = 0;
rv->InsertRVFFromStream(stream, rve->ItemCount); // or rv ...
I have one richview(rv) and one richviewedit(rve), I want to copy content from richviewedit to richview. I code like this:
TMemoryStream *stream = new TMemoryStream();
rve->SaveRTFToStream(stream, false);
stream->Position = 0;
rv->InsertRVFFromStream(stream, rve->ItemCount); // or rv ...
- Mon Feb 28, 2011 1:36 pm
- Forum: Support
- Topic: specific the image name in savehtml
- Replies: 5
- Views: 13875
- Sat Feb 26, 2011 7:12 pm
- Forum: Support
- Topic: specific the image name in savehtml
- Replies: 5
- Views: 13875
- Fri Feb 25, 2011 2:42 pm
- Forum: Support
- Topic: specific the image name in savehtml
- Replies: 5
- Views: 13875
- Thu Feb 24, 2011 5:20 pm
- Forum: Support
- Topic: specific the image name in savehtml
- Replies: 5
- Views: 13875
specific the image name in savehtml
Hi,
I want to use savehtml(or savestream), and I need to specific the image name. But I found savehtml only can save the image with a name:prefix+num.
Is there any way to save the image with a specific name?
Any help is appericate.
I want to use savehtml(or savestream), and I need to specific the image name. But I found savehtml only can save the image with a name:prefix+num.
Is there any way to save the image with a specific name?
Any help is appericate.