<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : UI not told when entity is dirty</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : UI not told when entity is dirty</description>
  <pubDate>Sat, 11 Apr 2026 15:19:05 -700</pubDate>
  <lastBuildDate>Wed, 29 Jul 2009 17:38:59 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1399</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>UI not told when entity is dirty : Good to hear a fix is pending....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5069#5069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 1399<br /><strong>Posted:</strong> 29-Jul-2009 at 5:38pm<br /><br />Good to hear a fix is pending.  Sad that it will be September.  We have to have this working and in the hands of users by mid-August.  I think we can use the EntityGroup as a work around.  I set up a few unit tests and the changed event is firing properly there.  I look forward to pulling that kludge out though when we can bind directly to the EntityState.  Thanks.]]>
   </description>
   <pubDate>Wed, 29 Jul 2009 17:38:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5069#5069</guid>
  </item> 
  <item>
   <title>UI not told when entity is dirty : We have two support requests open...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5066#5066</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1399<br /><strong>Posted:</strong> 29-Jul-2009 at 4:14pm<br /><br />We have two support requests open for the issues here - B1120 and F1177.&nbsp; We generally have maintenance releases every 6 weeks, so the next scheduled one will be in September.&nbsp;&nbsp;We will include the fix for the problem with not firing PropertyChanged for&nbsp;Entity properties, such as EntityState, in that release.]]>
   </description>
   <pubDate>Wed, 29 Jul 2009 16:14:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5066#5066</guid>
  </item> 
  <item>
   <title>UI not told when entity is dirty : Is this something we can open...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5058#5058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 1399<br /><strong>Posted:</strong> 29-Jul-2009 at 1:14pm<br /><br />Is this something we can open a Support Ticket on and get a HotFix for?  What is your plan for releasing bug fixes?  Thanks.]]>
   </description>
   <pubDate>Wed, 29 Jul 2009 13:14:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5058#5058</guid>
  </item> 
  <item>
   <title>UI not told when entity is dirty : Not firing PropertyChanged when...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5055#5055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1399<br /><strong>Posted:</strong> 29-Jul-2009 at 10:18am<br /><br />Not firing PropertyChanged when the EntityState changes is an oversight on our part and we've opened a defect report to fix this.&nbsp;&nbsp; The EntityManager does not currently implement INotifyPropertyChanged, but we'll also look into that.<DIV>&nbsp;</DIV><DIV>Meanwhile, listening for EntityChanged events on the EntityGroup (all EntityGroups unfortunately) is one option.</DIV>]]>
   </description>
   <pubDate>Wed, 29 Jul 2009 10:18:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5055#5055</guid>
  </item> 
  <item>
   <title>UI not told when entity is dirty : I see that I can know if an Entity...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5049#5049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 1399<br /><strong>Posted:</strong> 29-Jul-2009 at 6:51am<br /><br />I see that I can know if an Entity is dirty by checking the entityItem.EntityAspect.HasChanges property.  I can also get details about whether the entity is Added or Modified by examining the entityItem.EntityAspect.EntityState property.<br /><br />When I bind my UI to these properties though, they do not seem to raise the NotifyPropertyChanged event, or even seem to get updated properly at all.  <br /><br />The users want us to enable/disable a Save button based on whether the entity is dirty or not.  When I change a property of the entity, I can manually examine the HasChanges and see it is True, but the UI does not receive notification of this change.<br /><br />How should I be doing this?  Thanks, Simon.<span style="font-size:10px"><br /><br />Edited by skingaby - 29-Jul-2009 at 6:51am</span>]]>
   </description>
   <pubDate>Wed, 29 Jul 2009 06:51:10 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1399&amp;PID=5049#5049</guid>
  </item> 
 </channel>
</rss>