How do I remove the built-in Adobe popup menu items from Sample Flex Viewer?I have tried map.contextMenu.hideBuiltInItems()
in MapManager as well as this.contextMenu.hideBuiltInItems();
. They remove the ESRI built-in menu items, but NOT the Adobe ones (such as About and Settings).Bit of googling didn't help...I am using Flex Builder 3 and Flex API 1.3 with Sample Flex Viewer.