selecting a sub icon from an icns file

2010-05-13 Thread John Stoneham
With Icon Composer, you can have 5 separate images for the 5 icon sizes. Cool. So I've got an icns file set up as my application icon, and I'd like to use of the smaller sub icons in it for an NSAlert message. Problem is I can't seem to figure out a way to do this. Anyone have any suggestions?

Re: theme sets with NSUserDefaults

2010-05-04 Thread John Stoneham
On Tue, May 4, 2010 at 10:07 AM, James Bucanek subscri...@gloaming.comwrote: I think what you're trying to do is create a set of nested pref values that can get swapped out, while accessing the current set using bindings. The approach I'd take is to organize all of the theme-related settings

theme sets with NSUserDefaults

2010-05-03 Thread John Stoneham
Here's the scenario. In my (OS X) app's preferences, I'd like the user to be able select between sets of preference settings, and I'd like to be able to use NSUserDefaults for this without having to deal with extra plists. Here's an example to illustrate the idea. On the preferences page there is