|
From: | Riccardo Mottola |
Subject: | Re: copy&paste in PRICE does not work on GS |
Date: | Wed, 04 Mar 2015 21:04:49 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1 |
Hi, Germán Arias wrote:
My previous assumption was wrong. Just add: [self setAllowsCutCopyPaste: YES]; at -awakeFromNib in PRImageView.m. Seems like in Cocoa the default value is YES.
Yes, that fixes it and it then works on GNUstep. The method is new since 10.4 Without setting anything PRICE works on 10.4, however on 10.6 too.Thus I suppose the value is default to YES on >= 10.4 for compatibility. What do you think Fred? Should we be comply to Cocoa? I think yes. I checked current Cocoa documentation and I couldn't find the default setting.
Riccardo
[Prev in Thread] | Current Thread | [Next in Thread] |