Hi,
I am atempting to make a time scroll bar (like the bar one would find at the bottom of video where you can jump to a specific time).
I am currently using a TTrackBar, with a TTimer that keeps updating the possition. The problem I am stuck with now, is alowing the user to jump to time. Using the TTrackBar.Change event is giving troubles, as it fires each time the Timer moves it forward aswell.
Is there a way to find out from where the event was fired? Or is there another component I can use?
Regards,
Robert