Hi,
How would you make a button event call a function which acts like a backspace keyboard event delete.
I tried faking the dispatch keyboard event "keyup" "keydown" with keycode 8 and keynumber 8 without success.
No other way than doing it by hand with begin and end select index plus substr ?
I have a textinput i just want to add a button acting like a backspace.
Thanks