NSSegmentedControl temporary click only?
NSSegmentedControl temporary click only?
- Subject: NSSegmentedControl temporary click only?
- From: Matt Ball <email@hidden>
- Date: Wed, 2 Jun 2004 16:46:59 -0400
I've made an NSSegmentedControl which acts as a back/forward button.
Everything works, except when I click it, the segment stays selected. I
want the click to be temporary. I though that putting something like
[navSegmentedControl setSelectedSegment:nil]; at the end of the
segmentedControl's action would do it, but it doesn't work. Does anyone
have any tips?
-- Matt Ball
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.