Displaying hand cursor on a textfield

Hi

I have a text field that can be clicked by user. The problem is when I roll over the text field hand cursor does not appear I have used txtField.mouseEnabled = true as well but no luck.

Can anyone please give a solution to this?

Regards

mybutton.txt1.mouseEnabled = false;
mybutton.buttonMode = true;

add the textfield into a sprite object and set that sprite object to be a button.