Is there a textChanged property?

J. Landman Gay jacque at hyperactivesw.com
Thu May 9 16:44:28 EDT 2013


On 5/9/13 3:30 PM, Dr. Hawkins wrote:
> On Thu, May 9, 2013 at 1:13 PM, J. Landman Gay <jacque at hyperactivesw.com> wrote:
>> Yes, probably.
>
>
> Hmm.
>
> Just tried this.
>
> Change something in the field, hit "d" to exit with a breakpoint set.
> Stepping through and into, nothing happens on "select empty"
>
> I suppose I *could* in openField "set the origVal of the target to the
> text of the target", and instead of empty test for origVal and the
> current value . . . but the select empty is so much more elegant.
>

The debugger is interfering because the focus is now in the script 
editor. Instead, open the Message Watcher (Development menu) and run 
your handlers normally. You'll see the messages in there.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list