locked
Adding mouse right click option to my Metro application RRS feed

  • Question

  • Hi, 

    I want to add a right click option to my metro app. 

    The only thing i got so far is how to add app bar and command bar- which isn't what i want. 

    Can you please assist? 

    I attached an image of what i meant. 

    Tuesday, February 4, 2014 2:38 PM

Answers

  • That would need to be set in the app itself. The settings pane would be a good location for it in general. On first run you could show a dialog asking for permission, but I would only show that once.

    --Rob

    Saturday, February 8, 2014 3:22 PM
    Moderator

All replies

  • Can you please explain in more detail what you are trying to do? In what way is an app bar not what you want?

    Apps cannot control or extend the start screen.

    Tuesday, February 4, 2014 3:00 PM
    Moderator
  • I want to be able to change some variable  inside my application.
    e.g.

    localSettings.values["test_var"].

    Is it possible to be done without running the application?

    My goal is to let the user decide if he wants to let me(the developer) to collect logs on behalf.


    Saturday, February 8, 2014 11:08 AM
  • That would need to be set in the app itself. The settings pane would be a good location for it in general. On first run you could show a dialog asking for permission, but I would only show that once.

    --Rob

    Saturday, February 8, 2014 3:22 PM
    Moderator