Advanced Forum Search Results
-
Binding to a "reasonable" position should be the task of Silverlight itself. Regarding MediaElement I can think of 2 resonable time resolution when a time is "really has changed".
1. Tenth of seconds resolution fits most solutions. It means 10 event per second per MediaElement
2. For Videos an SMTPE (frame based) change ...
-
Hi Yi-Lun Luo!
Could you please confirm that this bug is fixed in current Beta2 bits and the fix will be included in the Beta2 RTM?
Thanks,
Attila
-
Hi!
Posting the stuff that does not look well maybe help us to answer your problem. :-)
Thanks,
Attila
-
[quote user="Dave Relyea"]
I'm not a media developer, but I'm pretty sure this is by design and will stay that way, because while the media is playing, when is the Position not changing? It doesn't make sense to have constant change notifications because that would just bog down the system.
You will have to poll the ...
-
Hi!
I posted 2 control bugs in the other forum on silverlight.net but since this is THE forum for controls I'm linking in them here too:
MediaElement bug: http://silverlight.net/forums/t/10699.aspx the bug seems to be in the unmanaged code.
ScrollBar bug: http://silverlight.net/forums/t/10698.aspx this is "just" a ...
-
Hi!
I tried to setup a Binding (OneWay, TwoWay) to the MediaElement's Position property.
I defined a class which implemented INotifyPropertyChanged interface and tried to bind a TimeSpan property to the MediaElement.Position.
The variable was never updated during media playback.
Thanks,
Attila
-
Hi!
When I tried to re-skin the ScrollViewer control I realized some artifacts from the restyled horizontal scrollbar's thumb appeared on the vertical scrollbar's thumb.
After further investigation I found out that in the ScrollBar's OnApplyTemplate method the ElementHorizontalTemplate template part variable was not read ...
-
Hi!
If someone interested I posted a Custom control development article on CodeProject for Silverlight 2.0 Beta1.
www.codeproject.com/.../mediabutton.aspx
Thanks,
Attila