<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.lhotka.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>CSLA .NET discussion</title><link>http://forums.lhotka.net/forums/5.aspx</link><description>General discussion about CSLA .NET</description><dc:language /><generator>CommunityServer 2008.5 SP3 (Build: 36.8414)</generator><item><title>Re: RE: CSLA/Silverlight Binding not responding to keypress.</title><link>http://forums.lhotka.net/forums/thread/28602.aspx</link><pubDate>Tue, 25 Nov 2008 15:25:28 GMT</pubDate><guid isPermaLink="false">49a2225a-bd1e-4c5d-a665-720b81e87ca9:28602</guid><dc:creator>dts</dc:creator><slash:comments>0</slash:comments><comments>http://forums.lhotka.net/forums/thread/28602.aspx</comments><wfw:commentRss>http://forums.lhotka.net/forums/commentrss.aspx?SectionID=5&amp;PostID=28602</wfw:commentRss><description>Thanks for the reply&amp;nbsp; Sergey&lt;br&gt;&lt;br&gt;Just did a google and there are several sites commenting on it&lt;br&gt;&lt;br&gt;http://karlshifflett.wordpress.com/2008/04/12/silverlight-2-lostfocus-and-data-binding-bugs/&lt;br&gt;&lt;br&gt;Cheers&lt;br&gt;DTS&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CSLA/Silverlight Binding not responding to keypress.</title><link>http://forums.lhotka.net/forums/thread/28599.aspx</link><pubDate>Tue, 25 Nov 2008 14:57:13 GMT</pubDate><guid isPermaLink="false">49a2225a-bd1e-4c5d-a665-720b81e87ca9:28599</guid><dc:creator>sergeyb</dc:creator><slash:comments>0</slash:comments><comments>http://forums.lhotka.net/forums/thread/28599.aspx</comments><wfw:commentRss>http://forums.lhotka.net/forums/commentrss.aspx?SectionID=5&amp;PostID=28599</wfw:commentRss><description>&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span&gt;Indeed, you discovered an SL bug.&amp;nbsp; One character change is
not pushed by binding infrastructure to underlying object.&amp;nbsp; At least two
character change is required.&amp;nbsp; I think this has been logged in
Silverlight.net, but I am not 100% positive.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span&gt;Sergey Barskiy&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;i&gt;&lt;span&gt;Principal Consultant&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span&gt;office: 678.405.0687 |
mobile:&amp;nbsp;404.388.1899&lt;/span&gt;&lt;span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span&gt;&lt;img width=119 height=26 id="Picture_x0020_1" alt="cid:_2_0648EA840648E85C001BBCB886257279"&gt;&lt;br&gt;
&lt;/span&gt;&lt;b&gt;&lt;span&gt;Microsoft Worldwide Partner of the Year |&lt;/span&gt;&lt;/b&gt;&lt;span&gt; &lt;/span&gt;&lt;b&gt;&lt;span&gt;Custom
Development Solutions, Technical Innovation&lt;/span&gt;&lt;/b&gt;&lt;span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span&gt; dts
[mailto:cslanet@lhotka.net] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Tuesday, November 25, 2008 9:52 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; Sergey Barskiy&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; [CSLA .NET] CSLA/Silverlight Binding not responding to
keypress.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Hi &lt;br&gt;
&lt;br&gt;
I first noticed this in a CSLA Silverlight app I have been experimenting with
and have just downloaded the lastest Rolodex sample and get the same behaviour.&lt;br&gt;
&lt;br&gt;
If for instance I edit the AT&amp;amp;T company record by adding an extra character
at the end of the company name textbox I sometimes find that the save button is
not enabled when I tab off the textbox control. Even if I shift tab back or
change the focused control using the mouse nothing happens until I enter
another character. &lt;br&gt;
&lt;br&gt;
On a CSLA Silverlight app that I have been experimenting with I can enter a
single character into a sequence of textboxes after tabbing between each of
them and get the same behaviour. I added some code and discovered that the text
changed event is being invoked but none of the csla silverlight code is run. &lt;br&gt;
&lt;br&gt;
Also if I do enter more than one character into a textbox and then click save
the previous textboxes which did not cause a change in the save button lose
their change.&lt;br&gt;
&lt;br&gt;
Is this possibly a silverlight bug?&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
DTS&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CSLA/Silverlight Binding not responding to keypress.</title><link>http://forums.lhotka.net/forums/thread/28597.aspx</link><pubDate>Tue, 25 Nov 2008 14:51:17 GMT</pubDate><guid isPermaLink="false">49a2225a-bd1e-4c5d-a665-720b81e87ca9:28597</guid><dc:creator>dts</dc:creator><slash:comments>0</slash:comments><comments>http://forums.lhotka.net/forums/thread/28597.aspx</comments><wfw:commentRss>http://forums.lhotka.net/forums/commentrss.aspx?SectionID=5&amp;PostID=28597</wfw:commentRss><description>Hi &lt;br&gt;&lt;br&gt;I first noticed this in a CSLA Silverlight app I have been experimenting with and have just downloaded the lastest Rolodex sample and get the same behaviour.&lt;br&gt;&lt;br&gt;If for instance I edit the AT&amp;amp;T company record by adding an extra character at the end of the company name textbox  I sometimes find that the save button is not enabled when I tab off the textbox control. Even if I shift tab back or change the focused control using the mouse nothing happens until I enter another character. &lt;br&gt;&lt;br&gt;On a CSLA Silverlight app that I have been experimenting with I can enter a single character into a sequence of textboxes after tabbing between each of them and get the same behaviour. I added some code and discovered that the text changed event is being invoked but none of the csla silverlight code is run. &lt;br&gt;&lt;br&gt;Also if I do enter more than one character into a textbox and then click save the previous textboxes which did not cause a change in the save button lose their change.&lt;br&gt;&lt;br&gt;Is this possibly a silverlight bug?&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;DTS&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>