Search found 12 matches

by rv777
Wed Jan 26, 2011 3:09 pm
Forum: Support
Topic: Picture orignal in RVF, but displaying smaller size. How?
Replies: 8
Views: 16410

Wouldn't it be fine if we can know if it is called for an ebedded image or not. In the situation were it is called for an ebedded image, we should also be able to tell RichView, it can use the default loading (the ebedded one) or not. The returned graphic may be nil (needs to use the default loading ...
by rv777
Sun Jan 23, 2011 1:55 pm
Forum: Support
Topic: Picture orignal in RVF, but displaying smaller size. How?
Replies: 8
Views: 16410

Why should this be a compatibility problem? Anythin who used this event will still work as before and anything who didn't use it, is also still working. Any documents who uses embedded images were not using that event at all, so I can't see an incompatibility isue here. What about a new event for ...
by rv777
Fri Jan 21, 2011 12:45 pm
Forum: Support
Topic: Picture orignal in RVF, but displaying smaller size. How?
Replies: 8
Views: 16410

Sergey? Can you help me and what are you thinking about to make the event working all the time an image needs to load, if it is embedded or if not.
by rv777
Tue Jan 18, 2011 3:48 pm
Forum: Support
Topic: Save as XML
Replies: 1
Views: 7519

Save as XML

Does the XML export (TRichViewXML) 100% support all features of RichView? Is ist save for me to save my documents in XML format instead of RVF, whithout to loose any informations?
by rv777
Mon Jan 17, 2011 5:47 pm
Forum: Support
Topic: Picture orignal in RVF, but displaying smaller size. How?
Replies: 8
Views: 16410

Hmm, as I'm a new user to RV I have no idea how to do this exactly. Do you have some example für this and will this not extremly slow down the loading of that documents, as so every picturer gets two times loaded? What do you think about to make the OnRVFNeedPicture fireing all the time a picture ...
by rv777
Wed Jan 12, 2011 1:47 pm
Forum: Support
Topic: Picture orignal in RVF, but displaying smaller size. How?
Replies: 8
Views: 16410

Picture orignal in RVF, but displaying smaller size. How?

I have an RichViewEdit in wich the inserted Images get save in its original size and resolution. RVFOptions has rvfoSavePicturesBody included. On save of that document, I write smaller images of all orignial images for Web usage with the OnHTMLSaveImage event. Now I must load this files in a ...
by rv777
Tue Dec 21, 2010 10:49 pm
Forum: Support
Topic: Compatibility unicode<->non-unicode RVF-file content?
Replies: 4
Views: 11563

Ok, thank you.
by rv777
Mon Dec 20, 2010 7:41 pm
Forum: Support
Topic: Compatibility unicode<->non-unicode RVF-file content?
Replies: 4
Views: 11563

Ok thanks, but what happens the other way around, when I load the data saved with XE with my old D7 application? Would that not give problems with unicode data? So I think about to save in D7 my richtext in UTF8 to the database, but I'm not sure what I exactly must do, as the RVF seems to be binary ...
by rv777
Mon Dec 20, 2010 6:38 pm
Forum: Support
Topic: Compatibility unicode<->non-unicode RVF-file content?
Replies: 4
Views: 11563

Compatibility unicode<->non-unicode RVF-file content?

At the moment I want to write the content of TRichView to a database field with Delphi 7 in non unicode format. As such I use SaveRVFToStream(MyStream, false). Now the question is, what will happen if I will porting my applications to Delphi XE with unicode? Will I still be able to use that db-data ...
by rv777
Thu Dec 09, 2010 7:39 pm
Forum: Support
Topic: Question on saving to DB Field
Replies: 4
Views: 11443

With TMemoryStream it works. It's not clear to me why, but there must be an difference. If I look at the TStringStream Source, I can't realy see the reason for this, as there isn't anything magical done with CR/LF.

Anyway thanks for your help.
by rv777
Thu Dec 09, 2010 12:00 am
Forum: Support
Topic: Question on saving to DB Field
Replies: 4
Views: 11443

Ah sorry, Delphi 7 without any unicode components. Pure Delphi 7 ANSI.
by rv777
Wed Dec 08, 2010 4:37 pm
Forum: Support
Topic: Question on saving to DB Field
Replies: 4
Views: 11443

Question on saving to DB Field

I'm a new user of TRichView and I have now a problem, as I don't konw what is wrong. I have a TDBRichView connected to a DB Field and an external TRichViewEdit to edit the content of that field. The TDBRichView is only used to display the content of the DB field. I pass the db field content like ...