Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Forums : The Official Microsoft Silverlight Site - silverlight.net | Site profile

Site profile page for http://silverlight.net. This report page has aggregated and summarized the online discussions from the Message Board located at http://silverlight.net. This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://silverlight.net is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.

Title: Forums : The Official Microsoft Silverlight Site - http://silverlight.net Forums : The Official Microsoft Silverlight Site
Url: http://silverlight.net
Users activity: 2 posts per thread
site activity: 1,824 active threads during last week
Site rank: 1,237 (go to rank page)
Domain info for: silverlight.net
 

Posting activity table on Forums : The Official Microsoft Silverlight Site:

  Week Month 3 Months
Threads: 1,824 5,747 6,446
Post: 3,646 12,277 13,696
 

Authority Badge:

Forums : The Official Microsoft Silverlight Site | Forum Authority Badge

Forums : The Official Microsoft Silverlight Site posting activity graph:

Posts by:  day  week  month 
 

http://silverlight.net Alexa graph:

Top authors on Forums : The Official Microsoft Silverlight Site during last week:

No active authors during last week.

 

Top 10 active forums on Forums : The Official Microsoft Silverlight Site during last week:

No active forums during last week.

 

Top 10 forums on Forums : The Official Microsoft Silverlight Site:

No Forums.

Latest active threads on Forums : The Official Microsoft Silverlight Site:

Forums : The Official Microsoft Silverlight Site
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 ...
Forum:  Video and Media Video and Media - forum profile
Thread:  Show this thread (8 posts) Thread info: Silverlight 3 Unhandled Error in Silverlight Application Code 4004 Size: 504 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Silverlight 3 Unhandled Error in Silverlight Application Code 4004 :: Video and Media :: Forums : The Official Microsoft Silverlight Site"
Forums : The Official Microsoft Silverlight Site
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
Forum:  Programming with .NET - General Programming with .NET - General - forum profile
Thread:  Show this thread (5 posts) Thread info: MaskedTextBox Size: 562 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: MaskedTextBox :: Programming with .NET - General :: Forums : The Official Microsoft Silverlight Site"
Forums : The Official Microsoft Silverlight Site
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.
Forum:  Programming with .NET - General Programming with .NET - General - forum profile
Thread:  Show this thread (2 posts) Thread info: Programming Silverlight with Managed C++ ? Size: 300 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Programming Silverlight with Managed C++ ? :: Programming with .NET - General :: Forums : The Official Microsoft Silverlight Site"
Forums : The Official Microsoft Silverlight Site
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 >...
Forum:  Silverlight Controls and Silverlight Toolkit Silverlight Controls and Silverlight Toolkit - forum profile
Thread:  Show this thread (4 posts) Thread info: TabControl / TabItem - Disabling the first tab doesn't work correctly... Size: 2,376 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: TabControl / TabItem - Disabling the first tab doesn't work correctly.
Bug? :: Silverlight Controls and Silverlight Toolkit :: Forums : The Official Microsoft Silverlight Site"
Forums : The Official Microsoft Silverlight Site
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)
Forum:  Silverlight Controls and Silverlight Toolkit Silverlight Controls and Silverlight Toolkit - forum profile
Thread:  Show this thread (3 posts) Thread info: Regarding Control cutoff Size: 397 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Regarding Control cutoff :: Silverlight Controls and Silverlight Toolkit :: Forums : The Official Microsoft Silverlight Site"
Forums : The Official Microsoft Silverlight Site
Started 11 months, 3 weeks ago (2008-12-08 13:46:00)  by ifeelgood
up
Forum:  Video and Media Video and Media - forum profile
Thread:  Show this thread (2 posts) Thread info: Streaming with proxy requiring authentication Size: 56 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Streaming with proxy requiring authentication :: Video and Media :: Forums : The Official Microsoft Silverlight Site"
Forums : The Official Microsoft Silverlight Site
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.
Forum:  Video and Media Video and Media - forum profile
Thread:  Show this thread (1 post) Thread info: MediaElement authentication Size: 263 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: MediaElement authentication :: Video and Media :: Forums : The Official Microsoft Silverlight Site"
Forums : The Official Microsoft Silverlight Site
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://...
Forum:  Silverlight Controls and Silverlight Toolkit Silverlight Controls and Silverlight Toolkit - forum profile
Thread:  Show this thread (2 posts) Thread info: ComboBox Binding in DataForm Size: 15 kb
Related Threads: Same Site | All Sites
Customize:  Customize "Re: ComboBox Binding in DataForm :: Silverlight Controls and Silverlight Toolkit :: Forums : The Official Microsoft Silverlight Site"
Forums : The Official Microsoft Silverlight Site
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. :)
Forum:  Silverlight Controls and Silverlight Toolkit Silverlight Controls and Silverlight Toolkit - forum profile
Thread:  Show this thread (7 posts) Thread info: AutocompleteBox: customer id is not saved if focus moves out rapidly Size: 345 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: AutocompleteBox: customer id is not saved if focus moves out rapidly :: Silverlight Controls and Silverlight Toolkit :: Forums : The Official Microsoft Silverlight Site"
 

Hot threads for last week on Forums : The Official Microsoft Silverlight Site:

No active threads for last week.

This page was found by:   ag_e_network_error mediaelement  Silverlight 3 Profile