Hi Martin, Martin Prochnow schrieb: > Hi, > > i'm using the class cMenuEditTimer to set timer in my epg-plugin. My problem is that i can't use the direction keys of the remote control to select or edit the items within this class. The only thing that works is 'Ok'. I can set a timer but i can't edit the given values. > > The order of the used classes is the same as in vdr: > vdr: cMenuMain (cOsdMenu) -> cMenuWhatsOn (cOsdMenu) -> cMenuEvent (cOsdMenu) -> cMenuEditTimer (cOsdMenu) > my plugin: cMenuMain (cOsdMenu) -> myMenuWhatsOn (cOsdMenu) -> myMenuEvent (cOsdMenu) -> cMenuEditTimer (cOsdMenu) > > The ProcessKey-methods of my classes are nearly the same as in vdr, only some more keys are processed. I'm doing the same in epgsearch in the next release (user can choose between VDRs cMenuEditTimer or the one of epgsearch). Perhaps it's a problem in one of the ProcessKey methods of the classes above the calling hierarchy of cMenuEditTimer. I could send you my current beta, where it works. But you have to wait for the evening ;-) BR, Christian