- March 26, 2007
- 3,715
- 180
- Home Country
-
Germany
When you tune a channel from the EPG (or presumably elsewhere) the spinning cursor is shown and then hidden once the tune completes.<br /> <br /> The problem with this is this is because channel tuning is asynchronous, the cursor is never really shown until tuning is complete anyway, and also that in some cases the cursor can be shown and never hidden. In this case, you have to exit MP and restart to get rid of it.<br /> <br /> Basically, it just needs removal of the GUIWaitCursor calls from (for example)<br /> <br /> GUIWaitCursor.Show();<br /> TVHome.ViewChannelAndCheck(_currentProgram.ReferencedChannel());<br /> GUIWaitCursor.Hide();<br /> <br /> <br /> in TVGuideBase.cs
Continue reading...
Continue reading...