mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2009
Posts: 116
Knoeki Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Jan 2009
Posts: 116
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.... :_)


http://zowb.net

/server -m irc.p2p-network.net -j #zomgwtfbbq
(ssl on port 6697 and 7000)
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
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.


Invision Support
#Invision on irc.irchighway.net
Joined: Jan 2009
Posts: 116
Knoeki Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Jan 2009
Posts: 116
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 ;_)


http://zowb.net

/server -m irc.p2p-network.net -j #zomgwtfbbq
(ssl on port 6697 and 7000)

Link Copied to Clipboard