I gave this talk at the February 2009 Sydney CocoaHeads. It gives an introduction to Martin Kahr's Apple Remote framework.

Download PDF
Update
The framework used in the slides uses Carbon under the hood, so it cannot be used in 64 bit apps. Additionally various versions of 10.6 have tweaked the remote HID device in various ways. There is a new Cocoa/HID framework which works correctly on the latest 10.6:
HID Remote from IOSPIRIT. I haven't tried it, but even according to their docs it has issues with a few versions of 10.6.
I have however tried the excellent control panel patch Candelair, also from IOSPIRIT, which makes both old and new frameworks work correctly with all versions of 10.6. I can confirm that the SplitShow code shown in the presentation works on 10.6 with Candelair installed.
In the future I may re-do this presentation using HID Remote.
Resources
- Remote Wrapper by Martin Kahr
- SplitShow PDF presenter for Mac OSX
- LaTeX on a Mac
- The LaTeX Beamer Class Homepage
martin kahr's wrapper supports 64 bits
the 2.0 version does not depends on Carbon.-- Unregistered Visitor on July 08, 2010 12:30 PM (view details)






