Advanced Forum Search Results
-
Sadly for me, a video H.264 encoded with Encoder 3 doesn't play with ExpressionMediaPlayer.ExpressionPlayer all the .wmv plays except the mp4 one. it says AG_E_NETWORK_ERROR
-
Well, imagine that I've been unsuccessful at trying to play a video from the play list by C# code
I tried to put this in the Loaded event but it doesn't do anything I still have the BIG triangle in the middle and when clicked it starts playing the first one.
ep.GoToPlaylistItem(3) // AND YES THERE ARE 3 VIDEOS
ep.Play();
-
I've been successful by doing this :
clearvalue(text); clearvalue(selecteddate); text = ""; selecteddate = null;
With the 4 combined I've been able to clear the text :)
-
Any real solution yet for this control ?
Unable to clear it.
Thanx
-
Hey thanx :)
-
Hi,
I have a container that I want to bind its width to the width of 2 child control so when the child controls grow, the container grows.
I'm trying something like :
Width="{Binding Width, ElementName=textBlock, Mode=OneWay}"
But I still don't know how to bind the with to get the total width of the 2 child control ...
-
Great. Thanx
-
Hi,
Which video should I look to understand how to make my UserControl so I can edit template and change everything so I can have another style for it ?
-
None of everything I tried here works.
Any other solution
SelectedDate = null; // Not working
datePicker.ClearValue(DatePicker.TextProperty); // Not working
datePicker.Text = "yyyy/mm/dd"; Not working
Any other suggestion ?
-
Not much perspire actually.