开发者

next/previous track buttons action

I have an NSTableView (URLs of s开发者_JAVA百科ongs) and QTMovieView elements. I need to create an action that will execute when previous/next buttons on QTMovieView will be pressed. what I need to do?

next/previous track buttons action


If you want to do custom things, don't use the QTMovieView's control bar. You'll have to make your own controls with their own actions. Those actions will do what you need them to do as well as tell the movie view to play/pause, seek, etc.

You can turn the control bar off on a QTMovieView. Since you appear not to be using the video portion of the movie view, however, you could get rid of it entirely, using your own controls.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜