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-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

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

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 Wendel

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, even