Re: [vdr] cStatus::OsdClear

2009-02-23 Thread zulu
Hi, I'm sorry about this confusion, it was my fault. For future Versions I will rename the define or separate these extensions from Liemikuutio. Thanks to Jörg for sending me a fix, and sorry again Rolf, such was not my intention. Regards Marc >Hi, > >> ...and these patch hunks don't belong

Re: [vdr] cStatus::OsdClear

2009-02-22 Thread Jörg Wendel
Hi, > ...and these patch hunks don't belong to Liemikuutio patch although > the define suggests so, so you'll have to blame the extension patch > author. thanks, i have written a mail to zulu Regards Jörg On Sonntag 22 Februar 2009 15:09:40 Rolf Ahrenberg wrote: > On Sun, 22 Feb 2009, Jörg Wen

Re: [vdr] cStatus::OsdClear

2009-02-22 Thread Rolf Ahrenberg
On Sun, 22 Feb 2009, Jörg Wendel wrote: > found :), the cause is a patch which is includes in the extension patch, due > to this the result of cMenuMain::Update is always true since > Setup.MainMenuTitle is not configured to 0 ('default'): > > #ifdef USE_LIEMIKUUTIO > I will contact the patch deve

Re: [vdr] cStatus::OsdClear

2009-02-22 Thread Jörg Wendel
Hi, found :), the cause is a patch which is includes in the extension patch, due to this the result of cMenuMain::Update is always true since Setup.MainMenuTitle is not configured to 0 ('default'): bool cMenuMain::Update(bool Force) { if (subMenu.isTopMenu()) { #endif /* SETUP */ #ifdef US

Re: [vdr] cStatus::OsdClear

2009-02-22 Thread Jörg Wendel
Hi, sorry for pushing this! Nobody a idea why this tree methods (OsdClear, OsdItem, OsdCurrentItem) of the Status interface called every second when I'm in the main menu and don't press a key? Regards Jörg On Sonntag 15 Februar 2009 09:39:55 Jörg Wendel wrote: > Hi, > > sorry typo, I mean of

Re: [vdr] cStatus::OsdClear

2009-02-15 Thread Jörg Wendel
Hi, sorry typo, I mean of course VDR version 1.7.4 ! Regards Jörg On Samstag 14 Februar 2009 19:33:51 Jörg Wendel wrote: > Hello, > > i using the status interface in a plugin. No I wonder why > cStatus::OsdClear() and therefore also ::OsdItem() and ::OsdCurrentItem() > is called every second, e