Eventid 260 - Where?

BlitzPlus Forums/BlitzPlus Programming/Eventid 260 - Where?

JRalha(Posted 2007) [#1]
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!!!


JRalha(Posted 2007) [#2]
Ok so i sniffed a while and for short time i even believed to have the answer...
[url]http://www.blitzbasic.com/Community/posts.php?topic=56161[/url]
[url]http://www.blitzbasic.com/Community/posts.php?topic=70097#784461[/url]

But nope actually what's described there is only for Buttons and not textfields...

I'm beginning to regret having made the update... :(


William Drescher(Posted 2007) [#3]
What exactly do you need to do with the program?