Search found 12 matches
- Wed Jan 26, 2011 3:09 pm
- Forum: Support
- Topic: Picture orignal in RVF, but displaying smaller size. How?
- Replies: 8
- Views: 16396
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 ...
- Sun Jan 23, 2011 1:55 pm
- Forum: Support
- Topic: Picture orignal in RVF, but displaying smaller size. How?
- Replies: 8
- Views: 16396
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 ...
- Fri Jan 21, 2011 12:45 pm
- Forum: Support
- Topic: Picture orignal in RVF, but displaying smaller size. How?
- Replies: 8
- Views: 16396
- Tue Jan 18, 2011 3:48 pm
- Forum: Support
- Topic: Save as XML
- Replies: 1
- Views: 7515
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?
- Mon Jan 17, 2011 5:47 pm
- Forum: Support
- Topic: Picture orignal in RVF, but displaying smaller size. How?
- Replies: 8
- Views: 16396
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 ...
- Wed Jan 12, 2011 1:47 pm
- Forum: Support
- Topic: Picture orignal in RVF, but displaying smaller size. How?
- Replies: 8
- Views: 16396
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 ...
- Tue Dec 21, 2010 10:49 pm
- Forum: Support
- Topic: Compatibility unicode<->non-unicode RVF-file content?
- Replies: 4
- Views: 11557
- Mon Dec 20, 2010 7:41 pm
- Forum: Support
- Topic: Compatibility unicode<->non-unicode RVF-file content?
- Replies: 4
- Views: 11557
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 ...
- Mon Dec 20, 2010 6:38 pm
- Forum: Support
- Topic: Compatibility unicode<->non-unicode RVF-file content?
- Replies: 4
- Views: 11557
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 ...
- Thu Dec 09, 2010 7:39 pm
- Forum: Support
- Topic: Question on saving to DB Field
- Replies: 4
- Views: 11436
- Thu Dec 09, 2010 12:00 am
- Forum: Support
- Topic: Question on saving to DB Field
- Replies: 4
- Views: 11436
- Wed Dec 08, 2010 4:37 pm
- Forum: Support
- Topic: Question on saving to DB Field
- Replies: 4
- Views: 11436
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 ...