Search Results

1
vote
3answers
428 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

Accessing iSight programatically?

One thing that hasn't been mentioned so far is the IKPic …
2
votes

How can I have multiple instances of webkit without sharing cookies?

This post sums up what you could do. I'm not sure if it is feasible for you and I feel it wouldn't …
0
votes

How can I have multiple instances of webkit without sharing cookies?

What you can do is take a look at libcurl which can handle cookie stores …
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. …