mIRC Homepage
Hi,

I'm having a total mind blank as to how to get my window listbox to have a horizontal scroll, as currently the text gets cut off, with no way of scrolling across.

My Current window command is:

Code:
 window -Ck0ml -t5,10,15,45,50,55 +enstx @Window Arial 12 


Any help would be greatly appreciated. Thanks.
See /help file
Code:
/window -b @Window

That?
i had looked at the help file before posting,

adding the b flag did not create a horizontal scroll for me.
Just adding the b flag to your current /window command won't do the job. You have to issue
Code:
/window -b <@window>
each time you want the scrollbar updated. Also note that the scrollbar will not show if there is no need for it.

Thus you would create your window (as you already do), then put information into the listbox, then use the
Code:
/window -b <@window>
alright, i was trying to do as you say by just putting it into the initial command. I understand now.

Thanks for your help.
Yeah, my mistake, I should've been clear about that.
It's equivalent to the /did -z command for dialogs.
The help file should be made clearer regarding that, in both sections. The /did and /window areas.
© mIRC Discussion Forums