Advanced Forum Search Results
-
Thank you very much. I'll be sure to put in to good use.
-
Greets.
I know that SL3 supports binary serialization for web services. However, I can't find where it supports binary serialization in its API - at least the BinaryFormatter is not in the usual namespace.
Is there an API equilavent for binary serialization?
Thanks in advance,
W James
-
Thanks for your suggestion, Prujohn.
Fiddler has helped me track down many past issues, and once again, it pointed me in the right direction.
For this particular application, I have a custom IHttpHandler that intercepts requests for zip files. I use zip files to deliver custom content that I store locally in a database. I forgot ...
-
Greetings.
I've successfully converted three or four Silverlight 2 applications to Silverlight 3 without any issues. I've used assembly caching with all my SL3 apps without any issues. However, my latest conversion attempt is being greeted by the following error when I attempt to run the application.
Error: ...
-
Thanks for the response, Mog.
I've played with the CaretBrush. Unfortunately, it doesn't help that much on high resolution displays. The thin caret just doesn't really jump out at you. Just to rehash what I'm doing...
Each UI page targets roughly a 1000 by 700 resolution. If the browser window is ...
-
Thank you, Khyalis!!!
I've struggled with finding a fix for that Explorer refresh/focus issue. Adding the dummy input control and initially setting focus to it finally solved that problem.
W James
-
Thanks for your reply, John. I'm afraid that's the same thing I came up with too.
Anyone find a hidden hook that would let some custom code alter the caret?
W James
-
I'm looking for a way to change the width of the caret in a TextBox control. Most of my Silverlight applications dynamically scale their UI to fit the width of the browser. Unfortunately, the caret width is uneffected by these matrix transforms, so it always remains as a single pixel-width line, which is barely visible on high ...
-
Greetings.
First off, I'd like to apologize for cross-posting. I originally posted this subject to the Programming with .Net thread, and then I realized that thread was not the correct place for this question. I don't make a habit of cross-posting, so please don't flame me too much.
I'm attempting to use ...
-
Greets.
I have the UniCodeString property of the Glyphs object set to "O'Brien". All characters display properly except the single quote which displays as a question mark. I've seen this same behavior with a few other characters as well. I suspect it is some sort of Unicode issue, but I don't know how to ...