I'm making my own dynamic-loading map "thing" here; http://www.darkflame.co.uk/panalstreamer/panelstreamer.html
Its coded in GWT using nothing but absolute panels and images. It works fine in proper browsers, but in IE the images dont reload after they have been loaded once. You can test this by simply dragging the images offscreen quite a way, and then back again. (its 2000pixals preloading at the moment, so make sure you drag it outside that range). When you drag it back, only the outline of the images remain. The size's are set explictly so thats why the outlines are still correct...but why dosnt the image repear? The images arnt being kept in memory, and are being created simply with; Image newpanelimage = new Image(url); The dialogue on the right shows the correct URLs are being used each time when they should be loaded. Anyone got some pointers/ideas as to what could cause this behavour? ps, please ignore my terrible drawing ability on the doddles. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
