Stop Text Hilite

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
CenturyMan1979
Posts: 86
Joined: Tue May 15, 2012 5:56 pm

Stop Text Hilite

Post by CenturyMan1979 » Sat May 18, 2013 11:44 pm

Hey All,

Is there a way to stop a field from highlighting the text when you click on it and move your mouse? Reason is I am trying to drag a field object using the grab me method. When I stop dragging it and then move my mouse it keeps highlighting the text in the field which is very distracting.

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Stop Text Hilite

Post by jmburnod » Sun May 19, 2013 12:43 am

Hi CenturyMan1979,

Set the checkbox traversalon of the field to false or set the "focusable" checkbox into the object inspector to false
Best regards
Jean-Marc Burnod
https://alternatic.ch

Post Reply