Text Field in LC 7

Richard Gaskin ambassador at fourthworld.com
Sat Mar 7 11:46:08 EST 2015


Dr. Hawkins wrote:

 > On Sat, Mar 7, 2015 at 8:05 AM, Richard Gaskin wrote:
 >
 >> So I submitted a request for an allowTabs field property; off
 >> by default, when true it would allow a field to accept tabs
 >> the user types:
 >> <http://quality.runrev.com/show_bug.cgi?id=14836>
 >
 > Now that you mention it, that could be insanely handy . . . I
 > hadn't even used the handler approach.
 >
 > It's already in there somewhere; the content field of the object
 > inspector works this way.

I'd forgotten about that, but after reading your post I looked into it 
and not surprisingly they use the same script (with a common 
capitalization issue that often plagues my own code as well):

on tabKEy
    put tab into the selection
end tabKEy

-- 
  Richard Gaskin
  Fourth World Systems
  Software Design and Development for the Desktop, Mobile, and the Web
  ____________________________________________________________________
  Ambassador at FourthWorld.com                http://www.FourthWorld.com




More information about the use-livecode mailing list