RE: How rawKeyUp is handled

2023-10-11 Thread Bob Sneidar via use-livecode
Cc: Bob Sneidar Subject: How rawKeyUp is handled Hi all. I just found a strange oddity where on MacOS when I type a keyboard key in a field with a rawKeyUp handler, the letter is typed first, then the field gets the rawKeyUp message. This allows me to check the contents of the field for empty

How rawKeyUp is handled

2023-10-11 Thread Bob Sneidar via use-livecode
Hi all. I just found a strange oddity where on MacOS when I type a keyboard key in a field with a rawKeyUp handler, the letter is typed first, then the field gets the rawKeyUp message. This allows me to check the contents of the field for empty in case the user hit the backspace key to erase wh