Thanks Ram, a
Mouse . cursor = MouseCursor . AUTO; inside the Enter key's event handler seems to have solved it! ----- Original Message ----- From: "Ram Lee" <[email protected]> To: [email protected] Sent: Thursday, November 28, 2013 12:40:44 AM Subject: Re: how force system mouse cursor? please try flash.ui.Mouse class Ram Lee > 在 2013年11月28日,9:45,[email protected] 写道: > > I have a text input box configured with event listeners such that when a user > presses the Enter key, the app advances to the next screen. The problem is, > if the mouse cursor is hovering over the text input box when the user enters > data into the box then presses the Enter key, the mouse cursor stays > thereafter as the vertical bar cursor of the text input box. > > How to force the mouse cursor back to the system cursor when it's no longer > over a text input box? I tried > > cursorManager.removeAllCursors(); > > but it had no effect. Any ideas welcome. Thanks in advance.
