I have found a minor diplay bug.

If you open up the menu bar and then wait long enough the "start"
button will appear on the menu bar (or among the menu items.)

At first I could only reproduce this on my Palm V, but after figuring 
out that it must be related to the handling of "power off" I have also
reproduce it on all my other Palm devices.

To reproduce the problem you should open the menu, select a different
menu option than the current one (e.g. if Go is openned tap on View)
and then push the power off button. Push the power button again and
you will see the "start" button next to "Options" (if you are using
the English version.)

If you don't select a different menu than the current one and the 
list of menu items is wide enough the start button will appear 
inside the first menu item (it is difficult to spot when Go is 
openned, but with the other menues you can't miss it)

I guess the DoAutoscrollToggle function should check for an active
menu bar before updating the autoscroll state, e.g. change 

if ( Prefs()->toolbar != frmMainNone && ! LargeImage() ) {

to

if ( Prefs()->toolbar != frmMainNone && ! LargeImage() &&
     MainFormWinActive() ) {

/Mike

Reply via email to