Updates:
        Status: NeedsInfo

Comment #1 on issue 575 by benoit.m...@gmail.com: Clipboard change
https://code.google.com/p/gambas/issues/detail?id=575

The problem is that an application can put many different objects in the  
clipboard, and Clipboard.Paste() just takes the first one, which may not be  
the same all the time...

First solution: do provide the MIME type of the data in the  
Clipboard.Paste() optional argument.

Second solution: enumerate the clipboard contents using the  
Clipboard.Formats property that run a string array of all different MIME  
types stored in the clipboard. That way, you can see which one is the first.

Please report the result of these two tests so that I can see if it is a  
Gambas bug, or just that your spreadsheet (which one???) stores things in  
the clipboard differently as before.

P.S. Always send a full project archive! There, for example, I cannot know  
which GUI component you are actually using.

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to