﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - Commanding in WPF</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Commanding-in-WPF/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Commanding in WPF</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Commanding-in-WPF/</link><pubDate>Tue, 04 Jan 2011 02:23:55 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Using the latest ClientUI, ClientUI 4, commanding has run without any issue in WPF. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Commanding in WPF</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Commanding-in-WPF/</link><pubDate>Mon, 03 Jan 2011 13:22:23 GMT</pubDate><dc:creator>Harry</dc:creator><description>&lt;p&gt;Any progress on the update?&lt;/p&gt;</description></item><item><title>Commanding in WPF</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Commanding-in-WPF/</link><pubDate>Thu, 09 Dec 2010 11:59:47 GMT</pubDate><dc:creator>Harry</dc:creator><description>&lt;p&gt;Ok, thanks and I follow the answer perfectly.&lt;/p&gt;
&lt;p&gt;I will look out for the update and redownload the trial - I assume that this doesn't trigger any problems with the licence (time remaining etc.)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Commanding in WPF</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Commanding-in-WPF/</link><pubDate>Thu, 09 Dec 2010 10:45:33 GMT</pubDate><dc:creator>jimmyps</dc:creator><description>&lt;p&gt;You can make the WPF version of routed command work using code behind at the meantime. You still can use the same command, the difference is just at the registration/declaration process. Later when the XAML object is available, you can easily delete the workaround code and use the XAML declaration instead.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;When an update is released, we published the changes log which contains the feedback reference (or also called work item). This allows customers to match their submitted issues with the version history.&lt;/p&gt;
&lt;p&gt;The update won't work for trial version, but you can re-download the new setup that contains the new assemblies, or we can send you the latest assemblies privately.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Commanding in WPF</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Commanding-in-WPF/</link><pubDate>Thu, 09 Dec 2010 08:20:12 GMT</pubDate><dc:creator>Harry</dc:creator><description>&lt;p&gt;So again to be clear - I can't make the WPF routed command version work until I download a new build of the ClientUI framework?&lt;/p&gt;
&lt;p&gt;Also how do I find out about the update i.e what do I do with  "feedback reference #868".&lt;/p&gt;
&lt;p&gt;Also I'm evaluating the software using the trial version - will the update work with this?&lt;/p&gt;</description></item><item><title>Commanding in WPF</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Commanding-in-WPF/</link><pubDate>Thu, 09 Dec 2010 07:20:01 GMT</pubDate><dc:creator>jimmyps</dc:creator><description>&lt;p&gt;Harry,&lt;/p&gt;&lt;p&gt;The CommandBinding object is inadvertantly missing in the ClientUI Framework for WPF library. This has been addressed in the upcoming December build with feedback reference #868.&lt;/p&gt;
&lt;p&gt;When using the shared model in the code (C#), make sure you mapped the assembly reference correctly as pointed in &lt;a target="_blank" href="../../../Support/ClientUI/Docs/UnifiedDevelopmentModel.html"&gt;Unified Development Model&lt;/a&gt; (ClientUI documentation), under the "Class Library &amp; API" section.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;Jimmy&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Commanding in WPF</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Commanding-in-WPF/</link><pubDate>Wed, 08 Dec 2010 23:23:10 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;It seems currently there is some issue with commanding in WPF ClientUI. I have forwarded this issue to the developer for further investigation, I will inform you of any update.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Commanding in WPF</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Commanding-in-WPF/</link><pubDate>Wed, 08 Dec 2010 13:56:53 GMT</pubDate><dc:creator>Harry</dc:creator><description>&lt;p&gt;This may be a silly question as I'm am a complete beginner.&lt;/p&gt;
&lt;p&gt;I've created a small example program using routed commands following the documentation in Silverlight. That works fine.&lt;/p&gt;
&lt;p&gt;Next I decided to try it out in WPF. &lt;/p&gt;
&lt;p&gt;I started a basic WPF project but...&lt;/p&gt;
&lt;p&gt;When I try and set up command bindings using&lt;/p&gt;&lt;pre style="font-family: consolas"&gt;&lt;span style="color: blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;Intersoft&lt;/span&gt;&lt;span style="color: blue"&gt;:&lt;/span&gt;&lt;span style="color: #a31515"&gt;CommandManager.CommandBinding&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;The CommandManager doesn't have such a property. &lt;/p&gt;
&lt;p&gt;I'd assumed that the WPF version would be the same as the Silverlight - what I am I missunderstanding.&lt;/p&gt;
&lt;p&gt;Harry&lt;/p&gt;</description></item></channel></rss>