Re: chasing the focus

2011-07-05 Thread J. Landman Gay
On 7/5/11 4:31 PM, Slava Paperno wrote: Yes! That was it. Thank you, Jacque (now I even know how to pronounce that :) :) You can call me anything. Everyone does. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

RE: chasing the focus

2011-07-05 Thread Slava Paperno
To: How to use LiveCode > Subject: Re: chasing the focus > > On 7/4/11 10:49 PM, Slava Paperno wrote: > > I'm trying to figure out why a field is losing focus and I don't know > > which tools to use for the hunt. > > > > At the very end of a m

Re: chasing the focus

2011-07-05 Thread Richmond Mathewson
On 07/05/2011 09:44 PM, J. Landman Gay wrote: On 7/4/11 10:49 PM, Slava Paperno wrote: I'm trying to figure out why a field is losing focus and I don't know which tools to use for the hunt. At the very end of a mouseUp handler of a button I have this: on mouseUp . focus on field "Searc

Re: chasing the focus

2011-07-05 Thread J. Landman Gay
On 7/4/11 10:49 PM, Slava Paperno wrote: I'm trying to figure out why a field is losing focus and I don't know which tools to use for the hunt. At the very end of a mouseUp handler of a button I have this: on mouseUp . focus on field "SearchTarget" put the name of the focusedObject&