Advanced Forum Search Results
-
Do you have any workaround for IME to work in "Windowlessmode = false"?
-
Sorry, I'm not native english.
What's mean "correct"?
Is it a known "bug" or "by design"
What should i do to work it?
-
When Windowsless property value is "true", cannot put Korean Character in TextBox conrol.
It dose not show any reaction.
-
I have same problem.
private void ShowDropDown(IList items) {
GeneralTransform transform = AssociatedObject.TransformToVisual((UIElement)Application.Current.RootVisual);
Point transformedPoint = transform.Transform(new Point(0, 0));
_dropDown = null;
if (_dropDownTemplate == ...
-
How can i javascript dictionary object in Silverlight?
Javascript code
function GetStatus(contacts)
{
var ht = {};
if (contacts.length) {
for (var i=0; i < contacts.length; i++) ...
-
Uri string must ascii character...
My uri was korean, then dosen't work.
and change the Uri string to english character, then works well
-
I have same problem.
SetValue does not work for me --;;
Uri imageUri = new Uri(c.ImageUri, UriKind.Relative);
ImageSource img = new System.Windows.Media.Imaging.BitmapImage(imageUri);
this.ProfileImage.SetValue(Image.SourceProperty,img);