Hi, All!
What codes (LeftSoftKey, RightSoftKey) has N81 and N82 in Canvas setFullScreenMode?
P.S. http://discussion.forum.nokia.com/fo...&highlight=N81
Hi, All!
What codes (LeftSoftKey, RightSoftKey) has N81 and N82 in Canvas setFullScreenMode?
P.S. http://discussion.forum.nokia.com/fo...&highlight=N81
easily retrieve by printing the keycodes on pressing the corresponding key.
thanks,
jitu_goldie..
KEEP TRYING..
All Nokias use the same keycodes.
LSK = com.nokia.mid.ui.FullCanvas.KEY_SOFTKEY1 (-6)
RSK = com.nokia.mid.ui.FullCanvas.KEY_SOFTKEY2 (-7)
Note that you might not get codes for the softkeys if you have a CommandListener attached to the Canvas (even if the softkey has no Commands).
Cheers,
Graham.