Controlling the playback Timeline

Hello,

I am making a plugin that uses the timeline ribbon. I have view with mixed view items, i.e. built in view items and custom view items.

I need the timeline to stop skipping ahead to the next sequence but only when one of my custom view items are selected.

Any ideas?

Thanks

I have an idea that you should use -

virtual bool VideoOS.Platform.Client.PlaybackController.SkipGaps

On the Smart Client Settings on the TimeLine tab you have the option to set Playback to Skip Gaps or Do Not Skip Gaps. So I am in doubt whether you can set the option on the Smart Clients default PlaybackController with the command above or you need to have the user set this setting in the Smart Client globally.

Please try it out and please tell me here in the thread what you find..