important evaluation question..

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
sergio_101
Advanced
Advanced
Posts: 24
Joined: Mon Jul 18, 2005 4:05 pm

important evaluation question..

Post by sergio_101 »

i have been evaluating this product for a week or so, and i think i have settled on using it. it's a great product.. but, i do have a few quesions..

my biggest question is:

when i purchase the product, will it stop adding milonic on the top level of my menu items?

i wrote a php script that generates menu.js based on the entries in our database..

here is what the menu looks like:

http://red-red.webhop.net/ACP/menu.html

if you look at the top, you will notice it changes..

this is the menu.js that my script generates..

(any help would be appreciated)

_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="vertical";
style=menuStyle;
top=10;


aI("status=Back To Home Page;text=Ashland Conveyor Home;url=http://red-red.webhop.net/ACP/;");

aI("showmenu=RollerConv;text=Roller Conveyor;");

aI("showmenu=SkwhConv;text=Skatewheel Conveyor;");

aI("showmenu=Rollers;text=Rollers;");

aI("showmenu=FlowRail;text=Flow Rail;");

aI("showmenu=PowerConv;text=Power Conveyor;");

aI("showmenu=Supports;text=Supports;");

aI("showmenu=Telescope;text=Telescoping Conveyor;");

aI("showmenu=BallTrans;text=Ball Transfer;");

aI("showmenu=Accessories;text=Accessories;");
}drawMenus();
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

The full version of the menu that you will can download after your purchase will not contain any code to add the MILONIC link so the answer is yes. The link will not be visible.

With regard to the sample at http://red-red.webhop.net/ACP/menu.html this will not change once you have installed the new menu code files after your purchase.

Hope this helps,
Andy
sergio_101
Advanced
Advanced
Posts: 24
Joined: Mon Jul 18, 2005 4:05 pm

Post by sergio_101 »

thanks!

we will be purchasing today.
Post Reply