Re: [Moderator] Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-06 Thread Scott Anguish
it’s quite possible that the library he’s using is public API, and if so, my apologies. however, every other wrapper has been using private API. Unfortunately, moderation doesn’t provide the time to examine code posted on third party blogs. The fact that the class is called “Apple Remote” doesn

Re: [Moderator] Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-06 Thread Uli Kusterer
On 06.11.2009, at 06:43, Scott Anguish wrote: It’s been clear here that private API is not allowed. What private API is used? All I saw in the code were documented IOKit calls. I thought that if something's obviously is exposed via public API like IOKit, it would be considered public API.

Re: [Moderator] Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-05 Thread Scott Anguish
It’s been clear here that private API is not allowed. Nor is NDA product. On Nov 5, 2009, at 9:17 AM, Uli Kusterer wrote: > On 05.11.2009, at 07:03, Scott Anguish wrote: >> The discussion of code that accesses private APIs is not allowed on this >> list. >> >> Continued discussion will cause

Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-03 Thread Sean McBride
On 11/1/09 11:54 PM, Harry Vangberg said: >I am trying to use the Apple Remote Control Wrapper by Martin Kahr. I made a >simple implementation per the website, which just logs mouse events: > > *SNIP* > >Which makes it a tad difficult to differ between them. This is developing >against 10.6. If y

Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-03 Thread Uli Kusterer
On 01.11.2009, at 23:54, Harry Vangberg wrote: I am trying to use the Apple Remote Control Wrapper by Martin Kahr. I made a simple implementation per the website, which just logs mouse events: Try using the HIDRemote class from the IOSpirit guys. It's much newer code and contains lots of fi

Re: apple remote

2008-10-07 Thread Memo Akten
cool thanks... On 6 Oct 2008, at 07:31, Simone Tellini wrote: Il giorno 06/ott/08, alle ore 05:38, Memo Akten ha scritto: Hi All, I was wondering how straightforward it is to write an app that responds to Apple Remote events. would I get them in - (void) sendEvent:(NSEvent*)event ? I us

Re: apple remote

2008-10-05 Thread Simone Tellini
Il giorno 06/ott/08, alle ore 05:38, Memo Akten ha scritto: Hi All, I was wondering how straightforward it is to write an app that responds to Apple Remote events. would I get them in - (void) sendEvent:(NSEvent*)event ? I use Kahr's wrapper, too. I suggest you file a bug with Apple asking

Re: apple remote

2008-10-05 Thread Tim Andersson
Hi there. I use the following for Apple Remote functionality in my app: http://www.martinkahr.com/2007/07/26/remote-control-wrapper-20/ Hope it works for you. Cheers, Tim ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admi

Re: apple remote

2008-10-05 Thread eric.bachard
Hi, Memo Akten a écrit : Hi All, I was wondering how straightforward it is to write an app that responds to Apple Remote events. AFAIK, there is no public API (please tell me ;) ) would I get them in - (void) sendEvent:(NSEvent*)event ? or what would I need to do? If anyone can point me i

Re: Apple Remote and exclusivity

2008-06-04 Thread Jean-Daniel Dupas
Le 4 juin 08 à 01:00, Scott Anguish a écrit : On Jun 3, 2008, at 5:02 AM, Hamish Allan wrote: I don't even know what the Cocoa interface to the Apple Remote is, let alone having used it, let alone being able to troubleshoot it, and I don't imagine everyone here is an expert either...

Re: Apple Remote and exclusivity

2008-06-03 Thread Scott Anguish
On Jun 3, 2008, at 5:02 AM, Hamish Allan wrote: I don't even know what the Cocoa interface to the Apple Remote is, let alone having used it, let alone being able to troubleshoot it, and I don't imagine everyone here is an expert either... I don't believe there is a public API for it. __

Re: Apple Remote and exclusivity

2008-06-03 Thread Ilan Volow
There's been some changes to device seizing in Leopard. I've had some code of my own (albeit keyboard/barcode scanner stuff) that's been affected by it. http://developer.apple.com/technotes/tn2007/tn2187.html I'd think that the Apple remote wouldn't be affected (unless it's being interpret

Re: Apple Remote and exclusivity

2008-06-03 Thread Graham Cox
This might (or might not) help, FWIW: http://www.cocoadev.com/index.pl?UsingTheAppleRemoteControl G. On 3 Jun 2008, at 7:02 pm, Hamish Allan wrote: On Tue, Jun 3, 2008 at 12:36 AM, Elan Feingold <[EMAIL PROTECTED]> wrote: From the lack of responses I'm guessing I posted this to the wro

Re: Apple Remote and exclusivity

2008-06-03 Thread Hamish Allan
On Tue, Jun 3, 2008 at 12:36 AM, Elan Feingold <[EMAIL PROTECTED]> wrote: > From the lack of responses I'm guessing I posted this to the wrong list :-) Four hours you gave everyone in all the different timezones of the world to respond before giving up! I don't even know what the Cocoa interface

Re: Apple Remote and exclusivity

2008-06-02 Thread I. Savant
On Jun 2, 2008, at 7:36 PM, Elan Feingold wrote: From the lack of responses I'm guessing I posted this to the wrong list :-) Can anyone suggest a better list to post to? Patience. You posted this recently. If someone has an answer, they'll give it to you. -- I.S. _

Re: Apple Remote and exclusivity

2008-06-02 Thread Elan Feingold
From the lack of responses I'm guessing I posted this to the wrong list :-) Can anyone suggest a better list to post to? Many thanks, -elan On Mon, Jun 2, at 9:44 AM, Elan Feingold wrote: Hi, The app I'm working on makes use of the Apple Remote; specifically, it runs a helper app (daemon