Accessing MenuItems using Keys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was wondering what's the best way to provide accessibility to the Menu Bar Items. I don't have a keypad for the pocket pc, so what would be the best way? Should I use one of the hardware buttons to set focus on a menu item and then use the thumb joystick to navigate between the Menu Items

Thanks!
 
Sorry but currently there is no support for this in CF. As far as I know
there is no way of setting focus and expanding a menuitem from code (alteast
not managed code).

See this thread:
http://groups.google.com/groups?hl=...soft.public.dotnet.framework.compactframework

/ Peter

--
This posting is provided "AS IS" with no warranties, and confers no rights.


MalawiBwana said:
I was wondering what's the best way to provide accessibility to the Menu
Bar Items. I don't have a keypad for the pocket pc, so what would be the
best way? Should I use one of the hardware buttons to set focus on a menu
item and then use the thumb joystick to navigate between the Menu Items?
 
Unfortunatley not :(

It's been filed as a enhancement request, but since it is the underlying OS
that is the trouble I have no idea how long it may take before it actually
is implemented. As it is now, my users will have to tap the screen to open a
menu...

/ P
 
Back
Top