mIRC Home    About    Download    Register    News    Help

Print Thread
#96704 04/09/04 08:45 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
on *:dialog:Mdx_dialog:init:*:{
mdxinit
mdx SetControlMDX $dname 1 ListView report single grid > C:\S\mdx\\views.mdx
did -i $dname 1 1 headerdims 100 100 100 100
did -i $dname 1 1 headertext Nick $chr(9) Fecha $chr(9) Hora $chr(9) Server
var %tx = 1,%l = $lines(texto.cfg)
while (%tx <= %l) {
.did -a $dname 1 %nick $chr(9) %fecha $chr(9) %hora $chr(9) $server $chr(9) $chr(9) My
inc %tx
}

its ok like this?


mess with the best
#96705 04/09/04 08:53 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
You need another } at the bottom.


New username: hixxy
#96706 04/09/04 09:37 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
where is the bottom?


mess with the best
#96707 04/09/04 09:45 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
on *:dialog:Mdx_dialog:init:*:{
mdxinit
mdx SetControlMDX $dname 1 ListView report single grid > C:\S\mdx\\views.mdx
did -i $dname 1 1 headerdims 100 100 100 100
did -i $dname 1 1 headertext Nick $chr(9) Fecha $chr(9) Hora $chr(9) Server
var %tx = 1,%l = $lines(texto.cfg)
while (%tx <= %l) {
.did -a $dname 1 %nick $chr(9) %fecha $chr(9) %hora $chr(9) $server $chr(9) $chr(9) My
inc %tx
}
}


New username: hixxy

Link Copied to Clipboard