<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.windowsclient.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>Bragi - All Comments</title><link>http://blogs.windowsclient.net/bragi/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20423.869)</generator><item><title>The HTML Help Behaviour &amp;laquo; Graham McDonald&amp;#039;s Blog</title><link>http://blogs.windowsclient.net/bragi/archive/2008/04/08/html-help-from-within-wpf-applications.aspx#263734</link><pubDate>Thu, 03 Sep 2009 15:18:35 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:263734</guid><dc:creator>The HTML Help Behaviour « Graham McDonald's Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;The HTML Help Behaviour &amp;amp;laquo; Graham McDonald&amp;amp;#039;s Blog&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=263734" width="1" height="1"&gt;</description></item><item><title>re: HTML help from within WPF applications</title><link>http://blogs.windowsclient.net/bragi/archive/2008/04/08/html-help-from-within-wpf-applications.aspx#103213</link><pubDate>Wed, 28 Jan 2009 22:28:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:103213</guid><dc:creator>Carlos de Luna Saenz</dc:creator><description>&lt;p&gt;The file is found (sorry for the delay) but it only shows when a button is clicked or a UI is selected, not for the page object itself.&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=103213" width="1" height="1"&gt;</description></item><item><title>re: Using settings in WPF (or how to store/retrieve window pos and loc)</title><link>http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx#87219</link><pubDate>Thu, 27 Nov 2008 23:37:44 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:87219</guid><dc:creator>CodeMonkey</dc:creator><description>&lt;p&gt;The examples are for C# which uses different syntax for settings. &amp;nbsp;For VB try this:&lt;/p&gt;
&lt;p&gt;Source={x:Static self:MySettings.Default}&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=87219" width="1" height="1"&gt;</description></item><item><title>re: HTML help from within WPF applications</title><link>http://blogs.windowsclient.net/bragi/archive/2008/04/08/html-help-from-within-wpf-applications.aspx#80676</link><pubDate>Mon, 10 Nov 2008 16:43:54 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:80676</guid><dc:creator>Bragi</dc:creator><description>&lt;p&gt;Last time I checked, you were not able to change this behaviour in explorer (there has been a new release since, so this could have been updated). &amp;nbsp;You will have to use another key combo that is not used by the xbap host. &lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=80676" width="1" height="1"&gt;</description></item><item><title>re: HTML help from within WPF applications</title><link>http://blogs.windowsclient.net/bragi/archive/2008/04/08/html-help-from-within-wpf-applications.aspx#80636</link><pubDate>Mon, 10 Nov 2008 14:31:32 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:80636</guid><dc:creator>Konstantin</dc:creator><description>&lt;p&gt;All things worked, like you explained it. But I have problems in an XBAP application. When I hit the F1 key, my helpfile started with the Internet Explorer Help :) How can I manage this? I want only my helpfile :)&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=80636" width="1" height="1"&gt;</description></item><item><title>re: Using settings in WPF (or how to store/retrieve window pos and loc)</title><link>http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx#77839</link><pubDate>Fri, 31 Oct 2008 13:58:33 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:77839</guid><dc:creator>Flavia</dc:creator><description>&lt;p&gt;I think I'm still missing something. &amp;nbsp;I created a little test app to and can't get it to work. Here is what I have:&lt;/p&gt;
&lt;p&gt;app.config:&lt;/p&gt;
&lt;p&gt;&amp;lt;configuration&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;appSettings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;add key=&amp;quot;Title&amp;quot; value=&amp;quot;Test&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;add key=&amp;quot;ApplicationHeight&amp;quot; value=&amp;quot;10&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;add key=&amp;quot;ApplicationWidth&amp;quot; value=&amp;quot;10&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/appSettings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;xaml:&lt;/p&gt;
&lt;p&gt;&amp;lt;Window x:Class=&amp;quot;WpfApplication1.Window1&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;xmlns=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;"&gt;schemas.microsoft.com/.../presentation&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;xmlns:x=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;"&gt;schemas.microsoft.com/.../xaml&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:self=&amp;quot;clr-namespace:WpfApplication1;assembly=WpfApplication1&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Title=&amp;quot;{Binding Source={x:Static self:Properties.Settings.Default}, &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Path=Title, Mode=TwoWay}&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Height=&amp;quot;{Binding Source={x:Static self:Properties.Settings.Default}, &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Path=ApplicationHeight, Mode=OneWay}&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Width=&amp;quot;{Binding Source={x:Static self:Properties.Settings.Default}, &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Path=ApplicationWidth, Mode=OneWay}&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&lt;/p&gt;
&lt;p&gt;Once again, I appreciate your help.&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=77839" width="1" height="1"&gt;</description></item><item><title>re: Using settings in WPF (or how to store/retrieve window pos and loc)</title><link>http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx#77553</link><pubDate>Thu, 30 Oct 2008 16:19:29 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:77553</guid><dc:creator>Bragi</dc:creator><description>&lt;p&gt;This should also work for a page element. &amp;nbsp;Have you declared the namespace mapping between .net ans xaml correctly? &lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=77553" width="1" height="1"&gt;</description></item><item><title>re: Using settings in WPF (or how to store/retrieve window pos and loc)</title><link>http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx#77304</link><pubDate>Wed, 29 Oct 2008 21:02:35 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:77304</guid><dc:creator>Flavia</dc:creator><description>&lt;p&gt;Would this work for a page element also? I am having issues where I get the following message &amp;quot;Cannot find type 'Properties.Settings'. Type names are case sensitive&amp;quot;.&lt;/p&gt;
&lt;p&gt;Any help is greatly appreciated.&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=77304" width="1" height="1"&gt;</description></item><item><title>re: HTML help from within WPF applications</title><link>http://blogs.windowsclient.net/bragi/archive/2008/04/08/html-help-from-within-wpf-applications.aspx#75544</link><pubDate>Fri, 24 Oct 2008 13:26:05 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:75544</guid><dc:creator>Bragi</dc:creator><description>&lt;p&gt;Carlos,&lt;/p&gt;
&lt;p&gt;The command binding takes care of intercepting the F1 key. Most likely the control can't find the 'ius.chm' file. &amp;nbsp;How is it included in the project? If I recall correctly, they should be included with a build action of 'content', but you can also try &amp;quot;Resource' or 'Embedded Resource'.&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=75544" width="1" height="1"&gt;</description></item><item><title>re: HTML help from within WPF applications</title><link>http://blogs.windowsclient.net/bragi/archive/2008/04/08/html-help-from-within-wpf-applications.aspx#73555</link><pubDate>Fri, 17 Oct 2008 15:48:14 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:73555</guid><dc:creator>Carlos de Luna Saenz</dc:creator><description>&lt;p&gt;I put this to may page:&lt;/p&gt;
&lt;p&gt;&amp;lt;Page x:Class=&amp;quot;IUS.PaginaInicial&amp;quot; Title=&amp;quot;Jurisprudencia y Tesis Aisladas&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;"&gt;schemas.microsoft.com/.../presentation&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:x=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;"&gt;schemas.microsoft.com/.../xaml&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:jc=&amp;quot;clr-namespace:JaStDev.ControlFramework.Controls;assembly=JaStDev.ControlFramework&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;WindowTitle=&amp;quot;Jurisprudencia y Tesis Aisladas&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;ShowsNavigationUI=&amp;quot;False&amp;quot; MinWidth=&amp;quot;600&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;MinHeight=&amp;quot;500&amp;quot; jc:Help.Topic=&amp;quot;Inicio&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;jc:Help.HelpFile=&amp;quot;ius.chm&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Page.CommandBindings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;CommandBinding &amp;nbsp;Command=&amp;quot;Help&amp;quot; CanExecute=&amp;quot;CommandBinding_CanExecute&amp;quot; Executed=&amp;quot;CommandBinding_Executed&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/Page.CommandBindings&amp;gt;&lt;/p&gt;
&lt;p&gt;and code like you put above... but when pressed F1 nothing happens!!!! how i &amp;quot;intercept&amp;quot; the F1 or set the way the help is called?&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=73555" width="1" height="1"&gt;</description></item><item><title>re: HTML help from within WPF applications</title><link>http://blogs.windowsclient.net/bragi/archive/2008/04/08/html-help-from-within-wpf-applications.aspx#73474</link><pubDate>Fri, 17 Oct 2008 09:18:21 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:73474</guid><dc:creator>Bragi</dc:creator><description>&lt;p&gt;Hello Carlos,&lt;/p&gt;
&lt;p&gt;yes, the help control has been tested with xbap applications. &amp;nbsp;The only trick to keep in mind is that the help files need to be available in the xbap resources (otherwise the system can't find the file). &amp;nbsp;Using windows, Pages, UserControls doesn't make a difference.&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=73474" width="1" height="1"&gt;</description></item><item><title>re: HTML help from within WPF applications</title><link>http://blogs.windowsclient.net/bragi/archive/2008/04/08/html-help-from-within-wpf-applications.aspx#73311</link><pubDate>Thu, 16 Oct 2008 19:23:34 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:73311</guid><dc:creator>Carlos de Luna Saenz</dc:creator><description>&lt;p&gt;Have you tried this on a XBAP app???&lt;/p&gt;
&lt;p&gt;or with a Page object?&lt;/p&gt;
&lt;p&gt;Greetings&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=73311" width="1" height="1"&gt;</description></item><item><title>re: Using settings in WPF (or how to store/retrieve window pos and loc)</title><link>http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx#72023</link><pubDate>Mon, 13 Oct 2008 09:17:09 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:72023</guid><dc:creator>Bragi</dc:creator><description>&lt;p&gt;Thanks Sebastien.&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=72023" width="1" height="1"&gt;</description></item><item><title>re: Using settings in WPF (or how to store/retrieve window pos and loc)</title><link>http://blogs.windowsclient.net/bragi/archive/2008/07/03/using-settings-in-wpf-or-how-to-store-retrieve-window-pos-and-loc.aspx#72022</link><pubDate>Mon, 13 Oct 2008 09:11:34 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:72022</guid><dc:creator>Sebastien Van Bruaene</dc:creator><description>&lt;p&gt;Works like a charm ... very nice&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=72022" width="1" height="1"&gt;</description></item><item><title>re: HTML help from within WPF applications</title><link>http://blogs.windowsclient.net/bragi/archive/2008/04/08/html-help-from-within-wpf-applications.aspx#35818</link><pubDate>Fri, 27 Jun 2008 11:10:43 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:35818</guid><dc:creator>Naveed Iqbal Chottani (naveed.itprofessional@yahoo.com)</dc:creator><description>&lt;p&gt;Check out this&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/expression/articles/516595.aspx"&gt;blogs.msdn.com/.../516595.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is an excellent example to catch F1 key&lt;/p&gt;
&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=35818" width="1" height="1"&gt;</description></item></channel></rss>