1
vote
3answers
432 views
How do I get keyboard events in an NSStatusWindowLevel window while my application is not frontmost?
After creating a translucent window (based on example code by Matt Gemmell) I want to ge …
1
vote
1answer
125 views
Garbage Collection Crash using NSImage
This piece of code was split off from a project I am working on. It consistently reproduces a garbage collection error on my Mac OS 10.5.7 and sometimes crashes. I have been looking at it for too l …
9
votes
Best Cocoa/Mac OS X programming blogs?
I subscribe to planet cocoa which aggregates some other cocoa blogs and I skim through that once in a while. It has a list of blogs it aggr …
0
votes
Accessing a webserver from a cocoa application.
And another way is using libcurl, which comes preinstalled on any OS X system. You'd better make sure System Settings like proxies etc. are respected though if you use this approach.
…
2
votes
Garbage Collection Crash using NSImage
This has been confirmed to me by someone from Apple as a bug in OX X 10.5.7.
rdar://problem/6938657
…
