Advanced Forum Search Results
-
Yes, Jesse. The best thing to do with a Mac is putting Windows 7 to actually work with it. As usually from our Apple friends, the hardware is pretty good but the software leaves you wanting.
-
This looks like those javascript files they put all in one line to make it almost impossible to read. Could you please, paste your code in a cleaner way?
-
I'd say, the unconverted value. But, then again, it's just a matter of testing.
-
I mean Visual Studio Menu Debug -> Exceptions -> checking throw, for instance, on CLR Exceptions/System.
-
That depends on how, where and by whom the child window was called.
-
http://mightymeaty.members.winisp.net/blacklight.silverlight/
As you can see by this fine example, there is very little to say about smoothness. I wouldn't call the example in the link provide satisfatorily smooth.
What happens with most of the Silverlight (and WPF) control implementations available is that their still trying to ...
-
TextBlock is the fastest way to render text in SL. In principle, Glyphs should be faster and lower at a lower level but, in all tests I performed, TextBlock was way faster.
Unfortunately, it is not possible to override something like OnRender like in WPF.
-
Use System.Windows.Browser.HtmlPage.Window.Navigate(Uri Uri, string targetName) method.
Remember that browsers (or the user that configured it) control if a new browser window or just a tab is opened.
-
Have you considered using DataTrigger or IValueConverter?
-
You can set Binding UpdateSourceTrigger to Explicit and the value will only be converted when you call BindingExpression.UpdateSource
Maybe in SL4 you'll have the remaining option available in WPF, i.e., LostFocus and PropertyChanged (Default for all less Text properties).