Window attachmenu problem

I’m using the pro ver 2.1 and I have the following problem.



In a window I attach a menu (as of yr sample), but the menu items shown in vertical order

like: File

Edit

Help…



To the same window I attach a grid, is that a problem?



My code is as here:



winInfo.setModal(true);

var menu = dhxPlayWins.window(“wMemberInfo”).attachMenu();



menu.setImagePath(images);

menu.setIconsPath(images);

menu.attachEvent(“onClick”,onInfoMenuClick);

menu.loadXML(“info_menu.xml?” + new Date().getTime());



mygrid_info = winInfo.attachGrid();

mygrid_info.loadXML(my.xml);



The Grid is working fine, but not the menu.



Thanks in advance

Hello,

It seems you didn’t include skins/dhtmlxmenu_dhx_blue.css (skin css file).
Please try to include it, if error still occure please provide completed demo.

Completed demo info:
dhtmlx.com/docs/support/what … d_demo.htm