I wrote a program that with the blitz basic version I had enabled me to check the eventid() value $401 (keydown or something).
And in conjunction with eventdata() and eventsource() i was able to check if the user pressed the enter key (eventdata value of "13") and the gadget value where the user pressed enter (with eventsource()).
But now with the latest update, the $ID401 no longer returns the enter values.
So I found that I could get the ID value of 260 to know if the user pressed enter but i'm still unable to verify in wich gadget he pressed enter... eventdata() and eventsource() both return 0!
Can anyone help me!!!
And in conjunction with eventdata() and eventsource() i was able to check if the user pressed the enter key (eventdata value of "13") and the gadget value where the user pressed enter (with eventsource()).
But now with the latest update, the $ID401 no longer returns the enter values.
So I found that I could get the ID value of 260 to know if the user pressed enter but i'm still unable to verify in wich gadget he pressed enter... eventdata() and eventsource() both return 0!
Can anyone help me!!!