• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSArrayController & image in column
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSArrayController & image in column


  • Subject: Re: NSArrayController & image in column
  • From: Todd Heberlein <email@hidden>
  • Date: Wed, 20 Apr 2011 11:41:21 -0700

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@hidden)

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:

This email sent to email@hidden

References: 
 >NSArrayController & image in column (From: Todd Heberlein <email@hidden>)
 >Re: NSArrayController & image in column (From: Quincey Morris <email@hidden>)
 >Re: NSArrayController & image in column (From: Dave DeLong <email@hidden>)
 >Re: NSArrayController & image in column (From: Todd Heberlein <email@hidden>)
 >Re: NSArrayController & image in column (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: How call upper layer function
  • Next by Date: Re: How call upper layer function
  • Previous by thread: Re: NSArrayController & image in column
  • Next by thread: How to simulate key press events
  • Index(es):
    • Date
    • Thread