A bit of LC lore from the dictionary: If the user presses the <Tab> key while editing a field, normally the insertion point moves to the next control whose traversalOn property is true. If the tabStops property is not empty, the user can enter tab characters in the field. Each time the Tab key is pressed, the insertion point moves to the next tab stop on the current line.
Craig -----Original Message----- From: Bob Sneidar via use-livecode <[email protected]> To: How to use LiveCode <[email protected]> Cc: Bob Sneidar <[email protected]> Sent: Wed, Mar 18, 2020 6:35 pm Subject: Re: Tab In Field NVM! Set the tabstops to empty! Shoutout to revNavigator by Geoff Canyon who once again saves the day! Bob S > On Mar 18, 2020, at 15:13 , Bob Sneidar via use-livecode > <[email protected]> wrote: > > This is probably something really simple, but I have two fields whose > properties so far as I can tell are exactly the same, but if I tab in one > field it inserts a tab, and if I tab the other field it focuses on the next > field! > > Bob S _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
