Valhalla Legends Forums Archive | Visual Basic Programming | Odd problem with Listview

AuthorMessageTime
Topaz
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?
August 24, 2005, 4:33 AM
KkBlazekK
There is a redraw or refresh or some other function of that nature that will fix this built into the listview.
August 24, 2005, 5:21 AM
Topaz
Do you know it's name? :-p
August 24, 2005, 6:44 AM
R.a.B.B.i.T
[quote author=Topaz link=topic=12603.msg125159#msg125159 date=1124858022]
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?
[/quote]ListView.Refresh
August 24, 2005, 7:07 AM
QwertyMonster
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.
August 25, 2005, 12:41 AM
Quarantine
Usually whenever you recieve the "OnUser()" sub when joining a new channel should be enough.
August 25, 2005, 3:22 PM

Search