Re: on tabKey - what field contains the blinking curser?

2017-04-27 Thread Dr. Hawkins via use-livecode
On Thu, Apr 27, 2017 at 1:57 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > The default is a tick (1/60 second). You could add "millisecond" after the > 1 and that would probably be enough time. I get lazy with small time units > when it doesn't matter much and tend

Re: on tabKey - what field contains the blinking curser?

2017-04-27 Thread J. Landman Gay via use-livecode
The default is a tick (1/60 second). You could add "millisecond" after the 1 and that would probably be enough time. I get lazy with small time units when it doesn't matter much and tend to omit extra typing. On 4/27/17 3:10 PM, Roger Eller via use-livecode wrote: Send to X in 1 ? Is the

Re: on tabKey - what field contains the blinking curser?

2017-04-27 Thread Roger Eller via use-livecode
Send to X in 1 ? Is the default a millisec? On Apr 27, 2017 1:29 PM, "J. Landman Gay via use-livecode" < use-livecode@lists.runrev.com> wrote: This seems to work: on tabKey send "doSelect" to me in 1 pass tabKey end tabKey on doSelect select after the selectedfield end doSelect On

Re: on tabKey - what field contains the blinking curser?

2017-04-27 Thread J. Landman Gay via use-livecode
This seems to work: on tabKey send "doSelect" to me in 1 pass tabKey end tabKey on doSelect select after the selectedfield end doSelect On 4/26/17 7:21 PM, Roger Eller via use-livecode wrote: When I tab to the next field, I want to select after the field content, or in other words place

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread Roger Eller via use-livecode
When I tab to the next field, I want to select after the field content, or in other words place the blinking bar at the end of whatever is already there. By default, it is placing it in front of the field content. On Apr 26, 2017 6:14 PM, "J. Landman Gay via use-livecode" <

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread J. Landman Gay via use-livecode
On 4/26/17 3:58 PM, Roger Eller via use-livecode wrote: How do I discover the name of the field which has received focus (blinking edit bar cursor) when the tabKey is pressed? One way: on openfield put the name of the target end openfield I'm not sure if you want to trap a message though.

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread Roger Eller via use-livecode
> > -- > View this message in context: http://runtime-revolution. > 278305.n4.nabble.com/on-tabKey-what-field-contains-the-blinking-curser- > tp4714288p4714289.html > Sent from the Revolution - User mailing list archive at Nabble.com. > > ___

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread tbodine via use-livecode
One way... if the focusedObject begins with "field" then put the focusedObject into tActiveField end if Tom B. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/on-tabKey-what-field-contains-the-blinking-curser-tp4714288p4714289.html Sent from the

on tabKey - what field contains the blinking curser?

2017-04-26 Thread Roger Eller via use-livecode
How do I discover the name of the field which has received focus (blinking edit bar cursor) when the tabKey is pressed? ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your