Share

MTK GPS Datalogger Device Control

Tracker: Feature Requests

5 Penless input field and Menu item selection (Treo;PalmOS) - ID: 1850986
Last Update: Settings changed ( magog96 )

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!


J. Ulbts ( magog96 ) - 2007-12-14 19:00

5

Closed

None

Nobody/Anonymous

Interface Improvements (example)

None

Public


Comments ( 2 )

Date: 2007-12-17 00:59
Sender: magog96


I've just tested v1.22 and it works thanks!


Date: 2007-12-14 20:58
Sender: mdeweerdProject AdminAccepting Donations


OK.
I've added the line - it will be available in versions > 1.21.1.



Attached File

No Files Currently Attached

Changes ( 6 )

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