SmartPhone UI Navigation

G

Guest

Hi,

I am developing a C# app for the SmartPhone 2003. When I press the "up" and "down" arrows of the 5 way button, focus shifts from 1 control to the next. I have a few questions:
How do you control the "tab" order?
Once I get in a listview, how do I get out?

Thank you,
Joe
 
P

Pete Vickers [eMVP]

Hi,
in the project, View>Smartphone Taborder.

As far as I recall from the UI guidelines, a listview should be the only
control on the screen, so once it has focus, that's it. You could probably
handle it by using a menu option to 'restart' or similar, and set focus to
another control on the form

HTH

Pete


--
Pete Vickers
Microsoft Windows Embedded MVP
HP Business Partner
http://www.gui-innovations.com

Joe Thompson said:
Hi,

I am developing a C# app for the SmartPhone 2003. When I press the "up"
and "down" arrows of the 5 way button, focus shifts from 1 control to the
next. I have a few questions:
 
G

Guest

Hi Pete,

Thanks for the info. You mention the UI guidelines - where can I find these?

Thanks again,
Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top