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