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
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to