<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>CoreMVVM Discussions Rss Feed</title><link>http://coremvvm.codeplex.com/Thread/List.aspx</link><description>CoreMVVM Discussions Rss Description</description><item><title>New Post: canExecute problem</title><link>http://coremvvm.codeplex.com/Thread/View.aspx?ThreadId=234832</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;I have a problem with &amp;nbsp;CanExecute logic and CommandBehaviorBase.&lt;/p&gt;
&lt;p&gt;For example, in your &amp;nbsp;Sample project in MainViewModel class there is ICommand TextChangedCommand.&lt;/p&gt;
&lt;p&gt;I changed this property a little :&lt;/p&gt;
&lt;p&gt;public ICommand TextChangedCommand&lt;br&gt;
{&lt;br&gt;
get&lt;br&gt;
{&lt;br&gt;
if (textChangedCommand == null)&lt;br&gt;
{&lt;br&gt;
textChangedCommand = new DelegateCommand&amp;lt;TextChangedEventArgs&amp;gt;(OnTextChanged, (args) =&amp;gt;&lt;br&gt;
{&lt;br&gt;
if (System.DateTime.Now.Second &amp;lt; 30) return true;&lt;br&gt;
else return false;&lt;br&gt;
});&lt;br&gt;
}&lt;br&gt;
return textChangedCommand;&lt;br&gt;
}&lt;br&gt;
}&lt;/p&gt;
&lt;p&gt;I added &amp;nbsp;CanExecute logic. This logic work properly when CanExecute return true and begin to return false.&lt;/p&gt;
&lt;p&gt;But when CanExecute begin to return true the control (TextBox) is still disabled.&lt;/p&gt;
&lt;p&gt;RaiseCanExecuteChanged() don't resolve problem.&lt;/p&gt;
&lt;p&gt;Any suggestion please.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>Iluha</author><pubDate>Tue, 16 Nov 2010 05:12:38 GMT</pubDate><guid isPermaLink="false">New Post: canExecute problem 20101116051238A</guid></item><item><title>New Post: This VoreMVVM is only for WPF, not Silverlight?</title><link>http://coremvvm.codeplex.com/Thread/View.aspx?ThreadId=219081</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;currently its only for WPF... as for the difference, the main thing is that CoreMVVM isnt the ultimate library that tries to solves all your MVVM scenarios. Rather it provides a few helper that addresses about 60-70% of the scenarios and this allows the user understand the concepts better. This is a stepping stone to more complicated and fuller frameworks&lt;/p&gt;&lt;/div&gt;</description><author>llester1878</author><pubDate>Thu, 22 Jul 2010 05:17:24 GMT</pubDate><guid isPermaLink="false">New Post: This VoreMVVM is only for WPF, not Silverlight? 20100722051724A</guid></item><item><title>New Post: This VoreMVVM is only for WPF, not Silverlight?</title><link>http://coremvvm.codeplex.com/Thread/View.aspx?ThreadId=219081</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;THis VoreMVVM is only for WPF, not Silverlight?&lt;/p&gt;
&lt;p&gt;What's the difference between this coreMVVM and another MVVM light tookkit?&lt;/p&gt;&lt;/div&gt;</description><author>kentzhou</author><pubDate>Sun, 11 Jul 2010 17:59:13 GMT</pubDate><guid isPermaLink="false">New Post: This VoreMVVM is only for WPF, not Silverlight? 20100711055913P</guid></item><item><title>New Post: Nice...simliar to what I do</title><link>http://coremvvm.codeplex.com/Thread/View.aspx?ThreadId=72335</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Cool nice one Lester. I can only think having lots of MVVM choices out there is a good thing for most folk. Excellent.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for updating the text though.Cinch used bits from other places too, so it's no big deal.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>sachabarber</author><pubDate>Mon, 19 Oct 2009 05:33:39 GMT</pubDate><guid isPermaLink="false">New Post: Nice...simliar to what I do 20091019053339A</guid></item><item><title>New Post: Nice...simliar to what I do</title><link>http://coremvvm.codeplex.com/Thread/View.aspx?ThreadId=72335</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks Sacha. The code is derived from Cinch. Have updated the credits on the project description. Thanks for pointing it out.&lt;/p&gt;&lt;/div&gt;</description><author>llester1878</author><pubDate>Sun, 18 Oct 2009 23:32:04 GMT</pubDate><guid isPermaLink="false">New Post: Nice...simliar to what I do 20091018113204P</guid></item><item><title>New Post: Nice...simliar to what I do</title><link>http://coremvvm.codeplex.com/Thread/View.aspx?ThreadId=72335</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Lester&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Good job, I like it. It is very simliar to what my own MVVM framework does. It's called Cinch and can be found at&lt;/p&gt;
&lt;p&gt;http://cinch.codeplex.com/&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The core services and your ViewModelBase class look very very similiar to what I do in Cinch.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Eery&lt;/p&gt;&lt;/div&gt;</description><author>sachabarber</author><pubDate>Sun, 18 Oct 2009 09:09:28 GMT</pubDate><guid isPermaLink="false">New Post: Nice...simliar to what I do 20091018090928A</guid></item></channel></rss>