Search found 28 matches

by e-spike
Tue Sep 13, 2005 6:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add and remove menu buttons on the fly
Replies: 1
Views: 2058

Add and remove menu buttons on the fly

We have the need to be able to change the menu elements displaying on our menu. We have two elements that are always present, and then x number of extra elements (between 5 and none depending on the page). Basically what i want to do is remove all 5 elements and then rebuild them - and then redraw ...
by e-spike
Tue Sep 13, 2005 3:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with keep alive form objects
Replies: 10
Views: 8097

turns out the fix is to change the hideallkeepalivemenus() function to this:

function closeAllKeepAliveMenus(){
for(_a=0;_a<_m.length;_a++){
if(_m[_a][10]){
menuDisplay(_a,0);
}
_gm=gmobj("iFM"+_a)
if(_gm){
_gm.style.visibility="hidden"
spos(_gm,-9999)
}
}
}

Thanks andy ...
by e-spike
Sun Sep 11, 2005 5:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with keep alive form objects
Replies: 10
Views: 8097

bump...any progress?
by e-spike
Thu Sep 08, 2005 8:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with keep alive form objects
Replies: 10
Views: 8097

would it be possible to have a different hideallkeepalive function which does something like calls itemoff or something? I'm not totally sure how this works but it could fix it. Or how about if keepalive was turned on when the menu item is opened, and turned off immediately before it is closed ...
by e-spike
Thu Sep 08, 2005 6:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with keep alive form objects
Replies: 10
Views: 8097

i'd like to add at this point that if i remove the keepalive attribute - the menu works fine - just not how we need it to behave with respect to hiding
by e-spike
Thu Sep 08, 2005 6:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with keep alive form objects
Replies: 10
Views: 8097

I've tried everything you've suggested. I've even binned some of the divs, which are really fundamental to our design, and it still has the same behaviour. It is only with keepalive menus. Its as if your hideall function doesn't tell the menu to start recording mouse positions again after the ...
by e-spike
Thu Sep 08, 2005 9:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with keep alive form objects
Replies: 10
Views: 8097

I'm sorry the login page is a little buggy at the moment. Its currently set to check the login and forward to a non-existant homepage (as we have't yet written that). If it happens again close all windows to end the session, and log back in

the address is indeed http://newcom.serran.net

You ...
by e-spike
Tue Sep 06, 2005 5:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with keep alive form objects
Replies: 10
Views: 8097

bump still need help urgently
by e-spike
Mon Sep 05, 2005 1:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with keep alive form objects
Replies: 10
Views: 8097

bump - still need help! Why are all the mouse events ignored under a keepalive menu once it is killed using the code above>?

Please help - i've been waiting a while now and i really need this resolved

thanks

rich
by e-spike
Mon Sep 05, 2005 1:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: bump keepalive menu issue
Replies: 0
Views: 2269

bump keepalive menu issue

bump - still need help! Why are all the mouse events ignored under a keepalive menu once it is killed using the code above>?

Please help - i've been waiting a while now and i really need this resolved

thanks

rich
by e-spike
Wed Aug 31, 2005 7:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug with keep alive form objects
Replies: 10
Views: 8097

Bug with keep alive form objects

We have a form within our menu, and it contains a drop down box. We had to make i keepalive to prevent the form 'submenu' from hiding when a user selected something from the dropdown menu, as advised on this very forum.

Now we have noticed a very strange behaviour whereby if the user shows search ...
by e-spike
Tue Aug 30, 2005 11:17 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Update images (menu icons) on the fly
Replies: 19
Views: 15277

That did it! What an amazing fix. I'm very impressed. Thank you ever so much you've saved me hours

Rich :D
by e-spike
Tue Aug 30, 2005 12:26 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Update images (menu icons) on the fly
Replies: 19
Views: 15277

for the purposes of this you can assume as much, yes
session("group") = either "Entire Community" "All Mine" "Personal" "Public Group"

Each group also has an associated number (0 to 3 in this case) which we can also pull. This isn't the issue
by e-spike
Tue Aug 30, 2005 12:09 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Update images (menu icons) on the fly
Replies: 19
Views: 15277

The session variable value "group" will be equal to the text of the filter, we can handle the ASP side

basically if you can tell me how to set the initial check item, and whether its done based on the menu filter name or its item number (vertically down the submenu) and the syntax for that, think i ...
by e-spike
Mon Aug 29, 2005 11:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Update images (menu icons) on the fly
Replies: 19
Views: 15277

Unfortunatly it is a session variable so could be different for every load of the application.asp page (and thus every load of the milonic menu)
by e-spike
Mon Aug 29, 2005 11:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Update images (menu icons) on the fly
Replies: 19
Views: 15277

Yes we have a default filter initially selected (and stored by a session variable within the asp). I cvan set the variable to hold this, but it means the mm_checkedItem will be held within the asp page not the javascript include file, which is a bit of a drag, but not the end of the world.

what is ...
by e-spike
Mon Aug 29, 2005 10:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Update images (menu icons) on the fly
Replies: 19
Views: 15277

Unfortunatly I get the error:
  • '_mi[...]' is null or not an object

i put the code in the end of milonic_src.js
Rich
by e-spike
Mon Aug 29, 2005 10:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Search form in menu hides dropdown select box
Replies: 13
Views: 9600

Thank you very much, you have been a great help

:)
SP!KE
by e-spike
Mon Aug 29, 2005 9:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Update images (menu icons) on the fly
Replies: 19
Views: 15277

Correct, we wish to use the filter box to show the filter currently applied to the page. On change it will update an iframe, but it should also move the tick to the correct location on the menu list WITHOUT reloading the page itself.
by e-spike
Mon Aug 29, 2005 9:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Search form in menu hides dropdown select box
Replies: 13
Views: 9600

Now how do i close a named menu?