Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: User
Initial Email Subject: problem using AllWebMenu Pro
Support Case Month: December 2012
I am using MS Visual Studio 8 but when I use your program to generate the menu I get the following error when I test the webpage:
Line: 37
Error: 'awmCreateCSS' is undefined
Can you help?
Reply From: Likno Customer Support
Hello,
This error can be caused by several things, so I am afraid that I will need more information on the problem.
My first guesses would be that the compiled menu files are not found, or (if this is in IE only) that you have duplicate Positioning Codes.
If it is none of the above, then I will need to see an online test page, or if this is not possible, a zip containing all the related files to replicate the problem.
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: css menu, drop-down menu, error, IE, javascript menu, jquery, Menu, positioning, sliding menu, visual studio, website
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Ernesto
Initial Email Subject: Visual Studio 2010
Support Case Month: March 2012
Hello from switzerland,
Changing from VisualStudio 2008 to Visual Studio 2010 and using the internal VS Debugger http://localhost:1197 I have some javascript error (See image attached). Testing on normal IIS I have no error and all is working fine. But for developing on VS I want to use the VS Debugger.
Do you have some idea about why I have this difference and problems.
Thanks for any tip about.
BR, Ernesto
Reply From: Likno Customer Support
Hello,
This is because VS2010 tries to also allow script files in the preview, but is not very good at it… it seems that although “menu.js” is loaded in the Debugger, the library file (awmlib1.js) is not loaded, hence the “awmCreateCSS” function is not found.
I am not sure if there is a way to force the Debugger to properly load this. The loading should be performed a few lines above, from a line like this:
document.write("<SCRIPT SRC='"+awmMenuPath+awmLibraryPath+"/awmlib"+scriptNo+".js'></SCRIPT>");
I guess that you could add this directly in your page for debugging purposes and remove it when previewing in browser (and definitely before uploading to your site!):
<script src="path_to_menu/awmdata/awmlib1.js"></script>
Of course, you need to replace “path_to_menu” with the actual path to the “menu.js”.
Best Regards,
Aris Filokostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: browser, css menu, Debugger, drop-down menu, error, function, javascript menu, jquery, library, Menu, script, sliding menu, visual studio, website
Hello!
We have released a new version of AllWebMenus Pro: Version 5.3 build #890.
Check out What's New:
- Added the "Image Sets" feature. "Image Sets" are multiple images applied "as a whole" on certain image properties, such as the item's Background images (Item Background Image 1, Item Background Tile Image, Item Background Image 2) for each of the 3 states ("Normal", "Mouse Over", "Mouse Click").

- 20 "Images Sets" added to choose from:

- Fixed a case where a conflict was caused in XSitePro between AllWebMenus and the XSitePro menu engine.
- Fixed an issue with a Visual Studio Local Server where you could end up with a duplicate slash in the URL and get a "page not found" error.
- Fixed a case where the "Relative to Image" positioning method did not work properly in some IE versions.
All features here: http://www.likno.com/allwebmenusinfo.html
Download the new version of our CSS menu builder at http://www.likno.com/download.html
Tags: background image, CSS, css menu, IE, image set, Menu, mouse click, mouse over, page, positioning, relative to an image, server, visual studio, XSitePro