I came across the dialog control object of Scroll, and when looking at it's events noticed it is exactly what I would like to see in other dialog controls, the ones that use styles of vsbar & hsbar (and their 'a' [auto visibilty] versions), namely Edit, List and Combo.

Further to that I would like to see scroll controls allow input to the scroll bar rather than just output.

Initially I could not see any use for the scroll bar control snce it could not be bound to any other control, until finding scripts using it to control winamp volume, usually with $did(blah,blah).sel to get the slider's position out asnd feeding it to an edit box.

If it was possible to use the reverse then you could type the vol setting into an edit box and use did to set the control to a corresponding loction on the control bar.

As well as being a logical progression of that control, and it's extension to other scroll bars, it would help me with an other issue, namely linking the scroll positions of 3 side by side tables to keep them in sync - scroll one and the others follow. I have mentioned this in a scripts and pop-ups forum post .