i have a lil problem in how mdx shows dialog:




this is the code, code in RED should be vital, can anyone tell me how to fix it ?
i have last mdx made

Code:
 
on *:dialog:Themes:init:0:{
  dll $mircdirsystem\dlls\mdx.dll MarkDialog $dname 
  dll $mircdirsystem\dlls\mdx.dll SetMircVersion $version
  dll $mircdirsystem\dlls\mdx.dll SetControlMDX $dname 2 ListView headerdrag report rowselect flatsb showsel nosortheader single > $views 
 [color:red] 
  did -i $dname 2 1 headerdims 130:1 110:2 90:3 200:4 
  did -i $dname 2 1 headertext +l 0 Theme $chr(9) +l 0 Author $chr(9) +l 0 Background $chr(9) +l 0 Description
 [/color] 
  dll $mircdirsystem\dlls\mdx.dll SetFont $dname 2 12 1 verdana 
  dll $mircdirsystem\dlls\mdx.dll SetFont $dname 1 12 1 verdana 
  dll $mircdirsystem\dlls\mdx.dll SetFont $dname 3 12 1 verdana  
...
...
}
 


and should be look like:



this is on mirc 6.16 (no longer using 6.03 laugh)

Last edited by raZOR; 06/04/06 12:36 AM.

IceCapped