mIRC Home    About    Download    Register    News    Help

Print Thread
#176379 09/05/07 07:47 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
hsbar <- should make the dialog enable horizontal bar in a list ? how ever it dosent, the bar is "disabled" so i cant scroll it. i using this in the dialog:

list 5, 59 33 72 56, sort vsbar hsbar

vsbar seem to work as it should tho, ideas?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
You have to call /did -z <dname> <id of list> after adding items to update the scrollbar.

Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
-oz <- the flags i using.. so z is there, but it wont enable the scroll smirk

loadbuf $lines(" $+ $mircdir\ $+ %tnwork $+ .txt) -oz $dname 5 " $+ $mircdir\ $+ %tnwork $+ .txt $+ "

this is how the line i calling looks like..

Last edited by sparta; 09/05/07 08:18 AM.

if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
-z is not a switch for /loadbuf. You have to use the /did -z command as hixxy stated. Use /loadbuf, then use /did -z.

-genius_at_work

Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
I tryed that, but i only get a error when i use did -z <dname> <id of list>.. the error i get is this: * /loadbuf: invalid window (line 66, script2.mrc) .. and thats when i use did .. tremoving did and it working as it should smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
When specifying a dialog id instead of a @window name, use /loadbuf -o


Link Copied to Clipboard