Popup like a message dialog
-
Saturday, August 11, 2012 7:54 AM
Hi Friends
Hope you are doing good.. is passible to show the popup like a messagedialog in XAML metro app. Any samples??
All Replies
-
Saturday, August 11, 2012 10:40 AM
- Marked As Answer by Matt SmallMicrosoft Employee, Moderator Wednesday, August 15, 2012 2:51 PM
-
Saturday, August 11, 2012 7:38 PM
or look here: http://www.familie-smits.com/file.axd?file=2012%2f7%2fWin8.Controls.zip its a popupcontrol that allows you to a another control in it.. that way can make more advanced popups- Proposed As Answer by Can BilginMicrosoft Community Contributor Wednesday, August 15, 2012 11:48 AM
- Marked As Answer by Matt SmallMicrosoft Employee, Moderator Wednesday, August 15, 2012 2:51 PM
-
Monday, August 13, 2012 6:55 AM
but how can I add the controls like Textbox and list view in MessageDialog..
-
Monday, August 13, 2012 7:21 AM
You cant... it can only present some text. take a look to the link i send you.. you can load a own user control in it.- Marked As Answer by Matt SmallMicrosoft Employee, Moderator Wednesday, August 15, 2012 2:51 PM
-
Monday, August 13, 2012 10:59 AM
Take a look here for a flyout example.
http://code.msdn.microsoft.com/windowsapps/CharmFlyout-A-Metro-Flyout-25fe53b6- Marked As Answer by Matt SmallMicrosoft Employee, Moderator Wednesday, August 15, 2012 2:51 PM
-
Wednesday, August 15, 2012 10:24 AM
Hi,
The flyout control is built in HTML not in xaml , but you can make your own one like in this postIf my reply answers your question, please propose it as an answer
- Marked As Answer by Matt SmallMicrosoft Employee, Moderator Wednesday, August 15, 2012 2:51 PM
-
Sunday, October 14, 2012 10:55 AM
Try this out: http://socialeboladev.wordpress.com/2012/10/14/turn-any-usercontrol-into-a-pleasing-dialogflyout-in-windows-8/
Let's you turn any UserControl into a popup/Flyout.
Shahar Prish Blog: http://blogs.msdn.com/CumGranoSalis Professional Excel Services: http://www.amazon.com/Professional-Excel-Services-Programmer/dp/0470104864
-
Sunday, November 25, 2012 6:25 PM
Hi,
I downloaded it, but I don't know how to use it. For example, I have the messageDialog style popup but I don't know how to add buttons or texbox. Can you explain how to do it? I've never used userControls. Thank You
- Edited by Carmelo Dascola Sunday, November 25, 2012 8:51 PM


