i am trying to create submenus for a few menu items using dcx here is the code that i use to create the main popup menu
alias chanpop {
if ($xpopup(csm).ismenu) xpopup -d csm
xpopup -c csm icy
xpop -a csm 1 $chr(9) +s 1 0 Access
xpop -a csm 2 $chr(9) +s 1 0 Owner
xpop -a csm 3 $chr(9) +s 1 0 Op
xpop -a csm 4 $chr(9) +s 1 0 Half Op
xpop -a csm 5 $chr(9) +s 1 0 Voice
xpopup -s csm +c $calc($mouse.dx + 55) $mouse.dy
}
i get the arrow at the edge of the popup indicating there is supposed to be a submenu but i cant figure out how to display the menu when i hover over the main menu item
any input would be greatly appreciated
Jeremy