May 30, 2006 #1 rolan18 Programmer Joined May 11, 2006 Messages 26 Location 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 Joined Dec 18, 2002 Messages 2,312 Location 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