Started 2 months, 3 weeks ago (2009-09-02 15:29:00)
by odahan
Are the 2 "bad" videos encoded exactly the same way as the other ones?
Did you try to play these videos directly on the 2 computers having the problem (playing a local copy of the wmv) ? What's the result ?
Did you check installed codecs on the computers having the problem ?
Did you try to recode the videos having the problem ?
Olivier Dahan ...
Started 2 months, 2 weeks ago (2009-09-09 12:43:00)
by Sergey.Lutay
Hi,
Here you are http://www.
codeproject.com/kb/silverlight/stextbox .aspx
(If this has answered your question, please click on "mark as answer" on this post. Thank you!) My blog Twitter Sincerely, Sergey Lutay
Started 2 months, 2 weeks ago (2009-09-09 13:49:00)
by ccoombs
managed c++ in
silverlight would pretty much be c# at this point SL is pretty young and the focus is on maturing the runtime. support for more languages will probably be added as it acquires a larger dedicated developer base.
Started 2 months, 3 weeks ago (2009-09-04 00:14:00)
by aniljos
Well I guess thats only disabling the Tab in the TabItem and not the Elements in that TabItem. Try this if it gives you the desired behaviour <controls:TabControl> <controls:TabItem x:Name="tab1" Header="Tab 1" IsEnabled="False" IsSelected="{Binding Path=IsEnabled, ElementName=tab1}" > <StackPanel >...
Started 2 months, 2 weeks ago (2009-09-09 10:16:00)
by prujohn
Which "control" are you referring to specifically?
Thanks, John myOSity Project Website , Blog Project Xamla (
Codeplex)
Started 11 months, 3 weeks ago (2008-12-08 13:46:00)
by ifeelgood
Started 2 months, 2 weeks ago (2009-09-09 13:29:00)
by Crybouille
Hi, I want to use the same scenario : WMS streaming with ACL NTFS
authorization. It will be greate to have some informations. Regards, boLT.
Started 2 months, 2 weeks ago (2009-09-09 13:25:00)
by mscherotter
Herm,
You almost got it. It turns out that the ComboBox's data binding can't convert from a string to a ComboBoxItem without a Value Converter. You can add the strings as sys:String objects directly in the XAML (don't forget the xmlns:sys declaration) or via code: < UserControl
x : Class ="SilverlightApplication16.MainPage" xmlns =" http://...
Started 2 months, 2 weeks ago (2009-09-09 04:26:00)
by varshavmane
Hi,
You can use keyUp event and on tab key or
enter key press you can get the ID.
HTH
Please "Mark as Answer" if this post answered your question. :)