mIRC Home    About    Download    Register    News    Help

Print Thread
#29627 13/06/03 09:03 PM
Joined: Mar 2003
Posts: 58
A
Adler Offline OP
Babel fish
OP Offline
Babel fish
A
Joined: Mar 2003
Posts: 58
I have a list box, and my script add lines with /did -a $dname ID TEXT

If more than the height from the listbox, the scrollbar is always on the top.
How i could do the scrollbar autoscroll to bottom side, if i use did -a?

#29628 13/06/03 09:13 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Code:
did -a $dname ID Text
did -c $dname ID $did($dname,ID).lines 
did -u $dname ID $did($dname,ID).lines

Probably a better way, can't think of it though..

#29629 14/06/03 11:16 PM
Joined: Mar 2003
Posts: 58
A
Adler Offline OP
Babel fish
OP Offline
Babel fish
A
Joined: Mar 2003
Posts: 58
thx


Link Copied to Clipboard