﻿<?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 - IsEnabled property of UXButton seems to have a bug</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IsEnabled-property-of-UXButton-seems-to-have-a-bug/</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>IsEnabled property of UXButton seems to have a bug</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IsEnabled-property-of-UXButton-seems-to-have-a-bug/</link><pubDate>Fri, 19 Aug 2011 11:39:39 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hello Olusola,&lt;br /&gt;&lt;br /&gt;Unfortunately I could not  replicate your issue on my end. I've tried binding AViewModelBooleanProperty in Button and GlassButton. And it works as expected.&lt;/p&gt;&lt;p&gt;This is a snippet code of AViewModelBooleanProperty in my simple sample:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&lt;span&gt; private bool _aViewModelBooleanProperty;

 public bool AViewModelBooleanProperty
 {
       get { return false; }
       set
       {
           if (_&lt;/span&gt;aViewModelBooleanProperty != true)&lt;br /&gt;&lt;span&gt;           {
               _&lt;/span&gt;aViewModelBooleanProperty = false;&lt;br /&gt;&lt;span&gt;           }
       }
 }&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;Both of Button and GlassButton works as expected, enabled when I set to true and disabled when I set to false.  &lt;/p&gt;
&lt;p&gt;Could you please give me your simple runable sample which reproduce this issue ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards.&lt;br /&gt;Riendy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>IsEnabled property of UXButton seems to have a bug</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IsEnabled-property-of-UXButton-seems-to-have-a-bug/</link><pubDate>Wed, 17 Aug 2011 07:35:02 GMT</pubDate><dc:creator>olusola.adio@logion.co.uk</dc:creator><description>&lt;p&gt;I discovered some strange behaviour with the UXGlassButton control.&lt;/p&gt;
&lt;p&gt;&amp;lt;Button IsEnabled={Binding AViewModelBooloeanProperty}/&amp;gt;    works as expected&lt;/p&gt;
&lt;p&gt;&amp;lt;Button IsEnabled="false"/&amp;gt;    works as expected&lt;/p&gt;
&lt;p&gt;&amp;lt;UxGlassButton IsEnabled={Binding AViewModelBooloeanProperty}/&amp;gt;    does not work ( button stays enabled when the property is false)&lt;/p&gt;
&lt;p&gt;&amp;lt;UxGlassButton IsEnabled="false"/&amp;gt;    works as expected&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Please help look into this and publish a fix as I need to use the IsEnabled property for data binding.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Olusola&lt;/p&gt;</description></item></channel></rss>