Dear sir,I test the demo and find one problem:
Can not drag picture from some applictation,also not past the picture into richViewEdit.
The Drag info is below:
ID Name Aspect Medium Size
13 CF_UNICODETEXT Content GlobalMem 2
15 CF_HDROP Content GlobalMem 204
49364 HTML Format Content GlobalMem 801
49621 QQ_Unicode_RichEdit_Format Content GlobalMem 519
49623 QQ_RichEdit_Format Content GlobalMem 519
8 CF_DIB Content GlobalMem 63,772
Can't drag picture into richview from some application
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
From these format, TRichViewEdit understands:
- CF_UNICODETEXT
- CF_DIB
- CF_HDROP (if it contains graphic files or rvf/rtf/txt).
I listed formats in the order of their priority. As you can see, CF_UNICODETEXT has the higher priority, so a plain text will be inserted (if it is not excluded from AcceptDragDropFormats property).
What application is a source? I do not know these QQ_ formats. And I cannot see the standard "Rich Text Format".
- CF_UNICODETEXT
- CF_DIB
- CF_HDROP (if it contains graphic files or rvf/rtf/txt).
I listed formats in the order of their priority. As you can see, CF_UNICODETEXT has the higher priority, so a plain text will be inserted (if it is not excluded from AcceptDragDropFormats property).
What application is a source? I do not know these QQ_ formats. And I cannot see the standard "Rich Text Format".
Thanks for your reply.The application is QQ,a chat tools online,and about some hundred million people is using it now.The web address is:http://www.imqq.com/
The picture in the qq can drag drop to other appliction normally.
The picture in the qq can drag drop to other appliction normally.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: