TileList OnTileMaximized

I am loading some bigger pictures on demand during SmoothTileList OnTileMaximized 

Those pictures are transferred from server and I show progress using TMS Status bar with progress bar panel.
However setting progress bar position and calling Application.ProcessMessages inside OnTileMaximized  causes TileList OnTileMaximized to be triggered again so I get infinite loop.

Can you reproduce this?

Hi, 


No we are not able to reproduce this issue here. Calling Application.ProcessMessage is causing the OnTileMaximized event to trigger, but eventually finishes and does not end up in an infinite loop. You could use a sleep() instruction in order to avoid the inifinte loop