mIRC Home    About    Download    Register    News    Help

Print Thread
#245667 01/05/14 04:08 PM
Joined: May 2014
Posts: 1
P
painz0r Offline OP
Mostly harmless
OP Offline
Mostly harmless
P
Joined: May 2014
Posts: 1
I found this out earlier, I'm using 7.32 as of this writing. When I type a sub/domain longer than the size of the treebars width, it expands a scroll bar horizontally across the bottom of the treebar. Normal behavior, except after the domain name becomes the name of the network, the scroll bar still exists and still exists even after the network window has been removed. I can provide a screen shot, maybe a quick video if need-be.

Thanks,
~Pain

Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thank you for your bug report. Unfortunately this issue is a limitation of the Window treeview, which does not update the scrollbar width when an item in the treeview is updated. As far as I know, there is no practical method of getting around this limitation, so we just have to hope that Microsoft issues a fix for it at some point.

Joined: Jul 2003
Posts: 40
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Jul 2003
Posts: 40
With mIRC Scripting you can uses an alias to force scrollbar's refresh

Copy past this following line into your alias file (shortcut ALT +A):

/f5 //var %a $str(a,200) | window -a @ $+ %a | window -c @ $+ %a

If treeview's horizontal scrollbar is anormally stills here, just press F5

PS: If you server connexion name contains more than 200 chars, just remplace "200" in "$str(a,200)" with an higher value.

This trick doesn't fix this windows's bug, but it allows to delete useless horizontal scrollbar in treeview.



Link Copied to Clipboard