Forum Moderators: open
When I go from one page to another in IE6 or Mozilla, you don't see the transition.
When I do it in IE5, I see a flickering in the page.
I solved it using the DXTransform.Fade, but now it seems that this transition filter slows down the application drastically ...
is there another way to avoid the flickering in IE5?
use google to research these: window.offscreenBuffering, window.screen.bufferDepth, window.screen.updateInterval
another approach is to look how you are rendering the screen, are you using document.write? or regular html? if document.write and you are using many document.writes, instead build up a variable with all the output data instead, and then write it all at once with a single document.write(htmldataexample)