ThinkGeo.com    |     Documentation    |     Premium Support

CloudPopup

Hi Support Team


I am using Map Suite 4.5 web edition. In may web application I have a map click event whereby a CloudPopup appears showing some details. If I set the HasCloseButton property of the CloudPopup to true, the popup appears as usual. When I click the close button the popup disappear but when I click on the map again, it does not appear until I reload the whole page. Can you please help me here?


 


Best regards,


Vincent



Hello Vincent, 
  
 Thanks for your post and noticed this problem, I think it’s a bug, we will fix it. 
  
 I will post here to let you know when everything is done. 
  
 Regards, 
  
 Gary

Hello Vincent, 
  
 Sorry I made a mistake before, the reason is the close button is set the isVisible of the cloud popup to false to hide it, so you just need set: 
  
 popup.IsVisible = true; 
  
 in your mouse click event to set it back, it’s working fine. 
  
 Regards, 
  
 Gary