I realized that the button layout i had before covers up the turn and route information at the top of the screen. D'oh.
But seeing as how I'm having trouble sleeping, I came up with a workaround for it. =)
Button code:
Code:
[Buttons]
B0=P0
B1=P0
B2=P0
B3=P0
B4=P0
B5=P0
B6=P0
B7=P0
[B0]
X=0
Y=-506
Image=mask.bmp
Anchors=bottom,left
Command=
[B1]
X=100
Y=-485
Image=Menu_Norm.bmp
ImageDown=Menu_Down.bmp
ImageDissabled=Menu_Down.bmp
Anchors=bottom,left
Command=Enter
[B2]
X=480
Y=-485
Image=FAV_Norm.bmp
ImageDown=FAV_Down.bmp
ImageDissabled=FAV_Down.bmp
Anchors=Bottom,left
Command=Enter,Enter,Up,Up,Up,Enter
[B3]
X=290
Y=-485
Image=Enter_Norm.bmp
ImageDown=Enter_Down.bmp
ImageDissabled=Enter_Down.bmp
Anchors=Bottom,left
Command=Enter,Enter,Enter,Enter
[B4]
X=195
Y=-485
Image=3D_Norm.bmp
ImageDown=3D_Down.bmp
ImageDissabled=3D_Down.bmp
Anchors=Bottom,left
Command=3
[B5]
X=385
Y=-485
Image=Save_Norm.bmp
ImageDown=Save_Down.bmp
ImageDissabled=Save_Down.bmp
Anchors=Bottom,left
Command=Alt-F,Down,Enter
[B6]
X=584
Y=-485
Image=Zoom_In_Norm.bmp
ImageDown=Zoom_In_Down.bmp
ImageDissabled=Zoom_In_Down.bmp
Anchors=Bottom,left
Command=Up
[B7]
X=669
Y=-485
Image=Zoom_Out_Norm.bmp
ImageDown=Zoom_Out_Down.bmp
ImageDissabled=Zoom_Out_Down.bmp
Anchors=Bottom,left
Command=Down
And new buttons: