Re: unlocked fields beep on text entry

2017-07-11 Thread Dr. Hawkins via use-livecode
On Tue, Jul 11, 2017 at 2:55 PM, Dr. Hawkins wrote: > > What else could cause this? > grr. It *is* going to a different handler, that's noticing I'm not typing numbers. My custom property for the value type was wrong. Hmm, I think it's a keydown getting handled. grr. -- Dr. Richard E. H

unlocked fields beep on text entry

2017-07-11 Thread Dr. Hawkins via use-livecode
I have a couple of fields with, according to the inspector, visible, focus with keyboard, focuskorder, and autohlite set, and nothing else. I can click into them, but I can't enter text--it simply beeps. It has no behavior. I trapped keyup, and single stepped, and it doesn't go anywhere. What e