I'm making some kind of text parser, and i'm having this stupid problem <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">
I have figured out that Construct 2 is not activating Keyboard events while Textbox is focused (while i'm typing). Is there any way to change this or to make some kind of workaround? Anybody got similar experience with this?
CAPX: https://app.box.com/s/f3fahtbhcff4srfi5fgncp30erygjvmo
Develop games in your browser. Powerful, performant & highly capable.
It's crude, but you could add an event that unfocus the textbox every tick, and add another one that focus it on any keypress.
Thanks! It's working! Only thing i lost is blinking cursor on TextBox, but i can live with it
maybe..
Bypassing the Text bot eating inputs