Every once in a while, my channel listview starts to glitch and melds the username/client/ping icons together. Does anyone else get this/have a solution for it?
There is a redraw or refresh or some other function of that nature that will fix this built into the listview.
Do you know it's name? :-p
Quote from: Topaz on August 23, 2005, 11:33 PM
Every once in a while, my channel listview starts to glitch and melds the username/client/ping icons together. Does anyone else get this/have a solution for it?
ListView.Refresh
Yes, every so often, like joining a new channel, or channel leave or every 10 minutes, just send a "Listview.refresh" just to clear it up.
Usually whenever you recieve the "OnUser()" sub when joining a new channel should be enough.