Tagged Questions

1
vote
2answers
395 views

How to specify key bindings in a dict file inside Cocoa app bundle?

(This is not a question about KVC/KVO and key-value bindings.) I'm writing an application with a "tools" panel. Every tool can be selected using one-letter key (like "M" - "Move tool"). Tool can be ...
1
vote
3answers
361 views

How to create a binding for NSApp.dockTile's

In IB it is easy to bind a label or text field to some controller's keyPath. The NSDockTile (available via [[NSApp dockTile] setBadgeLabel:@"123"]) doesn't appear in IB, and I cannot figure out how ...