Re: [Iup-users] IupClipboard

2015-06-17 Thread Antonio Scuri
1. I added a comment to the documentation. We don't use a global attribute because we would like to concentrate all clipboard support in this element. 2. The documentation is incorrect, just fixed and committed to SVN. The attribute is write-only, so you can only copy an IupImage to the clipboard,

Re: [Iup-users] IupClipboard

2015-06-05 Thread Antonio Scuri
Hi Denilson, Good points. I'm mobile right now so I'll take a look at these issues when I got back. Thanks for the report. Best Regards, Antonio Scuri Em 05/06/2015 07:41, "Denilson das Mercês Amorim" escreveu: > While lurking around IupClipboard functionalities I've found a few > incon

[Iup-users] IupClipboard

2015-06-05 Thread Denilson das Mercês Amorim
While lurking around IupClipboard functionalities I've found a few inconsistencies, perhaps because it is a new feature, not sure, but I better report it for future proof. 1. It's not clearly documented if ADDFORMAT registration is needed before using FORMAT (from looking in the source code it