Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWEdit OnAsyncKeyPress and OnAsyncKeyUp/Down
#2
KeyPress event is only triggered by printable characters (this is part of the DOM specification), so several keys (including Backspace and delete) won't trigger this event. I suggest you try OnAsyncKeyDown event which will work correctly.

using EventParams.Values['which'] you will get:

Backspace: 8
Delete: 46
Reply


Messages In This Thread
RE: IWEdit OnAsyncKeyPress and OnAsyncKeyUp/Down - by Alexandre Machado - 06-14-2021, 06:13 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)