mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 122
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Oct 2005
Posts: 122
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.

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
See /help file
Code:
/window -b @Window

That?

Joined: Oct 2005
Posts: 122
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Oct 2005
Posts: 122
i had looked at the help file before posting,

adding the b flag did not create a horizontal scroll for me.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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>

Joined: Oct 2005
Posts: 122
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Oct 2005
Posts: 122
alright, i was trying to do as you say by just putting it into the initial command. I understand now.

Thanks for your help.

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Yeah, my mistake, I should've been clear about that.
It's equivalent to the /did -z command for dialogs.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
The help file should be made clearer regarding that, in both sections. The /did and /window areas.


Link Copied to Clipboard