Select to view content in your preferred language

Cursor on combobox

783
1
01-12-2011 11:12 AM
MayJeff
Deactivated User
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.
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
May Jeff,

   Add an event listener to the map for mouseout that will remove the cursor.
0 Kudos