Skip to main content
Known Participant
December 8, 2007
Question

Key Board Input Problem....

  • December 8, 2007
  • 7 replies
  • 580 views
In my application If I press two button from keyBoard then it takes an input in TextField..
If you press any single button then it wan't do anything.
How this is possible...??
If any one has encountered such problem then please let me know the solution...!!
I'm not able to fidure it out...!!
This topic has been closed for replies.

7 replies

kglad
Community Expert
Community Expert
December 13, 2007
i don't know. i've never used that component.
ScetianAuthor
Known Participant
December 14, 2007
Ok...
No problem...
Anyways thanks...

kglad
Community Expert
Community Expert
December 12, 2007
you failed to mention you're using a component. that's the problem.
ScetianAuthor
Known Participant
December 13, 2007
Sorry I forget that...
Thanks...
So what can be done for that...??
ScetianAuthor
Known Participant
December 12, 2007
Common Guys I have putted the code also which will handle the key Input..
Now you can help....

Please help me out...!!
ScetianAuthor
Known Participant
December 10, 2007
Also In that Code _data.Month[0] is there...Month is an data for the datagrid column...In that I have stored many values which is used in this class...

And MouseClick event is just to select any particular cell & set a property of that cell so you can get in other function that which cell was selected...

Thank you....
ScetianAuthor
Known Participant
December 10, 2007
Thanks for replying...

The class in which this is happening is rendered one...I mean I have rendered the datagrid column & in that I'm listening the Event...

This is the class which will render the datagrid cell..
In the datagrid cell two components are there 1st is MovieClip & 2nd is TextField..This both UIComponents is added in Constructor itself Whcih i have not attached.

As you can see there are three conditions based on keyboard input.If i click other key's such as (Shift,control & left arrow) which is desire for 1st condition then that will work..The problem comes only when I want to add characters in the textfield..Hope I made the things clear to you guys...If still any doubts let me know...
Pls help me out....
Thanks...
kglad
Community Expert
Community Expert
December 8, 2007
copy and paste your listener and handler code using the attach code option.
Inspiring
December 8, 2007
Scetian,
Does it put both letters in the text field, or just one? Do you have any code that manipulates the text field content?

- B