Advanced Forum Search Results
-
Did you try hardcoding the src in your ism file http://alexzambelli.com/blog/wp-content/uploads/NBA.ism
Try reading http://alexzambelli.com/blog/2009/02/10/smooth-streaming-architecture/
http://blog.mudy.info/2009/10/use-simplecdn-for-silverlight-streaming/ for details on implement it outside of IIS.
-
When i run the following in (windows narrator) Win+U, it seems to work ok. What exactly is not working? <UserControl x:Class="Speak.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
-
Try <Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid x:Name="LayoutRoot" Background="White">
<Grid HorizontalAlignment="Center" VerticalAlignment="Center">
<Border ...
-
Try the code below in xamlpad http://silverlight.services.live.com/invoke/6655/XamlPadSL3/iframe.html
<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
-
Im trying to create xaml based binding relay for MVVM. I think I understand why now that ResourceDictionary does not inherits ObservableCollection while ItemsControl does.
-
Did you try autocompletetextbox
<Grid
xmlns:input="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Input"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
-
ok but it still doesnt twoway bind when i set the datacontext
<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
DataContext="{Binding ...
-
Hi All,
Can anyone explain why resources in ItemsControl allow twoway binding while regular resources are oneway only?
eg: Paste the following into xamlpad http://silverlight.services.live.com/invoke/6655/XamlPadSL3/iframe.html
Thanks
slyi<Grid
...
-
Are you looking for a strongly typed collection http://skysigal.xact-solutions.com/Blog/tabid/427/EntryId/807/Silverlight-Using-a-Typed-ObjectCollection.aspx
-
I found that the free host www.webs.com (think geocities or google pages) pretty easy to host silvelight content and JS files eg: http://slyi.webs.com