Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWEdit OnAsyncKeyUp
#5
Hum... we fixed something regarding to multiple events firing, but it was fixed in 15.2.52...

Yes, the DelayKeyEvents property is exactly a debouncing mechanism. Instead of firing continously for each keypress/keyup/keydown event, a single event is triggered when there is a small pause in typing. This is overall a much better way of writing web applications (Especially because there is no guarantee that when you generate hundreds of almost simultaneous requests, they will be received and processed by the web server in the same order as they were generated)

Regarding your question, yes, shoot
Reply


Messages In This Thread
TIWEdit OnAsyncKeyUp - by JuergenS - 04-10-2022, 11:59 AM
RE: TIWEdit OnAsyncKeyUp - by Alexandre Machado - 04-12-2022, 05:32 AM
RE: TIWEdit OnAsyncKeyUp - by Alexandre Machado - 04-12-2022, 05:33 AM
RE: TIWEdit OnAsyncKeyUp - by JuergenS - 04-12-2022, 08:08 AM
RE: TIWEdit OnAsyncKeyUp - by Alexandre Machado - 04-12-2022, 10:55 PM
RE: TIWEdit OnAsyncKeyUp - by JuergenS - 04-13-2022, 01:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)