Re: focus on nothing not resulting in closefield

2013-10-08 Thread Dr. Hawkins
On Sat, Sep 21, 2013 at 11:02 AM, Phil Davis rev...@pdslabs.net wrote: On 9/21/13 10:31 AM, Dr. Hawkins wrote: When a user clicks on something to go to another record, closeField does not get sent to the selectedField, and any changes are lost. I've tried solving this with a focus on

Re: focus on nothing not resulting in closefield

2013-10-08 Thread dunbarx
Richard. Not exactly sure what you are looking to do, but couldn't you: on textChanged send closeField to me end textChanged -Original Message- From: Dr. Hawkins doch...@gmail.com To: How to use LiveCode use-livecode@lists.runrev.com Sent: Tue, Oct 8, 2013 12:25 pm Subject:

Re: focus on nothing not resulting in closefield

2013-10-08 Thread dunbarx
Scratch that. I see you want to leave the field, not send the message. Craig -Original Message- From: Dr. Hawkins doch...@gmail.com To: How to use LiveCode use-livecode@lists.runrev.com Sent: Tue, Oct 8, 2013 12:25 pm Subject: Re: focus on nothing not resulting in closefield On

Re: focus on nothing not resulting in closefield

2013-10-08 Thread Roger Eller
I'm sure this could be shorter, but it works. on textChanged put the botRight of me into tCorner put (item 1 of tCorner)+5 , (item 2 of tCorner)+5 into tOutsideThisField click at tOutsideThisField end textChanged ~Roger On Tue, Oct 8, 2013 at 1:17 PM, dunb...@aol.com wrote:

Re: focus on nothing not resulting in closefield

2013-09-22 Thread Paul Looney
Another alternative to closeField is textChanged. Trap for that and any change in the field will trigger you handler. Paul Looney On Sep 21, 2013, at 10:31 AM, Dr. Hawkins wrote: I whacked this bug a long time ago, and then apparently worked on a prior version instead of the updated version

Re: focus on nothing not resulting in closefield

2013-09-21 Thread Phil Davis
Try select empty Phil Davis On 9/21/13 10:31 AM, Dr. Hawkins wrote: I whacked this bug a long time ago, and then apparently worked on a prior version instead of the updated version . . . When a user clicks on something to go to another record, closeField does not get sent to the

Re: focus on nothing not resulting in closefield

2013-09-21 Thread J. Landman Gay
On 9/21/13 12:31 PM, Dr. Hawkins wrote: I whacked this bug a long time ago, and then apparently worked on a prior version instead of the updated version . . . When a user clicks on something to go to another record, closeField does not get sent to the selectedField, and any changes are lost.