Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

28.06.2006 03:27:03
Repeating Key Press Problem
View

This posting is older than 6 months and can contain outdated information.
Hi Felix,

In the last few days since i started using RB i found the menu items would sometimes start scrolling up or down continuously until another remote button was pressed. I've just had a play, to find out when this happens. Seems if i press back on the remote then + or - quickly, it'll do this - scroll up or down until another button is pressed. The timing of presses seems to be critical to make this happen - it'll maybe do this 50% of the time if i try, and i found in normal use it would happen once in a while...

I dont know if this is an issue with RB, or maybe how the remote codes are handled by the OS, or maybe something just with my mac.

Shout if you need any more info...

Regards,

Andy 

These entries from the FAQ may be relevant to this topic:

Hardware - Apple® Remote
User

28.06.2006 11:25:04
Re: Repeating Key Press Problem
View

This posting is older than 6 months and can contain outdated information.
Hello Andy,

thanks for your feedback.

What you are experiencing can only be rooted in hardware or the 
Apple's driver for the IR receiver. Either the hardware messes up the 
IR signals transmitted when pressing buttons very fast in a row or 
the driver hickups on that.

Fact is, Remote Buddy does not lose any of the button events it 
receives. And since button press and release are two different events 
for the plus and minus buttons, the respective release event did not 
reach it, which makes it detect it as continued button press and 
makes it internally generate repeat events, which are then dispatched 
to the menu.

The chain of event handling roughly works like this:

1) Button press

2) IR signal

3) IR receiver receives signal

4) driver by Apple parses the signal

5) driver by Apple sends a message to the HID layer (high level event 
handling from here on, with queueing and everything)

6) Remote Buddy receives the event. The sourcecode I have under my 
control starts getting used here.

7) Event handling

So, to sum it all up, I fear I can't do anything about it since all 
the determining factors are outside my sphere of influence. Sorry.

Felix 

User

28.06.2006 12:31:13
Re: Repeating Key Press Problem
View

This posting is older than 6 months and can contain outdated information.
Hi Felix,

Thanks for the reply. I thought it might be something like this... Makes sense if the + & - buttons are handled like that - i guess it means the release code is being dropped somewhere and not passes to RB. I tried to get this to work (or break!) in front row without RB running, but only seems to happen in the RB menus.

Anyway, no big problem - i'll have to slow down with my button pressing, and easy to stop if it happens.

Andy