On Apr 19, 2011, at 10:08 PM, Quincey Morris wrote:

>> Any idea why a column with a transformer has duller images?
> 
> If it's significantly duller, that probably means it's being shown as 
> disabled.

I figured it out. If the transformer is *not* reversible

        + (BOOL)allowsReverseTransformation { return NO; }

then the image is slightly dimmed. But if the transformer states it is 
reversible

        + (BOOL)allowsReverseTransformation { return YES; }

then the image is fine.


Todd

_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to