flagsChanged:
flagsChanged:
- Subject: flagsChanged:
- From: Daniel Todd Currie <email@hidden>
- Date: Sat, 18 Oct 2003 16:22:01 -0700
I'm trying to implement the functionality seen in several other OSX
apps, where the command shortcut is shown on a button whenever the
command key is down. I've tried (upon several different
recommendations) subclassing NSResponder, NSApplication, and NSWindow,
using flagsChanged:, keyDown:, and acceptsFirstResponder methods
wherever appropriate. I've tried linking these classes in IB,
instantiating them in my applicationDidFinishLaunching: delegate,
basically anything i can think of. Nothing works; can someone please
just tell me which classes/methods will do this and how I need to set
it up (please try to avoid speculation, I've had quite enough
suggestions that "should work" and didn't).
Thanks in advance,
// Daniel Currie
_______________________________________________
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.