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
Development
General Development (no feature request here!)
Bugfix for GUITextScrollUpControl in here
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="AndyQ" data-source="post: 18483" data-attributes="member: 12991"><p>Inthe current CVS version, noticed that the GUITextScrollUpControl doesn't reset the scroll delay when the setText method is called.</p><p></p><p>This manifests itself noticably in the TVGuide when as you switch to a different program which has multiple lines, the top line is already scroll ing and you tend to miss it.</p><p></p><p>Anyway, the fix is simple - add the following lines to the end of the setText method:</p><p></p><p> // Set timeElapsed to be 0 so we delay scrolling again</p><p> timeElapsed = 0.0f;</p><p> </p><p>Not sure if this is the best place/way to post fixes as I don't have access to CVS (actually, how would I go about getting access?)</p><p></p><p>Cheers</p><p>Andy</p></blockquote><p></p>
[QUOTE="AndyQ, post: 18483, member: 12991"] Inthe current CVS version, noticed that the GUITextScrollUpControl doesn't reset the scroll delay when the setText method is called. This manifests itself noticably in the TVGuide when as you switch to a different program which has multiple lines, the top line is already scroll ing and you tend to miss it. Anyway, the fix is simple - add the following lines to the end of the setText method: // Set timeElapsed to be 0 so we delay scrolling again timeElapsed = 0.0f; Not sure if this is the best place/way to post fixes as I don't have access to CVS (actually, how would I go about getting access?) Cheers Andy [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Bugfix for GUITextScrollUpControl in here
Contact us
RSS
Top
Bottom