mIRC Homepage
Posted By: FroggieDaFrog tabs and /window -b - 13/08/10 06:46 AM
Code:
alias wintabtest {
  window -l @Window 
  aline @window $str(test $+ $chr(9),20) 
  window -b @Window
}

even though the data is longer than what is being displayed, mIRC doesn't recognized this so it doesn't display/update the horizontal scrollbar.
Posted By: argv0 Re: tabs and /window -b - 13/08/10 08:01 AM
I can't reproduce this. It displays the horizontal scrollbar properly for me.
Posted By: FroggieDaFrog Re: tabs and /window -b - 13/08/10 09:05 AM
I have a weird screen size. Try changing the $str() amount until you get tabbed text off the screen, but not so much that if there weren't tabs but another char it wouldn't be.
Posted By: argv0 Re: tabs and /window -b - 13/08/10 03:28 PM
Ah, I see the issue.

The scrollbar is getting updated, but the width seems to be miscalculated as ~80% of the actual width, though I guess that depends on how many tabs are used.
© mIRC Discussion Forums