<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.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>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62258.aspx</link><pubDate>Wed, 18 Jun 2008 01:45:49 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62258</guid><dc:creator>johnpapa</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62258.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62258</wfw:commentRss><description>&lt;p&gt;Mark ... thanks. Good to know.&lt;/p&gt;
&lt;p&gt;I just have to find a stable workaround for my app for now. &lt;/p&gt;</description></item><item><title>Re: Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62203.aspx</link><pubDate>Tue, 17 Jun 2008 21:22:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62203</guid><dc:creator>sladapter</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62203.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62203</wfw:commentRss><description>&lt;p&gt;I used refresh button, still works. &lt;/p&gt;&lt;p&gt;I also tested on several machines, one with IE6 and other one with IE7 without the latest patch. On those two machines I see &amp;quot;Click to activate this control&amp;quot; message. But when I clicked on the Textbox, that message went away. The Textbox immediately got the focus and cursor was shown on the box. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62198.aspx</link><pubDate>Tue, 17 Jun 2008 21:16:58 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62198</guid><dc:creator>Mark Rideout</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62198.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62198</wfw:commentRss><description>&lt;p&gt;&lt;font face="verdana,geneva" size="2"&gt;There is a bug about this that will be fixed after Beta 2. I&amp;#39;m not sure of all the circumstances for when it occurs, but usually (not always) it occurs if the TextBox is the first control to receive focus when you start your app. If it is the second control and you tab to it or click in it then it usually works.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="verdana,geneva" size="2"&gt;-mark&lt;br /&gt;Silverlight Program Manager&lt;br /&gt;Microsoft&lt;br /&gt;This post is provided &amp;quot;as-is&amp;quot; &lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62180.aspx</link><pubDate>Tue, 17 Jun 2008 20:36:11 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62180</guid><dc:creator>johnpapa</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62180.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62180</wfw:commentRss><description>&lt;p&gt;No, I do not get that message. The page simply appears and you cannot see the cursor in the textbox nor select anything in it til you move out of the silverlight control and back in.&lt;/p&gt;</description></item><item><title>Re: Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62178.aspx</link><pubDate>Tue, 17 Jun 2008 20:28:25 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62178</guid><dc:creator>sladapter</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62178.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62178</wfw:commentRss><description>&lt;p&gt;In beta 1, I have seen this message when I first load the Silverlight HTML page: &amp;quot;&lt;b&gt;click to activate and use this control silverlight control&lt;/b&gt;&amp;quot;. Which means the Silverlight control is not active until you first click on the page or press space bar.&amp;nbsp; Do you see this message?&amp;nbsp; I had a workaround in the html page to get rid of it in beta 1 and it only happened on the html page not on the aspx page.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;But since beta2, I haven&amp;#39;t seen this problem again. Maybe I had some latest patch for IE fixed that.&amp;nbsp; Because that was not Silverlight specific problem. It was a problem for all the object tags in IE. I&amp;#39;m not sure if you are having this problem or not. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62177.aspx</link><pubDate>Tue, 17 Jun 2008 20:27:48 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62177</guid><dc:creator>johnpapa</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62177.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62177</wfw:commentRss><description>&lt;p&gt;I found out more information on this.&lt;/p&gt;
&lt;p&gt;(Oh, and yes I am using IE 7. )&lt;/p&gt;
&lt;p&gt;It works fine if I right click in Visual Studio and browse to the page (or from Blend). I imagine it will work any tim eyou open a new browser window. However, it does NOT work if I refresh the page in the browser window. So try hitting refresh in the brwoser and see if it works.&lt;/p&gt;</description></item><item><title>Re: Re: Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62174.aspx</link><pubDate>Tue, 17 Jun 2008 20:20:02 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62174</guid><dc:creator>Jhorra</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62174.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62174</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;It doesn&amp;#39;t do it for me, but my boss has the issue on his computer.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62171.aspx</link><pubDate>Tue, 17 Jun 2008 20:13:55 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62171</guid><dc:creator>johnpapa</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62171.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62171</wfw:commentRss><description>&lt;p&gt;I just saw that there is another post in the forums on this same issue. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://silverlight.net/forums/t/12865.aspx"&gt;http://silverlight.net/forums/t/12865.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62170.aspx</link><pubDate>Tue, 17 Jun 2008 20:13:38 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62170</guid><dc:creator>sladapter</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62170.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62170</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Are you using IE7? I just tested on IE7 and Firefox, both worked fine without the problem you described. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Odd Control Behavior or Bug - TextBox does not show cursor unless entire Silverlight 2 control loses focus and comes back</title><link>http://forums.silverlight.net/forums/thread/62155.aspx</link><pubDate>Tue, 17 Jun 2008 19:41:56 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:62155</guid><dc:creator>johnpapa</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/62155.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=62155</wfw:commentRss><description>&lt;font size="3"&gt;&lt;font face="Calibri"&gt;I have a textbox on a usercontrol, with no styles. It has its Text property == “Hello”. When the control first loads, I can click in it and type, but I do not see the cursor. I have to minimize the entire IE window then come back before I can see the cursor in the textbox.&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;At first I just ignored this. But then I noticed that TwoWay binding was not working for me due to this. &lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;For example, the textbox is bound TwoWay to an entity … the value also shows up in a TextBlock. When I type in the TextBox (when it first loads and I cannot see the cursor) the value is not updated in the TextBlock. However, if I minimize the IE instance and go back to it, everything works great.&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Has anyone ever seen anything like this in Silverlight 2 Beta 2?&lt;/font&gt;&lt;/font&gt; 
&lt;p&gt;Here is my sample code. When I first run this I cannot select the text til I go off the window and back (switch windows). Note that the problem occurs if you browse to the page with the silverlight control on it. However if you run the app in VS the problem does not happen.&lt;/p&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="3"&gt;&lt;font color="#a31515" size="3"&gt;UserControl&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt;Class&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;TextBoxTester.Page&amp;quot;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt;xmlns&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt;xmlns&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt;x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt;Width&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;400&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt; Height&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;300&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="3"&gt;&lt;font color="#a31515" size="3"&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="3"&gt;&lt;font color="#a31515" size="3"&gt;Grid&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt;Name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;LayoutRoot&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt; Background&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;White&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="3"&gt;&lt;font color="#a31515" size="3"&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="3"&gt;&lt;font color="#a31515" size="3"&gt;TextBox&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt;Name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;tbMsg&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt; Text&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;Hello World&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt; Height&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;30&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="3"&gt;&lt;font color="#ff0000" size="3"&gt; Width&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;=&amp;quot;Auto&amp;quot;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="3"&gt;&lt;font color="#a31515" size="3"&gt;TextBox&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="3"&gt;&lt;font color="#a31515" size="3"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="3"&gt;&lt;font color="#a31515" size="3"&gt;Grid&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt; 
&lt;p&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="3"&gt;&lt;font color="#a31515" size="3"&gt;UserControl&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#0000ff" size="3"&gt;&lt;font color="#0000ff" size="3"&gt;
&lt;p&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item></channel></rss>