1. me2MBC's Avatar
    I have a java application designed to use the go back key situated right of the track pad as a go back key for the application, the ascii code for previous models was -7 this no longer works and I can't seem to get the new ascii code.

    Can anyone offer advice?
    06-28-10 08:07 AM
  2. AmigaDude's Avatar
    Try looking here -> BlackBerry JDE 4.6.0 API Reference: Class Keypad

    It's called the 'escape' key, and it's usually best to let the compiler worry about any changes to the ascii code.
    06-28-10 01:09 PM
  3. me2MBC's Avatar
    We are not using the Blackberry API's only native java api's so we can't access the Characters.ESCAPE function. Can someone supply me with this ASCII code.

    Regards
    06-29-10 03:05 AM
LINK TO POST COPIED TO CLIPBOARD