Skip to content Skip to sidebar Skip to footer
Showing posts with the label Objective C

Objective C: Get Notifications About A User's Idle State

My cocoa app runs background tasks, which I would like to stop when the user becomes idle (no keybo… Read more Objective C: Get Notifications About A User's Idle State

Use Python's Bisect In C/objective-c

I'm looking to port this class written in Python https://stackoverflow.com/a/4113400/129202 int… Read more Use Python's Bisect In C/objective-c

Wxpython Mac Os X Fullscreen Work Around Error

I was trying to get fullscreen support for a wxPython app using the code in the answer from this st… Read more Wxpython Mac Os X Fullscreen Work Around Error

Is It Possible To Call A Python Module From ObjC?

Using PyObjC, is it possible to import a Python module, call a function and get the result as (say)… Read more Is It Possible To Call A Python Module From ObjC?