Advanced Forum Search Results
-
yeah, fixed it. Thanks.
-
Hey, I had the same issue where the i-beam was missing when it had the focus. It turns out this is an issue with how the silverlight object is created on the page. See the following article
http://msdn.microsoft.com/en-us/library/ms537508(VS.85).aspx
Once I moved the object creation inside a javascript file, this was no longer a ...
-
Jonathan,
Here's your repro....
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="TestSilverlight.Page"
Width="640" Height="480">
<Grid x:Name="LayoutRoot" ...