View Single Post

  #2 (permalink)  
Old 02-25-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,177
Hi,

Install an event handler in BeforeClick event. 1 of the arguments is Cancel. If you set this to True the popupmenu will never popup.

If you wants to popup your own menu, then do it outside the event handler. If you do not and a user does not click within 10 seconds you will have the Server Busy popup from mappoint. This is because a popup menu is nothing more than a modal form.
Reply With Quote