H
Hilton
Hi,
I have an app that have numerous pages. These 'pages' are controls with
controls in them (only one page is visible at any one time). When I tap on
the Back Key (emulator), it minimizes the app. I tried adding KeyPress in
the main form, I also tried adding KeyPress in the page's main control,
neither see the ESC key. If for example, the focus is a listview and the
user presses the Back key, who gets 'told' and what do they get told? Do I
need to add a KeyPress to ListView and all other controls I use? Is there
an easier way?
I have searched the web, but all I have found is "Add KeyPress to the Form".
Thanks!
Hilton
I have an app that have numerous pages. These 'pages' are controls with
controls in them (only one page is visible at any one time). When I tap on
the Back Key (emulator), it minimizes the app. I tried adding KeyPress in
the main form, I also tried adding KeyPress in the page's main control,
neither see the ESC key. If for example, the focus is a listview and the
user presses the Back key, who gets 'told' and what do they get told? Do I
need to add a KeyPress to ListView and all other controls I use? Is there
an easier way?
I have searched the web, but all I have found is "Add KeyPress to the Form".
Thanks!
Hilton