May 30, 2006 #1 rolan18 Programmer May 11, 2006 26 CA Is there a way to stop the mouse pointer from changing into a text "pointer" when it is over a text field?
Is there a way to stop the mouse pointer from changing into a text "pointer" when it is over a text field?
May 30, 2006 #2 billwatson Instructor Dec 18, 2002 2,312 CA as long as it not an input text box just make sure selectable is set to false and then no pointer my_text.selectable = false Upvote 0 Downvote
as long as it not an input text box just make sure selectable is set to false and then no pointer my_text.selectable = false