Search found 7 matches

by sudheshnaiyer
Tue Oct 14, 2008 3:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need explanation of _menuCloseDelay and _menuOpenDelay
Replies: 10
Views: 30000

Re: Need explanation of _menuCloseDelay and _menuOpenDelay

Ruth/John,

Thank you very much for your support. I wouldn't have got this spelling mistake for a long time.

This solved the problem.
by sudheshnaiyer
Mon Oct 13, 2008 4:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need explanation of _menuCloseDelay and _menuOpenDelay
Replies: 10
Views: 30000

Re: Need explanation of _menuCloseDelay and _menuOpenDelay

I am not sure whether you can access my trial page on my local server since this is inside the firewall. I don't
want menu to open on click. I was trying all possible options and so added retainClickValue=1;. Even when I remove this
I don't see any difference.

My sample page:
http://192.168.190 ...
by sudheshnaiyer
Fri Oct 10, 2008 6:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need explanation of _menuCloseDelay and _menuOpenDelay
Replies: 10
Views: 30000

Re: Need explanation of _menuCloseDelay and _menuOpenDelay

Thank you for being patiently answering my questions.

I changed them to:_menuCloseDelay=10000000000000000000;
_menuOpenDelay=10000000000000000000;
_subOffsetTop=2;
_subOffsetLeft=-2;
hrizontalMenuDelay=true;
retainClickValue=true;

But I still don't see any changes. I increased it open and close ...
by sudheshnaiyer
Fri Oct 10, 2008 3:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need explanation of _menuCloseDelay and _menuOpenDelay
Replies: 10
Views: 30000

Re: Need explanation of _menuCloseDelay and _menuOpenDelay

Thank you for the reply.

I have the following defined in menu_data.js. But they don't seem to be working.
_menuOpenDelay=190;
_menuOpenDelay=150;
hrizontalMenuDelay=true;
retainClickValue=1;

I need the submenus to open after certain delay. What I really need to do is to open submenus when the user ...
by sudheshnaiyer
Thu Oct 09, 2008 10:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need explanation of _menuCloseDelay and _menuOpenDelay
Replies: 10
Views: 30000

Need explanation of _menuCloseDelay and _menuOpenDelay

What will the following values do? I need to set the delay for opening the sub menus. I am trying to change the
values of _menuCloseDelay and _menuOpenDelay and I don't see any difference.

_menuCloseDelay=111; ^M
_menuOpenDelay=111; ^

overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter ...
by sudheshnaiyer
Wed Oct 08, 2008 2:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need to set the sleep time in moueOver on menuitems
Replies: 2
Views: 17551

Re: Need to set the sleep time in moueOver on menuitems

Team,

Do anybody has any idea where I can look for for the sleep time? I appreciate your help.
by sudheshnaiyer
Tue Oct 07, 2008 8:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need to set the sleep time in moueOver on menuitems
Replies: 2
Views: 17551

Need to set the sleep time in moueOver on menuitems

We use melonic menus. We got a requirement saying that rollovers should be seen only when user stops on a menuitem for
certain period of time. They should not appear when users move their cursors over menu choices. This would avoid
misfires. So I want to add sleep time to melonic menus. How can I ...