2005-12-23, 07:35 AM
sub would you consider giving api access to the form gbpvr uses? i know this wouldnt work for the mvp, xcard, 350. but for pc users this would allow a panel to be made that instead forces the entire screen to be repainted (which is slow) just to create a custom control and repaint that part of the screen. im just trying to think of ways to improve the new ticker refresh rate, at the moment its really ugly and requires a lot of cpu power.
of course this would be a panel plugin which would always return false from needs rendering, but it would also require that a deactivate method be called for the panel before anything else happens (so the control can be set to visible=false).
yeah i know this seems a silly thing to do but, err it should work, i did some animations on a project at uni and got much better results just repainting one control than the entire screen.
of course this would be a panel plugin which would always return false from needs rendering, but it would also require that a deactivate method be called for the panel before anything else happens (so the control can be set to visible=false).
yeah i know this seems a silly thing to do but, err it should work, i did some animations on a project at uni and got much better results just repainting one control than the entire screen.