05-03-2012 07:56 AM
Hi guys.
I'm upgrading a legacy project to a newer environment and compilation level. I'm totally puzzled with this line:
if (Keypad.key(keycode) == Keypad.getKeyCode('a', Keypad.STATUS_CHARACTER))
The Keypad.STATUS_CHARACTER constant was compiling fine in the older 4.2 environment, but after porting it to the newer one it gives an error. That constant doesn't exist anymore. It does not even appear in the javadocs for 4.2 nor 4.0. That said, my questions are:
Hope any of the old schoolers can give me a hint on this.
Thanks in advance.
Solved! Go to Solution.
05-03-2012 10:20 AM
Well, given that there might not be many "old schoolers" around in the forum (actually very few people left, since my last 3 questions were answered by myself), I'll post my findings: