<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Dialog simulation HELP</title><link>http://forums.silverlight.net/forums/thread/86709.aspx</link><pubDate>Thu, 04 Sep 2008 15:35:42 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:86709</guid><dc:creator>kwatts</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/86709.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=86709</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m not sure why modal support isn&amp;#39;t there yet.&amp;nbsp; But I think some of these workarounds could work for you.&amp;nbsp; If I come accross a better solution, I&amp;#39;ll post it here.&lt;/p&gt;&lt;p&gt;Good luck!&lt;/p&gt;&lt;p&gt;-Ken&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Dialog simulation HELP</title><link>http://forums.silverlight.net/forums/thread/86697.aspx</link><pubDate>Thu, 04 Sep 2008 15:18:49 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:86697</guid><dc:creator>caperaven</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/86697.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=86697</wfw:commentRss><description>&lt;p&gt;Jaaa, that puts a real damper on things.&lt;/p&gt;
&lt;p&gt;Thanks dude. In short i guess they say, :p can&amp;#39;t be done buddy.&lt;/p&gt;</description></item><item><title>Re: Dialog simulation HELP</title><link>http://forums.silverlight.net/forums/thread/86691.aspx</link><pubDate>Thu, 04 Sep 2008 15:00:05 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:86691</guid><dc:creator>kwatts</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/86691.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=86691</wfw:commentRss><description>&lt;p&gt;You need to use a modal dialog to accomplish this, and these are not currently available in Silverlight.&amp;nbsp; There are solutions that others have developed though which seem to get around this issue.&amp;nbsp; Check this link:&lt;/p&gt;&lt;p&gt;&lt;a href="http://silverlight.net/forums/p/16831/55929.aspx"&gt;http://blogs.msdn.com/devdave/archive/2008/06/08/using-popup-to-create-a-dialog-class.aspx&amp;nbsp;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;There&amp;#39;s a whole thread that explores this issue here:&lt;/p&gt;&lt;p&gt;&lt;a href="http://silverlight.net/forums/p/16831/55929.aspx"&gt;http://silverlight.net/forums/p/16831/55929.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I hope that this helps!&amp;nbsp; If this answers your question, please mark it as such.&amp;nbsp; Thanks!&lt;/p&gt;&lt;p&gt;-Ken&amp;nbsp;&lt;/p&gt;</description></item><item><title>Dialog simulation HELP</title><link>http://forums.silverlight.net/forums/thread/86684.aspx</link><pubDate>Thu, 04 Sep 2008 14:45:48 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:86684</guid><dc:creator>caperaven</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/86684.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=86684</wfw:commentRss><description>&lt;p&gt;Ok, i got this very nice form stuff working in silverlight and now I am developing a simple message dialog system also for our business application.&lt;/p&gt;
&lt;p&gt;What i would like to happen is that when you call for example &amp;quot;MessageBox.Show(&amp;quot;Message&amp;quot;)&amp;quot; the code does not continue on the calling method until you click ok on the silverlight control that shows the message.&lt;/p&gt;
&lt;p&gt;Example:&lt;br /&gt;&lt;br /&gt;if (some condition)&lt;br /&gt;{&lt;/p&gt;
&lt;p&gt;MessageBox.Show(&amp;quot;Ooops&amp;quot;);&lt;br /&gt;DoSomething();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;now MessageBox.Show creates a user control that displays the message.&lt;br /&gt;but I don&amp;#39;t want the code DoSomething() to execute until you click on a &amp;quot;OK&amp;quot; button on the ui displaying the message.&lt;/p&gt;
&lt;p&gt;How can I put the system in a loop that will prevent the code on continueing with out locking the UI thread?&lt;/p&gt;</description></item></channel></rss>