Problem on NSPopUpButton Class

2009-11-23 Thread charisse napeÿfffff1as
Hello, Is there a known problem with subclassing an NSPopUpButton class in Snow Leopard 10.6.2 ? Problem: subclassed popup button cannot be disabled sometimes. Scenario: Instead of using NSPopUpButton directly, I created a subclass of NSPopUpButton named MyPopUpButton because there are other t

Re: Problem on NSPopUpButton Class

2009-11-23 Thread charisse napeÿfffff1as
temAtIndex : (int) index #endif { if (index + 2 <= [self numberOfItems]) { [super selectItemAtIndex:index]; } } @end From: Kyle Sluder To: charisse napeÿf1as Cc: cocoa-dev@lists.apple.com Sent: Tuesday, November 24, 2009 12:54:26 Subj