PDA

View Full Version : KeyPressed + component = Disaster !!!!


LifeDj
06-20-2006, 08:18 AM
hi all,

i have button code like this : on(keypressed <"ENTER">){.......}
and it work 100% , but when i put a component on "my laibrary" the code doesn't work any more :mad:
can any one tell me whats wrong !!!!

Cota
06-20-2006, 07:52 PM
Not sure why that would happen, but try updating to a KeyListener() and see if your life gets any easier. Again, not sure why that would happen and cant say that what I'm offering is even a solution.