mIRC Homepage
Posted By: Knoeki Auto-scrolling dialog listbox - 12/08/10 12:34 AM
It would be nice if there was a way to make listboxes automatically scroll if more content is added to it.

It's mostly when printing status output for something, in a loop. A temporary solution is:

Code:
while (%count <= %total) {
    did -a $dname 1 %count
    did -c $dname 1 $did($dname, 1).lines
    did -u $dname 1 $did($dname, 1).lines
    inc %count
}


But maybe there's a better way.... :_)
Posted By: Riamus2 Re: Auto-scrolling dialog listbox - 12/08/10 01:58 AM
I know DCX has this, but it could be useful for mIRC. But I'm not sure if it has enough use to make it worth adding or not.
Posted By: Knoeki Re: Auto-scrolling dialog listbox - 12/08/10 02:42 AM
Originally Posted By: Riamus2
But I'm not sure if it has enough use to make it worth adding or not.


Oh, I'm not sure about that either, but I figured it couldn't hurt to try asking ;_)
© mIRC Discussion Forums