--- In [email protected], "richard_smith_ons" <[EMAIL PROTECTED]> wrote: > > I think I may have cured this (just before going home from work) but > will need to test it some more on Monday. > > What I did was to move the myMapApp = new mapApp() statement. It was > near the start of a large js file amongst the variable > decalarations, and now it is in a method called "init" which is run > by the SVG's onload event.
yes, that's what I do usually. I define myMapApp as global and then initialize it within an init function called with the "onload" event. If you continue to have problems, can you send an example? Andreas ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

