Textfield change value on arrow keys

BlitzMax Forums/MaxGUI Module/Textfield change value on arrow keys

BladeRunner(Posted 2015) [#1]
Hi,
is it possible to make a textfield respond to the arrow keys?
I want to store a Value in the field which should be incremented on KEY_UP and decremented on KEY_DOWN.

I've got a slider (stepper) for this functionality,too, but want to give the user a simple way of iterating through the slider values.

I fiddled around with the examples in Maxgui.createtextfield and also with a filter, but it seems like EVENT_KEYDOWN just isn't fired with the Textfield active.


BladeRunner(Posted 2015) [#2]
Nevermind, found SetGadgetsensitivity and it works like a charm now.