- March 21, 2007
- 2,299
- 1,879
- Home Country
- United Kingdom
- Moderator
- #1
If I enable TV guide border highlighting and scroll through the guide I get a flicker caused by the render exception shown in the logs. It seems to only be noticeable when video is playing (but I expect this is due to the increased load).
The flicker occurs when moving between programs in the guide and is particularly bad when using the mouse. It happens for all skins I've tried and is completely fixed if I disable border highlighting.
I think I've tracked it down to the call to SendToFront (in TvGuideBase.SetFocusBorder) modifying the control collection whilst Render is enumerating it.
Incidentally when MP is first installed the TV Guide settings for the skins are in an invalid state, genre colouring is enabled but border highlighting isn't (this also means you don't see the above behaviour on a fresh install), as soon as you change the settings you can no longer select this configuration.
The flicker occurs when moving between programs in the guide and is particularly bad when using the mouse. It happens for all skins I've tried and is completely fixed if I disable border highlighting.
I think I've tracked it down to the call to SendToFront (in TvGuideBase.SetFocusBorder) modifying the control collection whilst Render is enumerating it.
Incidentally when MP is first installed the TV Guide settings for the skins are in an invalid state, genre colouring is enabled but border highlighting isn't (this also means you don't see the above behaviour on a fresh install), as soon as you change the settings you can no longer select this configuration.