Well, I've been on the list for a long time, and I told by g-mail to
search for this string and you are the first person use it =) So I
guess noone ever used it before on the lazarus mailling list, and the
search result is correct.

What about this:

"> And also TClipboard.HasFormat( CF_Bitmap) returns false. But at the
same time i sure the clipboard contains bitmap,
and it is possible to paste this bitmap into MS Paint or extract in
Delphi with "Destination.LoadFromClipboardFormat(CF_Bitmap,
ClipBoard.GetAsHandle(CF_Bitmap), 0)" method.

I guess, the win32 interface function
TWin32WidgetSet.ClipboardRegisterFormatcan should be extended:

Instead of
 else if AMimeType=PredefinedClipboardMimeTypes[pcfBitmap] then
it should be:
 else if (AMimeType=PredefinedClipboardMimeTypes[pcfBitmap])
      or (AMimeType=PredefinedClipboardMimeTypes[pcfDelphiBitmap]) then

Can a win32 user test this?


Mattias"

Fiction?

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to