ATI Remote Wonder Plug-In (3 Viewers)

megacrypto

Portal Pro
October 20, 2006
106
0
been looking for something for my RW Plus, and as far as the keys go, they work ok with your plugin, but still there are some keys that do not correspond. Is there a way to make something for the RW Plus? or maybe i could help out in that (i have programming knowledge)

thanks alot
 

angry

Portal Member
June 13, 2007
25
0
Home Country
Sweden Sweden
been looking for something for my RW Plus, and as far as the keys go, they work ok with your plugin, but still there are some keys that do not correspond. Is there a way to make something for the RW Plus? or maybe i could help out in that (i have programming knowledge)

thanks alot
I added the Help, Info and ATI buttons. Not sure if they work or not tho, since I don't have the remotes to try it on. But please tell me if they do :)

Are there any more buttons? I couldn't find any others in the ammo SDK..

Anyways here's version 1.3 of the plug-in with Remote Wonder II/Plus support: Download.
Please note that the link on front page still links to the v1.2, since I'm not sure v1.3 works yet :)

Also, I might as well release the source code. You can get it here: Download.

edit: woops, was a little to fast. Missed the FM and TV-2 buttons, I've added them now and hopefully they work too.
 

megacrypto

Portal Pro
October 20, 2006
106
0
Tried it, but no changes. Still does not pick up keys, even the volume up/down

actually i'm using the Mediaportal x10 remote and disabling the ATI app, and it works fine until now
 

angry

Portal Member
June 13, 2007
25
0
Home Country
Sweden Sweden
Tried it, but no changes. Still does not pick up keys, even the volume up/down

actually i'm using the Mediaportal x10 remote and disabling the ATI app, and it works fine until now

Seems very odd your volume up/down doesn't work. Since all my plugin really does is catch events from the drivers when a button is down. And that event contains the id of the button on the remote you pushed, and those ID's are the same on all remotes. And after I've got an ID I just send a keydown/up event to mediaportal(if it's in foreground). So I can't see how it doesn't work on your remote, but does on mine.
Are you using Windows Vista or something? Because It's very possible i'm using code that might not work on Vista. But if some buttons work I don't see why that would be the problem, since all buttons use the same code.

Maybe you can tell me all buttons that doesn't work and I'll try look into it..
 

megacrypto

Portal Pro
October 20, 2006
106
0
No, using Win XP with SP2, MP 0.2.3.0 RC2 ... thats basically it.

As for the keys, i will post them as soon as i get home (im out for a couple of days)
 

cornelius76

Portal Member
October 3, 2007
8
0
Home Country
Canada Canada
I too have the problem with the remote where it jumps 2 options in the menu when I press the up or down
buttons. I have updated to the newest version of the plugin. Is there anything I can do to slow down the button
response? By the way, great plugin.
 

angry

Portal Member
June 13, 2007
25
0
Home Country
Sweden Sweden
I too have the problem with the remote where it jumps 2 options in the menu when I press the up or down
buttons. I have updated to the newest version of the plugin. Is there anything I can do to slow down the button
response? By the way, great plugin.

Hmm.. I thought I fixed that. Anyways, I looked into the source, and I can't really see what might be causing this.

However I changed the code to a somewhat more correct way of handling the keypresses. Before I just send a keydown/keyup press to mediaportal everytime a buttondown event was generated by the remote, which was probably a bit buggy and bad way of doing it. Now I'm sending a keydown event on a button down event and a key up event on a button up event.

This might fix it, but I don't know. I might have to change the way in how I send the keypress events to MediaPortal for this to be fixed.

Anyways, while I was poking around with this, I also made it possible so that you now can hold a button down to scroll and select new menu buttons faster. Before you had to press the button for each scroll.

Click here to download the updated version: Download. And please report back if it solved the skipping thingy.

edit: woops. accidently uploaded the same version as the old one instead of the updated one :D Fixed that.. hehe
 

cornelius76

Portal Member
October 3, 2007
8
0
Home Country
Canada Canada
Thanks for the super fast answer and update. Unfortunatly that didn't solve the problem. I don't think the
problem is with your plugin, I think it has more to do with the sensativity of the remote itself. Is there any way
to adjust this? Thanx again.
 

angry

Portal Member
June 13, 2007
25
0
Home Country
Sweden Sweden
I dunno, you could always try giving your remote a new ID and that may help. How does it work in Windows? For example open a folder and use the arrows to navigate the icon selection, does it skip icons there too? Or maybe you have another plugin installed which might be intefering?
 

felo

Portal Pro
October 9, 2007
77
0
In Hell.
Home Country
Delete the layer called "No Condition" that is the 1 that give the acction.
When is deleted the doble click stops.
Its a bug in MP, so when you delete the action in MP only read once.
Also delete the one for "Ok"
remap_x10.jpg
 

Users who are viewing this thread

Top Bottom