Hi!
Thank you for the nice application.
I've got one problem with it so far...I can't use the arrow keys to
navigate through the menu or the other input fields (text, button,..) with
my PalmOS Treo650.
To fix this you only have to add the following statement to the BT747.java
file (Constructor):
Settings.keyboardFocusTraversable = true;
Then the lines will look like this:
=======================================
[...]
/** Initialiser of the application
*/
public BT747() {
if(Settings.onDevice) {
waba.sys.Vm.debug(waba.sys.Vm.ERASE_DEBUG);
}
Settings.keyboardFocusTraversable = true;
orgAutoOnOff=waba.sys.Vm.setDeviceAutoOff(0); // Avoid auto-off
causing BT trouble
[...]
=======================================
Many thanks in advance!
Nobody/Anonymous
Interface Improvements (example)
None
Public
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2007-12-17 01:01 | magog96 |
| close_date | - | 2007-12-17 01:01 | magog96 |
| status_id | Closed | 2007-12-17 00:59 | magog96 |
| close_date | 2007-12-14 20:58 | 2007-12-17 00:59 | magog96 |
| status_id | Open | 2007-12-14 20:58 | mdeweerd |
| close_date | - | 2007-12-14 20:58 | mdeweerd |