Context Menu not showing items in your demo

I’m trying to use the Menu api to display a context menu when a button is clicked on my webapp, but am having serious problems with it. I looked at your demo

dhtmlx.com/docs/products/dht … nload.html

And see you have issues too. If you click on the Load Context button, a blue box appears, but it’s empty.

I then pasted the source code into my application and made sure to change the references to those in my webapp. I also pointed loadXML() to the following xml file.

<?xml version="1.0" encoding="UTF-8"?>

I’m going to alter the manner in which I need this data, but it sure would be nice to know what’s wrong.

Please, provide us completed demo to test it.
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Sure, but the uri I provided seems to have been truncated by your site, so will put in newlines

dhtmlx.com/docs/products/
dhtmlxMenu/samples/01_init/
10_unload.html

If i understand you right, to make CM appeared you need to click a right mouse buttom on this blue box. It is not the issue.
There is a mwthod to show CM:

menu.showContextMenu(x, y);