2005-10-14, 12:51 PM
its been a while since i looked at the code for the news panel or even used it, but recently i turned it on again but the screensaver doesnt work if its on (it just never comes in, well if your on the main menu).
im assuming its to do with the ForceRepaint() call, since i doubt that the news panel would call "DisableScreenSaver()". is there anyway toturn this off (ie would setting the repaint to 1000, ie one second then use the "needsrendering" method as the timer and just return true?, yeah i doubt it).
and since the ticker doesnt work that good (i can live with it thou, if the screensaver can be made to work) how about instead of a ticker (or aswell as the ticker, an option) a news well panel. where one news item is shown at a time in a box (skinnable of course) and every second or so (whole second so isnt using ForceRepaint) the news just switches over, similar to the next recording panel.
im assuming its to do with the ForceRepaint() call, since i doubt that the news panel would call "DisableScreenSaver()". is there anyway toturn this off (ie would setting the repaint to 1000, ie one second then use the "needsrendering" method as the timer and just return true?, yeah i doubt it).
and since the ticker doesnt work that good (i can live with it thou, if the screensaver can be made to work) how about instead of a ticker (or aswell as the ticker, an option) a news well panel. where one news item is shown at a time in a box (skinnable of course) and every second or so (whole second so isnt using ForceRepaint) the news just switches over, similar to the next recording panel.