Xcode 7.2.1 - Apps not running on 10.8 and 10.9

2016-03-15 Thread Frank Bitterlich
Hi, I have a weird problem. When I build a Cocoa app in Xcode 7.2.1, it fails to run properly on certain machines running OSX versions 10.8 and 10.9. The app launches (=icon in dock), but no window shows up, and the menus are all but gone (the Apple and application menu is visible in the menu b

How to intercept the space key in an NSTextField

2015-09-03 Thread Frank Bitterlich
I’m having trouble finding a solution for a seemingly simple problem. I need an NSTextField that will „catch“ the space key, and instead of adding a blank to its content, will trigger something different. The reason: I have a window where I need to trigger starting/stopping of a clock by pressi

How to intercept the space key in an NSTextField

2015-09-03 Thread Frank Bitterlich
I’m having trouble finding a solution for a seemingly simple problem. I need an NSTextField that will „catch“ the space key, and instead of adding a blank to its content, will trigger something different. The reason: I have a window where I need to trigger starting/stopping of a clock by pressi