I want to have mouseover cursor back to normal when mouseover a combo box selected item instead of the zoom in cursor if zoom in cursor still active. See the attachedment file below.
The following function works on button but not combo box selected index.
private function setDefault(event:MouseEvent):void{
myMap.cursorManager.removeAllCursors()
}
Besides that, my combo box has array collection.
Thank you.