TTMSFMXWebGMaps Updating in Thread

Hi,

I have a thread which shows clusters on a map over a time period with a delay of half a sec between each one. In the synchronize procedure I can only get it to display each time if I call Application.ProcessMessages. If not, it will not display. Fine on Windows, but does not work on Android.

How can I achieve this?

Thanks,

Ken

Hi,


Please note that updating TTMSFMXWebGMaps on Android in this specific scenario has not yet been tested.
Can you please explain exactly what is going wrong on Android?
Also does using a thread to update data on Android work for components outside of TTMSFMXWebGMaps?
Hi,

Thanks for the response. I now have this working on Android fine by using a timer.

Regards,

Ken

Thanks for confirming the issue was resolved.