Cyker
02-27-2005, 12:30 PM
Righty, I still haven't been able to figure out this little problem, so if anyone has any insight, please post here because it's driving me inssaaaannnneee!
*ahem*
Anyway, I'm trying to code a DA version of SharkBoy's Audio Player RMC app, so you can just call it up and tap on buttons to play, pause, rewind etc.
I'm using the keycodes Sharky found to do this, so for instance when you tap on 'Play' I do:
EvtEnqueueKey(5898,3303,8);
EvtEnqueueKey(5899,3303,8);
to send the Play command.
Now, this works for Sharky's hardbutton version, but for some reason the DA one isn't passing the key events out - They're getting lost somewhere!!
Does anyone have any insight into this? I was hoping it was something obvious, but now I just think it's something simple (Which means I'll never figure it out except by blind luck :D)...
*ahem*
Anyway, I'm trying to code a DA version of SharkBoy's Audio Player RMC app, so you can just call it up and tap on buttons to play, pause, rewind etc.
I'm using the keycodes Sharky found to do this, so for instance when you tap on 'Play' I do:
EvtEnqueueKey(5898,3303,8);
EvtEnqueueKey(5899,3303,8);
to send the Play command.
Now, this works for Sharky's hardbutton version, but for some reason the DA one isn't passing the key events out - They're getting lost somewhere!!
Does anyone have any insight into this? I was hoping it was something obvious, but now I just think it's something simple (Which means I'll never figure it out except by blind luck :D)...