Hello, silverlight developers!!!
I make some silverlight application and run on MacOSX, but I meet some problem.
When I write some hangul text on Silverlight TextBox, some annoy IME window show up forcibly. :(
Does anyone know some solution about removing this IME window?
I tried like this, but it didnot work. :(
<TextBox HorizontalAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Top" FontSize="26.667" Width="200" Language="ko-KR"/>
This is screen capture.