Channel button u/d in MHP app's and service change listener?
Hi!
I'm developing an MHP application where the user is able to select channels from a channellist.
1. Channel up/down keys.
Problem is that I cant get the application to receive V_CHANNEL_UP or VK_CHANNEL_DOWN keyevents. Is this just how it should be or am I doing something wrong? It seem like the box want this keys for itself.
2. Service selection.
When the user selects the next channel by using VK_CHANNEL_DOWN button I would like to have a listener that tells me that the box has changed channel. Is this possible? The only problem is when channel are changed with the channel up/down button, since the box controls this buttons itself. Any suggestion to a listener I can register to do this?
Thanks for any answer.
Best regards
Kjetil
Message was edited by:
Kjetil_K
[845 byte] By [
Kjetil_Ka] at [2007-11-26 20:37:17]

# 1
> Hi!
>
> I'm developing an MHP application where the user is
> able to select channels from a channellist.
>
> 1. Channel up/down keys.
> Problem is that I cant get the application to receive
> V_CHANNEL_UP or VK_CHANNEL_DOWN keyevents. Is this
> just how it should be or am I doing something wrong?
> It seem like the box want this keys for itself.
Correct. The box wants these keys for the built-in user interface.
>
> 2. Service selection.
> When the user selects the next channel by using
> VK_CHANNEL_DOWN button I would like to have a
> listener that tells me that the box has changed
> channel. Is this possible? The only problem is when
> channel are changed with the channel up/down button,
> since the box controls this buttons itself. Any
> suggestion to a listener I can register to do this?
>
The box should generate the correct service selection event under these conditions.
> Thanks for any answer.
>
> Best regards
> Kjetil
>
> Message was edited by:
> Kjetil_K