Skip to content
MSN Addons

mdx help

A TG007 community discussion started by sugarboy.

Discussion 2 posts
Page 1 of 1
Open
Topic #4835 · 2 published posts · 560 views

Trying to get this dialog to appear across the top but its not working anything wrong with this?

 

dialog topbar {
 title "topbar"
 size -1 -1 240 20
 option dbu
 icon 1, 2 2 15 15, \icons\gray9.ico, 0
}

on *:dialog:topbar:init:0:{ 
 mdx.load
 dll $udll SetDialog $dname style
 dll $udll SetControlMDX $dname 1 treeview haslines hasbuttons showsel rowselect insertdroptarget > $vdll
 dll ultradock.dll Dock -1 $dialog(topbar).hwnd right topbar
 dll $mdx SetControlMDX $dname 11 ListView report single > $views
 dll $udll SetBorderStyle $dname 11 windowedge clientedge
 dll $mdx SetFont $Dname 11 -11 400 Tahoma
}
alias mdx return mdx.dll
alias ktool { return ktools.dll }
alias ultradock { return ultradock.dll }
alias udll { return mdx.dll }
alias mdx.load { dll $udll SetMircVersion $version | dll $udll MarkDialog $dname }

*Insert interesting signature here*

don't use ultradock, it isn't to good. Use hos.dll, it should be available in TG's dll section.