Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Re: Is smooth streaming + Amazon S3 possible?

    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.     
  • Re: Silverlight 2 - Jaws - UI Automation

    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" ...
  • Re: Ellipse inside rectange

      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 ...
  • Re: slider 1 to 0

    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" ...
  • Re: Re: Re: TwoWay binding to Resources

    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.
  • Re: Re: Textbox - how to update source object without losing focus?

    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" ...
  • Re: TwoWay binding to Resources

    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 ...
  • TwoWay binding to Resources

    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 ...
  • Re: Typeof in XAML possible?

    Are you looking for a strongly typed collection http://skysigal.xact-solutions.com/Blog/tabid/427/EntryId/807/Silverlight-Using-a-Typed-ObjectCollection.aspx
  • Re: Free hosting service for Sliverlight

    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
1 2 3 4 5 Next >
Microsoft Communities