mIRC Home    About    Download    Register    News    Help

Print Thread
#61728 25/11/03 01:54 AM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
i need do a status bar with mdx

dialog caca {
title "SoundFrog"
size -1 -1 112 151 option dbu
button "Ok", 8, 89 35 21 32 ok

}

on *:dialog:caca:init:*: {

dll $mdx Statusbar 5 100 100 200 500

}


helppppppppppppp



mess with the best
#61729 25/11/03 02:12 AM
Joined: Dec 2002
Posts: 397
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
if u ment progressbar here it is

Code:
dialog caca {
  title "SoundFrog"
  size -1 -1 112 151 option dbu
  text "", 1, 5 5 50 10,
}
on *:dialog:caca:init:*: {
  dll $mdx SetControlMDX $dname 3 ProgressBar smooth > $mdxe(ctl_gen.mdx)
}
alias mdxe { return $mircdirdll\mdx\ $+ $1 }


Need amazing web design for low price: http://www.matrixn3t.net
#61730 25/11/03 02:26 AM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
and status bar?


mess with the best
#61731 25/11/03 02:55 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
plese help my dream come true was the status bar
thnx


mess with the best

Link Copied to Clipboard