LoginSignup
1
0

More than 3 years have passed since last update.

2017-09-06 C++ Builder > TTrackBar と TTrackBar > 値の同期 > Position同士のLiveBinding はできない?

Last updated at Posted at 2017-09-06
動作環境
C++ Builder XE4

関連

LiveBinding

LiveBinding で二つのTTrackBarのPositionを同期できるか?

qiita.png

LiveBindingデザイナにおいてPosition同士を連結できなかった。

https://stackoverflow.com/questions/36341600/syncronizing-tmediaplayer-position-and-ttrackbar-position-via-livebindings
においてTMediaPlayer.PositionとTTrackBar.Positionの同期に関する質問がある。

以下の提案をしているが、TTimer処理でチェックし続けるというのは良いのかどうか。

So best suggestion that I can give you is for you to place a timer on your form and then check media player position in certain intervals to update your TrackBar. I believe one second interval would is more than enough but you can make it shorter if you will.

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0