Search found 6 matches

by padbotz
Wed Jan 05, 2011 6:58 am
Forum: Support
Topic: SaveRVF Access Violation
Replies: 1
Views: 7162

SaveRVF Access Violation

Hi,

Good day!

Is there any command or routine that checks whether a document has problems before SaveRVF executes? What are the possible causes that SaveRVF could get an access violation?


Thanks and more power!
by padbotz
Fri Aug 27, 2010 8:36 am
Forum: Support
Topic: TCustomRichViewEdit.LoadRVF Sometimes Fail
Replies: 6
Views: 14094

Thank you so much for your help sir..
by padbotz
Thu Aug 26, 2010 11:02 pm
Forum: Support
Topic: TCustomRichViewEdit.LoadRVF Sometimes Fail
Replies: 6
Views: 14094

Only visual components must be registered right?
by padbotz
Thu Aug 26, 2010 1:13 am
Forum: Support
Topic: TCustomRichViewEdit.LoadRVF Sometimes Fail
Replies: 6
Views: 14094

Thank you so much sir for the reply.. Actually, my RichViewEdit is created at runtime & has its own style, could you pls check if the ff. options are fine during creation?: ------------------------------------------------------- Options := [rvoAllowSelection, rvoScrollToEnd, rvoClientTextWidth ...
by padbotz
Tue Aug 24, 2010 11:50 pm
Forum: Support
Topic: TCustomRichViewEdit.LoadRVF Sometimes Fail
Replies: 6
Views: 14094

TCustomRichViewEdit.LoadRVF Sometimes Fail

Hi,


Anybody here have an idea why the LoadRVF sometimes returns false? What are the factors that affects this? I've been trying to load a file which was being saved using SaveRVF..

Thanks in advance..
by padbotz
Mon Apr 27, 2009 3:47 am
Forum: Support
Topic: Updating parts of an RVF file
Replies: 1
Views: 6880

Updating parts of an RVF file

Hi Sergey and to All, Good day! I just would like to ask if TRichViewEdit component supports or allows updating parts of an RVF file? This file was created via TRichViewEdit's SaveRVFToStream and then the Stream's SaveToFile procedure. I was trying to optimize the saving of an RVF document to a file ...