Recent Questions
Q: I have a question, How can I open a new window of a specific dimension?
I Know how to use the “_blank” property to open a new window. But then how can I indicate the size of the new Window?
Can you please help me?
A: You should use a Javascript code with a link field so:
["Text", "javascript:window.open('../Help/Text_Index.htm', 'Help', 'height=450,width=600,scrollbars');"]
Try that.
Q: I would like to purchase your software but not for web use. We often give out data cd's to our brokers for instance data management/finding. Your software with the custom menu system and ease of use to setup is just what I need to cut down my design time. But looking at your license agreement you require us to register it to a domain or intranet domain which this will not be on.
I am looking to create a menu system then burn it to a cd to allow people to carry it around with them. What do i register the domain as so that I am able to burn this to cd and they don't get a nag screen when with a client or briefing.
Thank you in advance
A: Thanks for your interest in our products.
To use Deluxe Menu on CD/DVD you should buy developerlicense. Other licenses allow you to use the menu on Internet/Intranetwebsites only.
Q: Is there a parameter in Tree Menu I can add and/or adjust in data.js toforce the menu text to wrap and add here to a set menu width?
A: You should use
tags, for example:
var tmenuItems = [
["line 1
line 2"],
];
Width of the menu you can set so:
var tmenuWidth = "500px";
Try that.
Try to specify units in "px".
var tmenuWidth = "182px";
It's necessary to specify exact value for Mozilla browsers. It helpsto position menus correctly.
You should set this parameter:
var tmenuHeight = "auto";
Q: Just purchased the license for deluxe-menu.
The javascript submenu do not go over top of my other elements like the FAQ says it should.
A: Now you have the following style Z-INDEX: 2000; for .titleTopCenterDIV.
The menu has lower index in that case.
Try to set it to
Z-INDEX: 10;