locked
How to open charms bar using Winjs (HTML) RRS feed

  • Question

  • Hi,

    I am trying to open windows charms bar using WINJS. But couldn't able to do it. I could able to open settings page using settingsflyout, but I want to open only charms bar.

    Is there anyway to open charms bar?

    Friday, April 26, 2013 1:24 AM

Answers

All replies

  • No.  This is a function reserved for the user.

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Friday, April 26, 2013 7:00 PM
    Moderator
  • Thanks Matt. Is there a way to open Share directly similar to settingflyout?
    Friday, April 26, 2013 8:11 PM
  • Visual Studio's Object Browser is a good way to find things like this. I opened it up, searched for "Share" and found DataTransfer.ShowShareUi()

    --Rob

    Saturday, April 27, 2013 12:14 AM
    Moderator