Changing NSButton mixed-state transition order ?
Changing NSButton mixed-state transition order ?
- Subject: Changing NSButton mixed-state transition order ?
- From: Nick Sayer <email@hidden>
- Date: Tue, 14 Oct 2003 15:47:09 -0700
I originally asked this on java-dev and was refered here. I'm doing this
in Java / Cocoa, if it matters.
I have a couple of NSButtons configured as switches with mixed state
enabled. What I want to do is change the order to Off, On, Mixed rather
than Off, Mixed, On.
I presume I'll have to either subclass something and replace
setNextState(). I tried doing this by extending NSButton, but it didn't
work. Should I subclass NSButtonCell instead?
_______________________________________________
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.