mIRC Home    About    Download    Register    News    Help

Print Thread
#176102 03/05/07 05:03 AM
Joined: Aug 2004
Posts: 7,252
R
RusselB Offline OP
Hoopy frood
OP Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
I'm trying to use a dialog scroll item as a volume control, and I know that there's a scroll event, but I'm unable to determine any difference between clicking the left hand arrow, the right hand arrow or along the length of the dialog item.

The format that I'm using for that dialog item is
Code:
scroll "", 177, 215 440 175 17, tab 100 range 0 65535 horizontal bottom


Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
There is no difference, it's all moving the scrollbar thumb. All you have to do is wait for a scrollbar event, and then set the new volume to $did().sel


Link Copied to Clipboard