I have solved it myself by setting mouseChildren="false" mouseEnabled="false" for the TextInput
--- In [email protected], "Anzer" <[EMAIL PROTECTED]> wrote: > > Hi, > > I set the cursor of a textinput using CursorManager > > > > [Bindable] > > [Embed(source="assets/images/img_hand.png")] > > private var HandIcon:Class; > > private var cursorID:int; > > > > > > mx:TextInput rollOver="cursorID = CursorManager.setCursor(HandIcon);" > > rollOut="CursorManager.removeCursor(cursorID);" > > > > Reference: > http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-applic > ation-using-the-cursormanager-class/ > > > > The new cursor is showing but it also showing the default text cursor on > roll over of the text box. > > > > How can I solve it? > > > > Thanks > > Anz >

