- May 14, 2008
- 3,558
- 434
- Home Country
-
Germany
Hi disaster123,
May be the best way for testing it, is to remove your schedules and, see if it is faster than before ?
Otherwise, if you can't/don't want to, I suppose putting comments on :
LoadSchedules(true);
in lines 697 and 923 of TvGuideBase.cs could be enough for testing if this cause the problem.
Of course, you will loose all _recordingList related, after that.
Hope it helps.
Bye.
I've now removed these lines of code but Guide is still slow in vertical scroll when next channel comes up. It is OK in horizontal scoll and also in vertical scroll when NO new channel comes up.
I've now tried to track down my problem and it happens in this method:
Code:
// if cursor is on a program in guide, try to find the "best time matching" program in new channel
SetBestMatchingProgram(updateScreen, true);
This one takes up to 1s here.