hi
i'm using dcx.dll to edit my dialogs like mdx.dll does, i find it's just as good as mdx only it turns the dialogs red
does anybody no how to stop this?
thx
hi
i'm using dcx.dll to edit my dialogs like mdx.dll does, i find it's just as good as mdx only it turns the dialogs red
does anybody no how to stop this?
thx
"the important thing was, that i had an onion on my belt, which was the style at the time"
where did you get dcx.dll?
"the important thing was, that i had an onion on my belt, which was the style at the time"
I looked under dlls and it's not there
"the important thing was, that i had an onion on my belt, which was the style at the time"
How about showing us what coding you're using?
alias dcx { dll $scriptdir\dlls\dcx.dll $1- }
alias bob {
 did -r $dname 11
 dll UltraDock.dll Dock 1 $dialog($dname).hwnd left $dname
 dcx Mark $dialog($dname).hwnd $dname bob_call
 dcx SetControlDCX $dialog($dname).hwnd 11 treeview haslines linesatroot hasbuttons
 did -i $dname 11 1 AddIcon normal 6 $scriptdir\icons\icons.icl
 did -i $dname 11 1 AddIcon normal 16 $scriptdir\icons\icons.icl
 did -i $dname 11 1 AddIcon normal 12 $scriptdir\icons\icons.icl
 var %a = 1
 while (%a <= $scid(0)) {
  scon %a
  did -i $dname 11 1 1 $+ $chr(9) $+ + 1 1 1 0 0 $rgb(0,0,0) Network ( $+ $iif($scid(%a).network == $null,$scid(%a).server,$scid(%a).network) $+ ) $+ $chr(9) $+
  did -i $dname 11 1 1 1 1 $+ $chr(9) $+ + 2 2 0 0 0 $rgb(0,0,0) Channels $+ $chr(9) $+
  var %x = 1
  while (%x <= $chan(0)) {
   did -i $dname 11 1 1 1 1 $+ $chr(9) $+ + 2 2 0 0 0 $rgb(0,0,0) $remove($chan(%x),$chr(35),$chr(37)) $+  $+ $nick($chan(%x),0) $+ $chr(9) $+ $msn.decode($me)
   inc %x
  }
  did -i $dname 11 1 1 2 $+ $chr(9) $+ + 3 3 0 0 0 $rgb(0,0,0) Querys $+ $chr(9) $+
  var %x = 1
  while (%x <= $query(0)) {
   did -i $dname 11 1 1 2 1 $+ $chr(9) $+ + 3 3 0 0 0 $rgb(0,0,0) $msn.decode($query(%x)) $+ $chr(9) $+ $msn.decode($me)
   inc %x
  }
  inc %a
 }
 dcx SetControlDCX $dialog($dname).hwnd
 did -i $dname 11 1 SetBranch expandall root
}
i did it just how i was meant to, i didnt't change any colours but it turns the dialog red,
i wonder if a red dialog means an error lol
"the important thing was, that i had an onion on my belt, which was the style at the time"
duh! u shud start using MDX !
on me:*:join:#:hop #
i've used mdx, but as i said before i prefer dcx
"the important thing was, that i had an onion on my belt, which was the style at the time"
Its better to use mdx than using dialog control xtension i also used that dll after seeing this post its pointless to use this dcx because u got an dll which is almost nearer to perfection (MDX).The errors i got ,i used it on windows 2000 it really crashes and it doesnt even works on 98 i dont think its preferrable to use this dcx.dll.This dll is only suitable to windows xp and not for other OS Users.
There is nothing so absurd but some philosopher has said it
Sign in to reply or start a new topic where your account has permission.