I'm building a multipage dashboard in EB developer. I'm trying to sync the extents as the user changes the zoom level/and or map extents. I capture the "Extent changes" event and use the "Zoom to" to update the other maps. However, this creates sort of a vicious loop that causes the maps to zoom or change extent back to the previous extents. It looks all jerky and not very smooth to the user. Any ideas how to keep all the views in sync? Each map has a similar extent changes logic to update the other map views.