Thread: Few questions
View Single Post
  #12  
Old 07-20-2008, 11:25 PM
The_Kez The_Kez is offline
N-Pulse Asst. Manager
The_Kez's Avatar
Join Date: Dec 2007
Posts: 106
The_Kez is on a distinguished road
Send a message via MSN to The_Kez
Hmm...well like I said this is a dynamic GUI, I looked it up and 28 is indeed enter, but - since it's dynamic and I have to use catchevent how can I check what the keycode is? Because it does...

thiso.catchevent( this.name, "onKeyDown", "onSendMessage" );

So the paramaters for onSendMessage would only be the object, the keycode would be lost wouldn't it?

EDIT:
I've figured this one out for myself so this thread is no longer necessary. Thanks again for the help everyone

Last edited by The_Kez; 07-21-2008 at 01:18 AM.. Reason: Typo
Reply With Quote