Advanced Forum Search Results
-
@tkd99
On the contrary, we are given insight to new and upcoming technologies before they are released. Would you rather not have any information until it is final and released so you can start building applications or to even start thinking about them? At least now we have a sneak peek as to what is coming and we can even play with the bits for ...
-
I'm having a drawing issue when using a checkbox in a DataGridTemplateColumn. When I have something like >40 rows and I have to scroll down to see the remaining rows and then scroll back up, visually some of the checkboxes will change state i.e. if check become unchecked, if unchecked becomes checked.
I can reproduce the same behavior if ...
-
The examples don't seem to work. Perhaps they need to be updated for Silverlight 2 RTW?
-
Yup that is a limitation. To understand what is happening, you are actually creating a new App (which is the testing harness application), so you are replacing your existing application.
Personally, I didn't like moving the resources in the Page resources. So instead I just copied them into the App.xaml of the test project. It's much ...
-
I don't think that's what the original post wanted. The idea with a command line tool is to have more control (especially in a multi-environment scenario) and setup it up in an automatic build system. Unfortunately we are at RC0 and I still don't see this tool anywhere. That sucks!
-
The behavior for the HorizontalOffset and VerticalOffset for the Popup control has changed in RC0. I went through the extensive Breaking Changes document (my sympathies goes to the guy who has to write that) and there was no mention of it. The documentation states:Gets or sets the distance between the top of the Silverlight control and the top ...
-
So what I have is MediaEnded event on the MediaElement. When that event fires I make a webservice call to the server to get the next item in the playlist. On the callback of the webservice call I set the source of the mediaelement.
So when those events occur while the desktop is locked, I lose audio even though the track is playing. I know ...
-
Hi,
I created a media player that continously plays audio streams with Silverlight 2.0 Beta 1. When the computer is locked (ex: window key + L), the player continues to play but on all subsequent songs there is no audio. When I unlock the desktop, I see me progress continue with no sound until it goes to the next song.
This behaviour is ...
-
The best I've seen to date is "fix" from Ken Dopierala Jr. Good and usable workaround, but man it sucks that it's not builtin
http://www.rtlogicsystems.com/Home/tabid/224/EntryID/22/Default.aspx
-
Thank you to both Dan and swirlingmass. I in fact needed both methods.