Playback control with marker

Dear all,

We are creating a control base on SCIndependent playback sample. Please advance how we could display [ ] marker on the timeline just like the selection in smart client export function. We want to capture the [ ] time period for other usage.

Thaank a lot!

KennethT

In the same sample the SCIndependentPlayback2ViewItemUserControl actually shows this. The code:

_playbackUserControl.ShowTallUserControl = true;
_playbackUserControl.ShowTimeSpanControl = true;

Dear Andersen,

Thank for info.

As we want display the selected time from the control after user change the marker,

please also advance which event in _playbackUserControl that we could capture _playbackUserControl.SelectedFromDate and _playbackUserControl.SelectedToDate value after user click and change the marker.

Thank a lot!

KennethT

KennethT