Hi,
I have a RadMediaPlayer in a RadWindow.
When the Window appear, I have to click twice on the big triangle that represents a PLAY button
Seems that the content isn't focused.
How do I focus the content of the RadWindow when it appears on screen so when I click on the play button I just need to click once
even if I issue a MediaPlayer.Focus() it doesnt focus anyway
and if I use :
this.Dispatcher.BeginInvoke(() => MediaPlayer.Focus());
System.Windows.Browser.HtmlPage.Plugin.Focus();
It is still not working.
I have a RadMediaPlayer in a RadWindow.
When the Window appear, I have to click twice on the big triangle that represents a PLAY button
Seems that the content isn't focused.
How do I focus the content of the RadWindow when it appears on screen so when I click on the play button I just need to click once
even if I issue a MediaPlayer.Focus() it doesnt focus anyway
and if I use :
this.Dispatcher.BeginInvoke(() => MediaPlayer.Focus());
System.Windows.Browser.HtmlPage.Plugin.Focus();
It is still not working.