- December 14, 2014
- 775
- 387
- Home Country
-
Germany
As my next contribution I wanted to look into seeking by clicking on the video progress bar.
As far as I seen it, the progress bar is defined by each skin in MediaStyles.xml (like line 141 und 302 in Titanium).
I looked a bit through the code, but it looks like that ProgressBar and non of its base classes (Control, FrameworkElemet, UIElement) have a MouseClick or MouseDown/Up event, only MouseEnter/Leave/Move).
In WPF MouseDown/Up events are implemented in UIElement.
But somehow I can not even find, how clicking a button is implemented!?
As far as I seen it, the progress bar is defined by each skin in MediaStyles.xml (like line 141 und 302 in Titanium).
I looked a bit through the code, but it looks like that ProgressBar and non of its base classes (Control, FrameworkElemet, UIElement) have a MouseClick or MouseDown/Up event, only MouseEnter/Leave/Move).
In WPF MouseDown/Up events are implemented in UIElement.
But somehow I can not even find, how clicking a button is implemented!?