K kbaum macrumors newbie Original poster Sep 7, 2007 9 0 Sep 7, 2007 #1 Hi, How do you make one of those nifty 'Start at login' checkboxes in a prefs panel? Also, is there a way to set the font size of an NSTextField programatically? Thanks!
Hi, How do you make one of those nifty 'Start at login' checkboxes in a prefs panel? Also, is there a way to set the font size of an NSTextField programatically? Thanks!
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Sep 7, 2007 #2 See StartingMyAppOnStartup For the text field, you could probably just use the setFont: method.