Hello,

        I'm trying to write an app that uses a browser window as a status screen.  I 
started with the MFCEmbed example and have gone from there.

        I want to update the screen once a second but I don't want the screen to 
flicker.  I don't mind manipulating the DOM myself if that is necessary.  If I use a 
standard Mozilla 1.7 build the screen will not flicker ever.

        The status page has a body background image set and I am using a script to reload the 
screen setTimeout("window.location=...",1000) I notice that if the screen does not 
have focus it will repaint without a flicker but if it does have focus you see the erase then 
redraw.

Any help out there?

Thanks
bubu
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to