Menus on Smartphone

P

Pocket Rocket

I am developing an application for Smartphone using the .Net Compact
Framework. I am trying to open a menu in response to click for SoftKey1.
The framework is throwing a NotSupportedException. I also have a menu
opening on response to the SoftKey2 click. That works fine. Is there a
restriction on opening menus in response to SoftKey1 click in Smartphone?
Thanks for your help.

PR
 
P

Peter Foot [MVP]

The left softkey can only have a single item associated with it, not a
cascading menu like the right softkey, this restriction is detailed in the
official FAQ, unfortunately it is not enforced by the Visual Studio designer
which means programs can compile without errors but fail at runtime.

Peter
 

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