![]() |
|||
|
Quick Links
HomeDownloadPurchaseSupportSite MapPublic ForumsWhen I'm Bored Utilities DHTML Menu Builder
News
Description
Screenshots
Features List
Awards
Download
Purchase
Become a Reseller
Samples
Customers' Web Sites
Showcase
Challenge and win!
Tips & Tricks
FAQ
Support
Registration Information
Recover Registration Details
Companion Applications
DHTML Menu Builder DEDHTML Menu Builder LITEKeyLaunchSoftLedsNice FoldersFile Extension ManagerNetToolsxFXMixerPopUp KillerVBBrainFNETAPE for Traktor Pro .NET ControlsDXVUMeterNETMixerProNET ActiveX ControlsDXVU MeterMixerProFormShaperxFX Slider GamesxFX Domino |
Select from the available category and then click on the question that best fits your inquiry:
Application Errors Q: When I preview or compile DHTML Menu Builder
crashes or I get a runtime error 9, what is this? Q: When I preview or compile DHTML Menu Builder crashes or I get a runtime error 9, what is this? A: If DHTML Menu Builder crashes at exactly 100% of having compiled or trying to preview a project you need to contact support immediately. The cause of this problem is a simple protection against piracy and a solution will be given to registered users only, so make sure you include the order number in the form. Q: After using DHTML Menu Builder for a while, the
icons in the menus and the toolbar start to disappear, then the
application crashes, is this a bug? Q: After using DHTML Menu Builder for a while, the icons in the menus and the toolbar start to disappear, then the application crashes, is this a bug? A: No, this is not a bug. If you're suffering from this problem try closing as many open applications as you can before running DHTML Menu Builder. Also, avoid running tray-based applications such as the SBLive's utilities, RealAudio Center, PopUp Killer, Instant Messaging software, etc... Q: When I preview or compile DHTML Menu Builder
closes itself. Is this a bug? Q: When I preview or compile DHTML Menu Builder closes itself. Is this a bug? A: Run DHTML Menu Builder in debug mode and preview again. To start DMB in debug mode click on Q: The installation is freezing with the message "Registering Fonts".
What's causing this? Q: The installation is freezing with the message "Registering Fonts". What's causing this? A: Microsoft has confirmed this to be a bug and already released a patch -- please update your version of Office with the latest patches, service pack and hotfixes available at the Windows Update web site. Try closing Microsoft Outlook. Then try running the setup again. You may also try to restart Windows and start the setup before running any other application, specially Outlook. Q: Some of the dialogs in DHTML Menu Builder appear without any text. What's
causing this? Q: Some of the dialogs in DHTML Menu Builder appear without any text. What's causing this? A: This is a confirmed conflict with some versions of McAfee's Buffer Overflow Protection. Disabling this feature from the McAfee Console will
solve the problem. Q: When installing DHTML Menu Builder I receive the following error: Failed to register COM (ActiveX)... Q: When installing DHTML Menu Builder I receive the following error: Failed to register COM (ActiveX)...
Failed to register COM (ActiveX) control c:\windows\system32\smartsubclass.dll A: This is caused due to a false positive generated by the Data Execution Prevention (DEP) in Windows. Disabling or lowering the DEP's level will let you solve this problem. Also, it is VERY important that you install DHTML Menu Builder with Administrative privileges, that is, if you are receiving this error message, you should always run the installer (dmbsetup.exe or dmblitesetup.exe) as an Administrator. If you are using Windows XP:
If you are using Windows Vista Business, Enterprise or Ultimate:
Q: After clicking the Register button, DHTML Menu Builder restarts but remains in DEMO mode Q: After clicking the Register button, DHTML Menu Builder restarts but remains in DEMO mode A: This is caused due to either you antivirus program or a false positive generated by the Data Execution Prevention (DEP) in Windows. If possible, try to temporarily disable your antivirus -- make sure it is completely shutdown and re-try the registration process. For information on how to disable DEP for DHTML Menu Builder, follow these instructions: If you are using Windows XP:
If you are using Windows Vista, Windows 7 or Windows 8:
Q: DHTML Menu Builder fails to run under Windows Vista Business and Ultimate Q: DHTML Menu Builder fails to run under Windows Vista Business and Ultimate A: This is usually caused by a missing component which allows applications to make use of some of the most common ActiveX/COM components.
DHTML Menu Builder should now run without any problems. Q: When running DHTML Menu Builder I received DHTML Builder run-time error '429': You do not have an appropriate license to use this functionality Q: When running DHTML Menu Builder I received DHTML Builder run-time error '429': You do not have an appropriate license to use this functionality A: This is usually caused by a missing component or a component that was not registered properly into the Windows registry.
DHTML Menu Builder should now run without any problems. Menus Behavior Q: Why are the menus appearing behind Flash movies? Q: Why are the menus appearing behind Flash movies? A: Flash movies, just as with all kinds of plugins, are rendered in a special way by the browsers (a method known as "windowed"), making them the topmost objects in a page. At this moment there's no way to display any kind of HTML element (tables, images, paragraphs, etc..) above plugins. Fortunately, Macromedia has a solution for Internet Explorer for Windows and all Mozilla-based browsers: To allow DHTML objects appear over a Flash movie just add this parameter:
to the Flash <object> tag.
In order to support Mozilla-based browsers and other browsers, such as Safari and Chrome,
you should also include the wmode parameter in the <embed> tag, like this:
If you are using a javascript library to display a cusom player you should then consult the player's documentation
regarding the its support for the wmode paramater.
Please refer to the following post for more information about the wmode parameter and FlowPlayer: http://flowplayer.org/forum/2/10645
Q: I'm not getting any rollover effects under Opera.
Isn't DMB supposed to support Opera? Q: I'm not getting any rollover effects under Opera.
Isn't DMB supposed to support Opera? A: Version 4.5 only
supports Opera 7. Q: How can I make the menus to show above (in front
of) the form elements on my page? Q: How can I make the menus to show above (in front of) the form elements on my page? A: This is a browser specific issue. Internet Explorer requires that you enable the "Hide
Form Elements" option under the File->Project Properties->Global
Settings dialog. Mozilla-based browsers do not require any special settings and the menus will always appear above dropdown boxes. In order to implement a workaround for Navigator 4 follow these instructions: 1) Add this code to the FormsTweak() function (by directly editing the compiled JS file or by creating an AddIn) so it looks like this: if(NS&&DoFormsTweak) {
var f = mFrame.document.layers.theForm;
if(f) f.visibility = state;
}
2) Now enclose your <form>...</form> in-between <ilayer> tags, just like this: <ilayer name="theForm"> <form>..............</form> </ilayer>
Q: When the menus are displayed my dropdown
combos disappear, why? Q: When the menus are displayed my dropdown combos disappear, why? For an explanation of why this happens read this. To avoid this from happening, click on File->Project Properties->Global Settings and uncheck the "Hide Form Elements" checkbox. Q: FireFox (or any other Mozilla-based browser) goes blank when loading web site
using the menus? Q: FireFox (or any other Mozilla-based browser) goes blank when loading web site using the menus? This is caused by a malformed HTML document where there're either missing closing tags, the HTML structure is incorrectly formatted, the BODY section is missing or the menus' loader code has been placed outside the <BODY> section of the HTML structure, etc... Mozilla-based browsers are very sensitive to malformed HTML documents and the presence of one of the above mentioned problems will cause the document to stop loading and can even freeze the browser. Determining what's wrong can be difficult so we recommend the use of some tool that can analyze the HTML structure and provide suggestions on how to fix it and/or improve it. Our tech support department uses CSE HTML Validator from AI Internet Solutions. This powerful tool can analyze any HTML document and generate a report which will help you determine if your HTML structure is corrupted. Make sure you grab a copy of this powerful tool to test your HTML documents. Over 30% of the problems that users encounter with the menus can be resolved by simply following the "suggestions" provided by this tool. Q: Why is it that the menus fall out of place when printing a page? Q: Why is it that the menus fall out of place when printing a page? First of all let me explain why this happens: When the browser window is resized
there's a special function in the menus' code that is triggered and
re-adjusts the position of the menus accordingly. So, at this moment there're two solutions:
Q: Why are the menus appearing behind Silverlight objects? Q: Why are the menus appearing behind Silverlight objects? A: Silverlight objects, just as with all kinds of plugins, are rendered in a special way by the browsers (a method known as "windowed"), making them the topmost objects in a page. At this moment there's no way to display any kind of HTML element (tables, images, paragraphs, etc..) above plugins. Fortunately, Microsoft has a solution to allow the Silverlight object to be rendered without using the windowed mode allowing HTML elements to displayed above it: To allow DHTML objects appear over a Silverlight object under Windows you will need to instantiate the object passing the isWindowless attribute and setting it to true. Please refer to Microsoft's web site for more detailed information:
Q: Why are the menus appearing above image popups created with the Lightbox script? Q: Why are the menus appearing above image popups created with the Lightbox script? A: This is because the z-index value for the popup images created with the Lightbox script is lower than that used by the menus.
Miscellaneous Q: How can I make a command send an email when
clicked? Q: How can I make a command send an email when clicked? A: Follow these easy steps:
Q: How do I create multilevel
submenus? Q: How do I create multilevel submenus? A: While in Map mode, select any command and then click Menu->Add SubGroup Then, simply add commands to this new subgroup. Q: Can I include form elements in the menus? Q: Can I include form elements in the menus? A: Yes you can. Click here for more information. Q: The menu.js file generated by DHTML Menu
Builder is huge! How can I make it smaller? Q: The menu.js file generated by DHTML Menu Builder is huge! How can I make it smaller? A: To change the compression mode used by DHTML Menu Builder to optimize the .js files it generates click File->Project Properties->Advanced and select the Max setting under Code Optimization. NOTE: When changing the compiler's optimization mode you will have to update the loader code on your page(s). Click here for more information. Q: How do I specify the target frame where I want
my links to be displayed (open)? Q: How do I specify the target frame where I want my links to be displayed (open)?
A: Click on the Target Frame button ( Q: How can I restore the default context menu
from the browser? Q: How can I restore the default context menu from the browser? A: Select the group that is being displayed as a context menu when you right click on you page. Click on Menu->Special Effects->Group Effects and uncheck the Context Menu option. Finally, recompile your project (Tools->Compile) to apply the changes to the menus. Q: Is there a limit on the number of items a
project can have? Q: Is there a limit on the number of items a project can have? A: Yes. DHTML Menu Builder will not allow you to cerate more than 32,767 groups and 32,767 commands. More than enough we think ;) Q: Can I create menus from information on a
database? Q: Can I create menus from information on a database? A: Yes. Click here to read the latest documentation regarding DHTML Menu Builder <developers' edition> Q: Can I create or change menus
programmatically? Q: Can I create or change menus programmatically? A: Yes. Click here to read the latest documentation regarding DHTML Menu Builder <developers' edition> Q: Is there a version of DHTML Menu Builder for
Mac or Linux? Q: Is there a version of DHTML Menu Builder for Mac or Linux? A: No, but you could use VMWare 3.2 (or above) under Linux to emulate Windows or VirtualPC 6 under MacOS X. Also, if you're adventurous, you could try tweaking Wine under Linux to run DHTML Menu Builder. IMPORTANT: No support will be given when DHTML Menu Builder is used under an emulator. Q: Are you aware of any problems
using SourceSafe to save the javascript files generated by DHTML Menu
Builder? Q: Are you aware of any problems using SourceSafe to save the javascript files generated by DHTML Menu Builder? A: Yes. SourceSafe will treat the JavaScript files generated by DHTML Menu Builder as TEXT/ASCII files, but actually the files compiled by DMB are binary and if treated as TEXT/ASCII will become highly corrupted. Here's how to force SourceSafe to treat JavaScript files as binary:
(Thanks to Kevin R. for providing this solution) Q: How can I force all the toolbar items to have the same width (or height)? Q: How can I force all the toolbar items to have the same width (or height)? A: Click Tools->Toolbars Editor->Appearance and enable the "Justify
HotSpots" option. Q: How do I call a javascript function from a menu item? Q: How do I call a javascript function from a menu item? A: You can execute a piece of simple javascript code when a menu item is clicked by inserting the javascript code into the "URL / Script" textbox and preceding it by the javascript: protocol. For example, to display a dialog box enter the following code: Q: How do I install the menus on my web site that I created using FrontPage/Dreamweaver? Q: How do I install the menus on my web site that I created using FrontPage/Dreamweaver? A: DHTML Menu Builder has been designed in such a way that it
can be used with any HTML authoring tool.
At this point your menus will be displayed on the documents you selected in step #7 NOTE: The installation process
(steps 6 through 8) should be performed only once. Whenever you make
changes to your menus, such as changing colors or adding new menu items,
just recompile the project ( IMPORTANT: This porcess is also explained in the tutorial included in
DHTML Menu Builder's documentation: Click Q: How can I make my menus search engine friendly? Q: How can I make my menus search engine friendly? A: Since the release of version 4.20.002, DHTML Menu Builder includes a feature called "Search Engine Optimization" indentified by the Follow these steps to enable the "Search Engine Optimization" feature:
IMPORTANT: Be aware that this option may or may not improve your position or PageRank™. Also, different search engines will treat this list quite differently so it may have a different impact on different search engines. But, at least, you can be rest assured that the impact, whatever it is, will not be negative. Q: How do I install the menus on a master page (such as that used by Visual Studio or Expression Web Designer)? Q: How do I install the menus on a master page (such as that used by Visual Studio or Expression Web Designer)? A: DHTML Menu Builder will not "see" the master document as a valid document to receive the menus. This behavior is by design. Now, you must include this document into your master page. What will happen is that every time the master document is loaded, the web server will include the contents of the menus.htm document into it. The end result is that any page that inherits from the master document will also include the menus. IMPORTANT: Please note that the "include" statement can only be parsed (executed) by a web server which means that if you try to open one of your HTML/ASPX documents directly with your browser, the statement will not be executed and you will not see the menus. Again, this statement requires that you open your documents from a web server in order for it to work. Registration and Validation Problems Q: When I try to register, the validation server returns the error "Invalid License"? Q: When I try to register, the validation server returns the error "Invalid License"?
A: This error indicates that the installed version of DHTML Menu Builder differs from the version that was purchased. Q: When I try to register, the validation server returns the error "Registration Not Found"? Q: When I try to register, the validation server returns the error "Registration Not Found"?
A: This error indicates that the order number that you provided cannot be found. If you have just placed your order try to wait about 30 minutes and the try again. Usually, orders are processed in less than 10 minutes but, sometimes, it can take up to several hours depending on the time it takes our resellers to notify us about the sale. Q: When I try to register, the validation server returns the error "Illegal Order"? Q: When I try to register, the validation server returns the error "Illegal Order"?
A: This error indicates that the order number that you provided is black listed and is known to come from a fraudulent source. Q: How many times can I
activate/validate/register DHTML Menu Builder? Q: How many times can I activate/validate/register DHTML Menu Builder? A: DHTML Menu Builder is not Windows or Office ;) We don’t refer to the process of registering DHTML
Menu Builder as an “activation” but as a “validation”. Consequently, you can validate as many times as you need to. Click here for more information about the validation process. Q: We don't have an internet connection or our
connection will not allow online validation/registration of DHTML Menu
Builder. What can we do? Q: We don't have an internet connection or our connection will not allow online validation/registration of DHTML Menu Builder. What can we do? A: After placing your order for DHTML
Menu Builder send an
email to support requesting a pre-validated version of DHTML Menu
Builder. Q: After clicking the Register button, DHTML Menu Builder restarts but remains in DEMO mode Q: After clicking the Register button, DHTML Menu Builder restarts but remains in DEMO mode A: This is caused due to either you antivirus program or a false positive generated by the Data Execution Prevention (DEP) in Windows. If possible, try to temporarily disable your antivirus -- make sure it is completely shutdown and re-try the registration process. For information on how to disable DEP for DHTML Menu Builder, follow these instructions: If you are using Windows XP:
If you are using Windows Vista, Windows 7 or Windows 8:
Sales Q:
I have purchased DHTML Menu Builder version x.x, how much will it cost to
upgrade to a newer version? Q: I have purchased DHTML Menu Builder version x.x, how much will it cost to upgrade to a newer version? A: At this moment upgrades are free so regardless of
the version you have purchased you can download the latest one, install
it and register it using your registration details. Q:
We are a developer team that we'll be using DHTML Menu Builder. Do we need
to purchase a copy for each and everyone of us? Q: We are a developer team that we'll be using DHTML Menu Builder. Do we need to purchase a copy for each and everyone of us? A: The short answer is yes. Check the registration form for volume pricing discounts. Q: What's your refund policy? Q: What's your refund policy? A: Because the DEMO version of DHTML Menu Builder has virtually no limitations you should first use the DEMO to ensure that the program will meet your needs. If after you purchase DHTML Menu Builder you decide to return it you will be allowed to request a full refund within 7 days after your order was received. Q: Do you offer discounts for students,
non-profit organizations, etc? Q: Do you offer discounts for students, non-profit organizations, etc? A: Yes. If possible, add a link to your current web site. Then, sign the letter/agreement and email it using our email-based support form IMPORTANT NOTES:
Q: I have purchased a similar product from OpenCube, Milonic, Xara, Likno, Apycom, Sothink, etc..., and I don't like it. Do you offer any discounts to upgrade
to DHTML Menu Builder? Q: I have purchased a similar product from OpenCube, Milonic, Xara, Likno, Apycom, Sothink, etc..., and I don't like it. Do you offer any discounts to upgrade to DHTML Menu Builder? A: Yes.
To qualify email us a link to your printable receipt (proof of purchase) using this form. Q: What other type of discounts do you offer? Q: What other type of discounts do you offer? A: From time to time we may run special discounts that last for a day or so. No one ever knows when this will happen... so its a matter of luck that get to the web site and found that we're currently running a discount day. We also provide discounts for those who help us improve our products. If you find a bug in DHTML Menu Builder report it to the support department and if the bug report is worth a discount you will receive a discount coupon. The discount will vary depending on the type of bug and the quality of your report. Q: How can I recover my registration information? Q: How can I recover my registration information? Q: How many projects/menus can I create with a
single unit license? Q: How many projects/menus can I create with a single unit license? A: As many as you want... Q: Do you accept purchase orders? Q: Do you accept purchase orders? A: Yes, just follow these easy steps:
JavaScript Errors And Miscellaneous Problems Q: What does it mean "cFrame" is not an object? Q: What does it mean "cFrame" is not an object? A: The most common cause for this problem is that the browse did not load the .js files generated by DHTML Menu Builder. Make sure your configurations are setup correctly and that your have uploaded your .js files in the correct folder: the one you specified in the default configuration. For more information about configurations click here. Q: What does it mean "rimPath" is
undefined? Q: What does it mean "rimPath" is undefined? A: This means that your code is out-of-synch with the compiled javascript files. If you have just upgraded to version 3.5 (or above) then update the loader code on all your pages using the Tools->Install Menus option. Q: Why am I getting an Out of Stack error? Q: Why am I getting an Out of Stack error? A: You may have installed the Loader Code and the Frames Loader Code in the same file. Remove all loader codes from your files and re-install them. Q: Why does Navigator 4 takes soooooo long to
load a page with menus? Q: Why does Navigator 4 takes soooooo long to load a page with menus? A: While developing DHTML Menu Builder we have discovered the
most weird and obscure bugs in Navigator 4. The thing is that when Navigator 4 tries to re-load a page containing menus created by DMB (everything works fine if the page is loaded for the first time) it enters into an infinite loop until: a) Navigator looses focus b) Something happens and it pops up the page After numerous testing and hundreds of hours of research we found that the problems is with the way Navigator handles cached pages, although no changes to the caching options appeared to have any effect. So... we came up with a simple, yet very effective, solution: avoid Navigator from catching the document containing the menus! Unfortunately, it wasn't easy. Using the common meta tag to avoid catching didn't work. So... the only way to avoid Navigator from catching our page was to change it, dynamically every time it was loaded, that is, served by the web server. Using the following code in the <head> tag of a page containing menus will result in a different page, every time its loaded by the browser: PHP Version: ASP Version: As you can see, all the above code does it to print a different character each time the page is pre-processed by the server into a dummy (meaningless) meta tag. If you would like to test this code, click here. The page that will appear uses our menus and implements the fix mentioned above. Just refresh the page as many times as you want under Navigator 4 and you will see how it loads it without any problems. If you're using ASP pages, a very nice users reported that adding this code helps improve the above solution: <% Response.CacheControl = "no-cache" %> Q: I receive all kinds of errors when viewing any
web site with menus created with DHTML Menu Builder.
Q: I receive all kinds of errors when viewing any web site with menus created with DHTML Menu Builder. A: Although this may have several causes we have identified that ZoneAlarm may be one of them. If you're using ZoneAlarm please follow the instructions that Mr. David Leask has provided us:
My question is not listed here, now what? |
|
|
|
|
|
||