trichview.support
Re: Clipboard |
Author |
Message |
John |
Posted: 11/21/2003 20:48:59 Hi Sergey, It works well now and the cause could be the low-memory crashed we had on our system earlier. If I find similar problem on other computers in the office, I will let you know by email. Just a curious question. Regarding your RVE.Paste procedure, if picture(bitmap etc) and text are SIMULTANEOUSLY selected and copied, do the paste procedure route more than once to paste the bitmap and text? I just wonder how RVEdit knows if text comes first or bitmap comes first and which to paste. =========== else if Clipboard.HasFormat(CF_TEXT) then PasteText else if Clipboard.HasFormat(CF_BITMAP) then PasteBitmap(False) else if Clipboard.HasFormat(CF_METAFILEPICT) then PasteMetafile(False)...... =========== Thanks. ============================================ "Sergey Tkachenko" <[email protected]> wrote: >Please send me MS Word document from which you copied to RichViewEdit >(to [email protected]) > >> >> Hi, >> I run Editor2 Demo and copy Picture and Text from MS Word. I then paste it >> into rv using Paste. The picture is missing but the text is there. >Sometimes >> the text and picture is there(especially in Delphi 3). But with Delphi 6, >> only the text is there, the picture missing. >> >> Should that happen or something is missing in my options. >> >> Thanks. > > |
Powered by ABC Amber Outlook Express Converter