@Rossko: Thanks for the quick response... several other posts i've seen referenced that link and yes i did take a look. however, im dev'ing on my local box and haven't put any code online.
That said, I'm not asking for someone to help debug my code. I found the problem already. I announced it on the post. I was looking to see if anyone found any solutions. Safari/Chrome (e.g. webkit) calculates image properties differently than FF/IE. So when I create a new Image via url I can get to the width/height props right after allocating the new Image obj.. which is needed to create the GIcon. The problem arises with webkit engine whereas it doesn't seem to have the width/height props right after allocation. Instead it needs to wait for it to load. My problem is that my createMarker() method is supposed to return a GIcon so another object can add it to the map. If I fire some event then I can't return the marker. I tried returning the marker anyway, but I think Google Maps is doing something so that I can't change the icon. Make sense? .. and sorry for not posting a link.. i read the rules.. but i think it would take me longer to put the whole app online in its current state than to debug myself. just wondered if others had this specific prob and what their workarounds were. cheers! j On Aug 20, 11:42 am, Rossko <[email protected]> wrote: > > any ideas? i think its more elegant to just ask for a url.. > > So does this group > http://groups.google.com/group/Google-Maps-API/web/why-including-a-li... > it really does help analysis, make it easier on the people you'e > asking help from. > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
