PDA

View Full Version : keyboard problems



mhwlng
March 14th, 2004, 01:45 AM
Hi Ben,

I've got a weird problem with keyboard handling.

I have a device called 'album list for selected artist'
with a panel called 'album list for selected artist'

In properties\down arrow, I added these 2 IR actions :
MP.GACStart,{MP.GACCount},0
GAC {MP.GACScheme} {MP.GACStart} {MP.GACCount} {MP.GACSize}

As soon as I press the down arrow key on my keyboard, NR crashes...

On the panel, I have an NR button with the same 2 IR actions. that works fine....

if instead, I add to properties\down arrow a girder IR action like :
LDJ.NEXT(13)
5001 0000 0000 0002 ffff 0000 0001 0000

that work fine as well if I press the arrow key on my keyboard..

any ideas ?

Regards,

Marcel

Ben S
March 14th, 2004, 11:36 AM
I'll take a look in the next few minutes. So you've mapped your down key to the "down button", and added an action to the "down button".

Pressing the down key bombs NetRemote?

mhwlng
March 14th, 2004, 01:34 PM
Pressing the down key bombs NetRemote?

Yes, but only with certain IR actions linked to the button (the gacscheme stuff)

Marcel

Ben S
March 14th, 2004, 01:41 PM
Fixed. It should have bombed on anything (it was trying to repaint a button even though no "button" is selected).

I have a bunch of fixes done that should go out tomorrow evening.