Advanced Forum Search Results
-
Thanks for great topic
-
Little history before I get to the main point - I started learning Silverlight couple months ago. I was reading bunch of books, articles, blogs... and basically majority of the time spent with that was in vain because of content authors - there is difference between knowing something, and teaching other about that something.
Luckily, I've ...
-
For anyone that stumbles upon this topic and needs to prevent Silverlight app from caching -> these lines added to the HEAD section of HTML page did the trick for me:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" ...
-
Yeah, you are wrong ;) -> TextBox.SelectedText would return nothing when user selects some text and then clicks on 'Submit' button... would it?
Damn... I can't wait for Silverlight 3.5 in which (hopefully) all these stupid things will be fixed... ;)
-
Take look at Liquid RichTextBox... http://www.vectorlight.net/default.aspx?page=410They have caret as separate XAML Object (ElementCursor -> http://www.vectorlight.net/controls/rich_textbox/visual_customizations.aspx),
so you can pretty much customize it the way you want. I've switched to
this TextBox because default one is killing me ...
-
Take look at Liquid RichTextBox... http://www.vectorlight.net/default.aspx?page=410
They have caret as separate XAML Object (ElementCursor -> http://www.vectorlight.net/controls/rich_textbox/visual_customizations.aspx), so you can pretty much customize it the way you want. I've switched to this TextBox because default one is killing me ...
-
Problem:
I have a TextBox with some text. I select part of that text. When I switch focus to some other control it seems as if selection is lost (I guess that selection isn't lost... control just seems to stop displaying it).
So, how can I force control to display selection after I change focus?
I have this problem with both ...
-
Thanks for the links...
Any more images like this one: http://silverlight.net/Themes/silverlight//images/ads/install-silverlight-316x127.png ?
-
OK, maybe I'm missing something or simply being to demandive... but:
I'm currently in a process of wrapping up one Silverlight application and was looking for simple link to some Microsoft HTML page on which user can read all about Silverlight... you know - our next-generation plug in is great, install it, we are excited about it - that ...
-
LOL :)