home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Quality Assurance
Bugtracker Feed
0003959: Tuning channel should not show spinning cursor
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MediaPortal-Bot" data-source="post: 891723" data-attributes="member: 48617"><p>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</p><p></p><p><a href="http://mantis.team-mediaportal.com/view.php?id=3959" target="_blank">Continue reading...</a></p></blockquote><p></p>
[QUOTE="MediaPortal-Bot, post: 891723, member: 48617"] 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 [url="http://mantis.team-mediaportal.com/view.php?id=3959"]Continue reading...[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Quality Assurance
Bugtracker Feed
0003959: Tuning channel should not show spinning cursor
Contact us
RSS
Top
Bottom