On Thu, Aug 14, 2008 at 6:21 PM, Markus Spoettl
<[EMAIL PROTECTED]> wrote:
> So how can I manually make the view update? It seems so simple but I can't
> figure out how to do this.

I can think of a couple of ways:
1) When your preference changes, post a notification.  The views
listen for that notificiation, and update themselves accordingly.
2) Assuming your preference is being stored in user defaults, bind
your views to the preference through an NSUserDefaultsController.  Use
a value transformer to transform the preference value into a string.
Don't forget to localize.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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