<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>tpmetrowpf Discussions Rss Feed</title><link>https://tpmetrowpf.codeplex.com/discussions</link><description>tpmetrowpf Discussions Rss Description</description><item><title>New Post: Not resizable main window</title><link>http://tpmetrowpf.codeplex.com/discussions/401064</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for your answer, this seems force the value properly now. However I have noticed something:&lt;/p&gt;
&lt;p&gt;If you maximize and restore the window, where Resizeable is False, at some point the value is reset and the window becomes resizeable again.&lt;/p&gt;
&lt;p&gt;I know I could work on this by hooking another event(s) , but this couldn't represent so much work . Do you agree with me?&lt;/p&gt;
&lt;p&gt;Thanks again for your support.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Jorge&lt;/p&gt;&lt;/div&gt;</description><author>jsaer</author><pubDate>Thu, 08 Nov 2012 18:07:12 GMT</pubDate><guid isPermaLink="false">New Post: Not resizable main window 20121108060712P</guid></item><item><title>New Post: About Application ApplicationBar</title><link>http://tpmetrowpf.codeplex.com/discussions/401282</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Remark: Maybe you've forgotten to place the application bar into the second grid row...&lt;/p&gt;&lt;/div&gt;</description><author>BitKFu</author><pubDate>Thu, 01 Nov 2012 15:26:56 GMT</pubDate><guid isPermaLink="false">New Post: About Application ApplicationBar 20121101032656P</guid></item><item><title>New Post: About Application ApplicationBar</title><link>http://tpmetrowpf.codeplex.com/discussions/401282</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Jsaer,&lt;/p&gt;
&lt;p&gt;I tried that and it worked like a charm. Have a look at the following example (it's a little bit re-arranged ApplicationBar Demo).&lt;/p&gt;
&lt;p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;    &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;Grid&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
        
        &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;Grid.RowDefinitions&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;RowDefinition&lt;/span&gt; &lt;span style="color: red;"&gt;Height&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Auto&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt; &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;RowDefinition&lt;/span&gt; &lt;span style="color: red;"&gt;Height&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;*&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;    &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;RowDefinition&lt;/span&gt; &lt;span style="color: red;"&gt;Height&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Auto&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt; &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
        &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;Grid.RowDefinitions&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;

        &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;TextBlock&lt;/span&gt; &lt;span style="color: red;"&gt;Grid.Row&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;0&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                   &lt;span style="color: red;"&gt;Text&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;FIRST ROW&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                   &lt;span style="color: red;"&gt;HorizontalAlignment&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Center&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                   &lt;span style="color: red;"&gt;VerticalAlignment&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Center&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                   &lt;span style="color: red;"&gt;Style&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{StaticResource WinTextTitle1Style}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;

        &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;TextBlock&lt;/span&gt; &lt;span style="color: red;"&gt;Grid.Row&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;1&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                   &lt;span style="color: red;"&gt;Text&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{Binding SelectedText}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                   &lt;span style="color: red;"&gt;HorizontalAlignment&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Center&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                   &lt;span style="color: red;"&gt;VerticalAlignment&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Center&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                   &lt;span style="color: red;"&gt;Style&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{StaticResource WinTextExtraLargeStyle}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
        
        &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBar&lt;/span&gt; &lt;span style="color: red;"&gt;Grid.Row&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;2&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBar.Icons&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
                &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBarIcon&lt;/span&gt; &lt;span style="color: red;"&gt;ImageSource&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/TpMetroWpfLibrary;component/Images/appbar.prev.png&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                                           &lt;span style="color: red;"&gt;Description&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;previous&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                                           &lt;span style="color: red;"&gt;Command&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{Binding PrevCommand}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
                &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBarIcon&lt;/span&gt; &lt;span style="color: red;"&gt;ImageSource&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/TpMetroWpfLibrary;component/Images/appbar.next.png&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                                           &lt;span style="color: red;"&gt;Description&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;next&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;
                                           &lt;span style="color: red;"&gt;Command&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{Binding NextCommand}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBar.Icons&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
            
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBar.MenuItems&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
                &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBarMenuItem&lt;/span&gt; &lt;span style="color: red;"&gt;Description&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Next Month&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt; &lt;span style="color: red;"&gt;Command&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{Binding NextCommand}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
                &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBarMenuItem&lt;/span&gt; &lt;span style="color: red;"&gt;Description&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;Previous Month&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt; &lt;span style="color: red;"&gt;Command&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;{Binding PrevCommand}&lt;/span&gt;&lt;span style="color: black;"&gt;"&lt;/span&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBar.MenuItems&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
            
        &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;AppBar&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: #a31515;"&gt;ApplicationBar&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
        
    &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;Grid&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;

&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>BitKFu</author><pubDate>Thu, 01 Nov 2012 15:25:06 GMT</pubDate><guid isPermaLink="false">New Post: About Application ApplicationBar 20121101032506P</guid></item><item><title>New Post: Not resizable main window</title><link>http://tpmetrowpf.codeplex.com/discussions/401064</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Jsaer,&lt;/p&gt;
&lt;p&gt;sorry for the late reply, but I wanted to be sure that the workaround works.&lt;/p&gt;
&lt;p&gt;1.) You have to add an Loaded Event to your main window.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Loaded="OnLoaded"&lt;/p&gt;
&lt;p&gt;2.) You have to implement the OnLoaded Method at your code behind file.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;        &lt;span style="color: blue;"&gt;public&lt;/span&gt; MainWindow()
        {
            InitializeComponent();
            Kernel.Instance.Controller.SetRootFrame(ContentFrame);

        }

        &lt;span style="color: blue;"&gt;public&lt;/span&gt; &lt;span style="color: blue;"&gt;void&lt;/span&gt; OnLoaded(&lt;span style="color: blue;"&gt;object&lt;/span&gt; sender, EventArgs args)
        {
            Resizeable = &lt;span style="color: blue;"&gt;false&lt;/span&gt;;
        }
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;- Gerhard&lt;/p&gt;&lt;/div&gt;</description><author>BitKFu</author><pubDate>Thu, 01 Nov 2012 15:12:53 GMT</pubDate><guid isPermaLink="false">New Post: Not resizable main window 20121101031253P</guid></item><item><title>New Post: About Application ApplicationBar</title><link>http://tpmetrowpf.codeplex.com/discussions/401282</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It seems that on a 3-row grid, the application bar takes double the space than it should.&lt;/p&gt;
&lt;p&gt;The grid row configuration it is the following:&lt;/p&gt;
&lt;p&gt;&amp;lt;RowDefinition Height=&amp;quot;Auto&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;RowDefinition Height=&amp;quot;*&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;RowDefinition Height=&amp;quot;Auto&amp;quot; /&amp;gt; &amp;lt;!-- This is the AppBar container --&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The AppBar shows up just if it were expanded by clicking the elipsis, but it's not... this area shows blank taking up extra space.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>jsaer</author><pubDate>Tue, 30 Oct 2012 17:28:16 GMT</pubDate><guid isPermaLink="false">New Post: About Application ApplicationBar 20121030052816P</guid></item><item><title>New Post: Not resizable main window</title><link>http://tpmetrowpf.codeplex.com/discussions/401064</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for your quick answer.&lt;/p&gt;
&lt;p&gt;Anyways, if I set this property at markup level (XAML) it is ignored and if I do this programmatically (at constructor level), the app throws a TargetInvocationException .&lt;/p&gt;
&lt;p&gt;This is the place where I put the line inside the constructor:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;InitializeComponent();&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kernel.Instance.Controller.SetRootFrame(ContentFrame);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Resizeable = false; // Throws an exception&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;Thanks again...&lt;/p&gt;&lt;/div&gt;</description><author>jsaer</author><pubDate>Mon, 29 Oct 2012 15:57:53 GMT</pubDate><guid isPermaLink="false">New Post: Not resizable main window 20121029035753P</guid></item><item><title>New Post: About the Error Bar</title><link>http://tpmetrowpf.codeplex.com/discussions/401065</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Not out of the box. But you could override the style with a custom one, which contains an additional Icon.&lt;/p&gt;&lt;/div&gt;</description><author>BitKFu</author><pubDate>Mon, 29 Oct 2012 08:28:55 GMT</pubDate><guid isPermaLink="false">New Post: About the Error Bar 20121029082855A</guid></item><item><title>New Post: Not resizable main window</title><link>http://tpmetrowpf.codeplex.com/discussions/401064</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yes, there's an property "Resizable" that you can set in code behind (e.g. the Constructor) in order to make the window not resizable.&lt;/p&gt;&lt;/div&gt;</description><author>BitKFu</author><pubDate>Mon, 29 Oct 2012 08:27:02 GMT</pubDate><guid isPermaLink="false">New Post: Not resizable main window 20121029082702A</guid></item><item><title>New Post: About the Error Bar</title><link>http://tpmetrowpf.codeplex.com/discussions/401065</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is it possible to customize the error bar content?.. by adding an icon for example?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>jsaer</author><pubDate>Mon, 29 Oct 2012 03:21:34 GMT</pubDate><guid isPermaLink="false">New Post: About the Error Bar 20121029032134A</guid></item><item><title>New Post: Not resizable main window</title><link>http://tpmetrowpf.codeplex.com/discussions/401064</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is it possible to make the Main Window Not resizable?&lt;/p&gt;
&lt;p&gt;Thanks for your support.&lt;/p&gt;
&lt;/div&gt;</description><author>jsaer</author><pubDate>Mon, 29 Oct 2012 03:17:44 GMT</pubDate><guid isPermaLink="false">New Post: Not resizable main window 20121029031744A</guid></item><item><title>New Post: WebBrowser Control</title><link>http://tpmetrowpf.codeplex.com/discussions/395987</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks :) I'll try to figure it out&lt;/p&gt;&lt;/div&gt;</description><author>mrabie</author><pubDate>Thu, 20 Sep 2012 16:44:20 GMT</pubDate><guid isPermaLink="false">New Post: WebBrowser Control 20120920044420P</guid></item><item><title>New Post: WebBrowser Control</title><link>http://tpmetrowpf.codeplex.com/discussions/395987</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sorry, but I really have no clue what could be wrong.&lt;/p&gt;&lt;/div&gt;</description><author>BitKFu</author><pubDate>Thu, 20 Sep 2012 05:47:18 GMT</pubDate><guid isPermaLink="false">New Post: WebBrowser Control 20120920054718A</guid></item><item><title>New Post: WebBrowser Control</title><link>http://tpmetrowpf.codeplex.com/discussions/395987</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for the quick reply. &amp;nbsp;I set it to navigate to google.com and I set a messagebox to see if it loads, and the messagebox pops after the page is loaded, but nothing is showing on the screen as if the WebBrowser control is not drawing on the form for some reason. &amp;nbsp;Tried the WebBrowser control on a WPF project that doesn't use timepunch and working fine.&lt;/p&gt;&lt;/div&gt;</description><author>mrabie</author><pubDate>Wed, 19 Sep 2012 16:45:39 GMT</pubDate><guid isPermaLink="false">New Post: WebBrowser Control 20120919044539P</guid></item><item><title>New Post: WebBrowser Control</title><link>http://tpmetrowpf.codeplex.com/discussions/395987</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;First Idea: Maybe it does not have any content.&amp;nbsp;But to be honest, I would suggest looking at StackOverflow for WebBrowser Control related problems.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;/div&gt;</description><author>BitKFu</author><pubDate>Wed, 19 Sep 2012 05:37:54 GMT</pubDate><guid isPermaLink="false">New Post: WebBrowser Control 20120919053754A</guid></item><item><title>New Post: WebBrowser Control</title><link>http://tpmetrowpf.codeplex.com/discussions/395987</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I tried to add a WebBrowser control to the example view in your demo, but I don't know why it's not showing it? All the controls are added and visible except the webbrowser &amp;nbsp;control. &amp;nbsp;Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;/div&gt;</description><author>mrabie</author><pubDate>Tue, 18 Sep 2012 20:52:21 GMT</pubDate><guid isPermaLink="false">New Post: WebBrowser Control 20120918085221P</guid></item><item><title>New Post: Is this (TimePunch Metro Wpf) library only targeting on Metro app?</title><link>http://tpmetrowpf.codeplex.com/discussions/392404</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The TimePunch Metro WPF library is targeting Desktop Applications that try to look like a native Metro app, but using WPF. :)&lt;/p&gt;&lt;/div&gt;</description><author>BitKFu</author><pubDate>Tue, 21 Aug 2012 07:20:37 GMT</pubDate><guid isPermaLink="false">New Post: Is this (TimePunch Metro Wpf) library only targeting on Metro app? 20120821072037A</guid></item><item><title>New Post: Is this (TimePunch Metro Wpf) library only targeting on Metro app?</title><link>http://tpmetrowpf.codeplex.com/discussions/392404</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is this (TimePunch Metro Wpf) library only targeting on Metro app?&lt;/p&gt;
&lt;/div&gt;</description><author>jjchen</author><pubDate>Mon, 20 Aug 2012 23:22:23 GMT</pubDate><guid isPermaLink="false">New Post: Is this (TimePunch Metro Wpf) library only targeting on Metro app? 20120820112223P</guid></item></channel></rss>