[Gambas-user] Issue 575 in gambas: Clipboard change

gambas at ...2524... gambas at ...2524...
Wed Oct 29 11:54:05 CET 2014


Updates:
	Status: NeedsInfo

Comment #1 on issue 575 by benoit.m... at ...626...: 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




More information about the User mailing list