locked
Dialog for simple TextBox-input (similar to MessageDialog) RRS feed

  • Question

  • Hello everyone,

    I am searching since days for a possibility to get user input via Textbox from a pop up, similar to the MessageDialog or the CredentialPicker.

    The popup should give a possibility to the user change the name of app-internal documents.

    Is there some kind of popup for this or another UIElement to do so?

    Thank you very much in advance for your answers,

    LittleBlackBird

    Monday, August 27, 2012 9:17 AM

Answers

  • Hello,

    the WinRT XAML Toolkit has the InputDialog and in my opinion is a good point to start, you need create yout own style. Or you ca create your own popup

    In my case, i saw this and i changed for a especific content.


    Sara Silva


    • Edited by saramgsilva Monday, August 27, 2012 11:34 AM
    • Proposed as answer by saramgsilva Monday, August 27, 2012 11:34 AM
    • Marked as answer by M. Gerckens Monday, August 27, 2012 2:06 PM
    Monday, August 27, 2012 11:33 AM

All replies

  • Hello,

    the WinRT XAML Toolkit has the InputDialog and in my opinion is a good point to start, you need create yout own style. Or you ca create your own popup

    In my case, i saw this and i changed for a especific content.


    Sara Silva


    • Edited by saramgsilva Monday, August 27, 2012 11:34 AM
    • Proposed as answer by saramgsilva Monday, August 27, 2012 11:34 AM
    • Marked as answer by M. Gerckens Monday, August 27, 2012 2:06 PM
    Monday, August 27, 2012 11:33 AM
  • I tried with the InputDialog. THat worked very well.

    Thank you very much.

    LittleBlackBird

    Monday, August 27, 2012 2:08 PM