[android-developers] Re: Synchronizing Maps and Map Overlays - ConcurrentModificationException

2008-12-29 Thread Tim H.
Check out this tutorial, it may help with your problem: http://blogoscoped.com/archive/2008-12-15-n14.html Tim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Synchronizing Maps and Map Overlays - ConcurrentModificationException

2008-12-29 Thread DMT
Let me guess... r u invoking your code from *within* your custom MyLocationOverlay code ? I had the same Java exception as you until I moved my overlay updating code OUT of my custom MyLocationOverlay class. It seems that MyLocationOverlay also maintains a handle on the overlays list, so that

[android-developers] Re: Synchronizing Maps and Map Overlays - ConcurrentModificationException

2008-12-29 Thread Peter Stevenson
Peter Wrote: com.google.android.maps.MyLocationOverlay Please note if MyLocationOverlay is a Class in Android Peter DMT wrote: Let me guess... r u invoking your code from *within* your custom MyLocationOverlay code ? I had the same Java exception as you until I moved my overlay

[android-developers] Re: Synchronizing Maps and Map Overlays - ConcurrentModificationException

2008-12-28 Thread Al Sutton
Please stop bumping this, if you're not getting replies it's because people are unable or unwilling to help and bumping will just annoy people. Al. mscwd01 wrote: hmmm, bump. Still havent worked this out. On Dec 26, 11:59 pm, mscwd01 mscw...@gmail.com wrote: Okay, hope everyone had a

[android-developers] Re: Synchronizing Maps and Map Overlays - ConcurrentModificationException

2008-12-27 Thread mscwd01
hmmm, bump. Still havent worked this out. On Dec 26, 11:59 pm, mscwd01 mscw...@gmail.com wrote: Okay, hope everyone had a nice christmas and has had their fill of Turkey ;) Now can anyone help me with this? On Dec 24, 11:53 am,mscwd01mscw...@gmail.com wrote: Hello, anyone help me with

[android-developers] Re: Synchronizing Maps and Map Overlays - ConcurrentModificationException

2008-12-24 Thread mscwd01
Hello, anyone help me with this please... On Dec 24, 12:42 am, mscwd01 mscw...@gmail.com wrote: I am getting the following exception: 12-24 00:29:25.922: ERROR/AndroidRuntime(267): Uncaught handler: thread main exiting due to uncaught exception 12-24 00:29:25.960: ERROR/AndroidRuntime(267):