On Mon, Aug 3, 2009 at 6:24 AM, Peter Dawn<[email protected]> wrote: > Hi everyone, > > I am working on a Geoserver/OpenLayer web application. I need to test it in > IE6. > > Now I have a GetFeatureInfo function, where the user clicks on the map > and I do a GetFeatureInfo call and I display the results on the > screen. > > The function is working well. However I want to display a animated GIF > wait icon, while its retrieving data. So I have the following, > icon = new OpenLayers.Icon("images/loader.gif",size,null,myOffset); > > This displays the icon, but it does not animate. I am unable to figure > out why. Can somebody tell me what I need to get it to work. It works > fine in FF.
Hi. Just guessing... It may be that IE is busy parsing the GFI response. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
