mIRC Home    About    Download    Register    News    Help

Print Thread
#224546 13/08/10 06:46 AM
Joined: Apr 2010
Posts: 969
F
Hoopy frood
OP Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
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.


I am SReject
My Stuff
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
I can't reproduce this. It displays the horizontal scrollbar properly for me.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Apr 2010
Posts: 969
F
Hoopy frood
OP Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
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.


I am SReject
My Stuff
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
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.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"

Link Copied to Clipboard