TypeError: menu.loadXML is not a function

I’ve downloaded the latest version (4.0.3), because your suite looks very promising. However, following your tutorial “Your first app”, I already get stuck at step 3: Add a menu. Resulting error:
“TypeError: menu.loadXML is not a function”.
The contact manager demo doesn’t produce that error, but using the javascript of that demo in the tutorial environment, will give other unwanted results.
By the way, the file “dhtmlx_std_full_web_skin.zip” you refer to in the tutorial, is not in the download.
Does it make sense to continue exploring dhtmlx? :question:

Hello
This method was deprecated
docs.dhtmlx.com/api__dhtmlxmenu_loadxml.html
Please, use new method loadStruct() instead of the old one.

Thanks!

You are welcome!