Advanced Forum Search Results
-
Hi Yi-Lun,
sorry for don't answering your last question for such a long time. First of all, thank you for the reply. Since the code I've send with my last post is only a part from a large project, I'm not able to present a sample project. Unfortunately I haven't found a solution for my problem yet. I tried serveral work ...
-
Thank you very much for the answer, but unfortunately it don't solves my problem. Although I removed the referenced line from my code the error still occures. My code now looks something like this (it's an extension method which binds the data to the dropdown):
public static void ...
-
Hi!
I know that they are already some posts belonging to this topic but I get the error altough I used the described work around (http://silverlight.net/forums/p/31339/99165.aspx#99165).
The error occurs in the following case:
- Bind some data to the dropdown (comboBox.ItemSource = itemList;)
- Change the selected index via the ui ...
-
Hi Nuno,
thank you very much for the helpful advices. I think I have to make the fundamental decision wether to use silverlight or not in this context. Perhaps google gears is another option to emulate the missing web context for sl, since it is also plattform independent. Are there any known solutions working with that ...
-
Hi!
I'm trying to implement a client application with silverlight, which should be completely client-based. That means, that I want to call the HTML-Page which contains the silverlight control via the filesystem. In fact that the user don't have a permanent internet connection, he should be able to send ...