Hi all,
I'm new in using this library component, so i wish somebody could guide me in the problem i'm facing, any guidance and help is very much appreciated, Thank you. Here is my problem:
I used "SaveRVFToStream" to save my "RichViewEdit" content into a stream then reload it from the stream, but the "SaveRVFToStream" method doesn't seem to be functionning in saving my changes. the reloaded content seems to be the prevoiusly saved content.
"SaveRVFToStream" method problem
Re: "SaveRVFToStream" method problem
Are you sure you are properly "rewinding" the stream? I.e., are you setting Stream.Position to 0 when/where appropriate? If so, I am out of ideas without seeing any code you are using. In general, when troubleshooting such problems, I find it very helpful to actually look at the stream's binary data. Save it to a file and open it in any viewer/editor capable of displaying binary data and see what's there.
Hope this helps,
Michel
Hope this helps,
Michel
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: