this involves the xmenubar command.
;menubar call back
alias dxmb {
if ($1 == $null) {
xmenubar -M dxmb
xmenubar -g
xmenubar -a deluxe mIRC
xmenubar -a deluxe File
xmenubar -a deluxe View
}
else {
echo -a Menubar: $1-
}
}
alias undo { xmenubar -r }
/dxmb is what initiates the toolbar. /undo is what returns it back to the normal mIRC toolbar.
Well whenever I use this command it changes it over to the DCX menu bar but none of the items appear, and the call back alias returns this error msg: D_ERROR -a (Cannot find menu "deluxe".)
??? And I cant figure out how to add items to the new menus. The DCX help file seemed very vague on this feature :\