Re: How to get AirPort Connection Status

2008-09-18 Thread Bob Clark
like this: NSArray* arr = (NSArray*)changedKeys; NSLog(@changed keys %@, [arr description]); to sort of figure out what kinds of information you're getting. --Bob -- Bob Clark Lead Software Development Engineer RealPlayer Mac/Unix RealNetworks, Inc. On Sep 17, 2008, at 9:50 PM, Rashmi

Re: programatically show NSSegmentedCell menu?

2008-03-27 Thread Bob Clark
it will always just perform the click on the middle cell. Is there a way to do a targeted performClick on a NSSegmentedControl? That's targeted to a specific cell? Hi Jesse. Use setSelectedSegment instead. NSSegmentedControl* seg; ... [seg setSelectedSegment:4]; -- Bob Clark Lead