Re[4]: Expand Items
2006/06/20 03:38
Viewed 17810 times
Replies: 0/0

I was hoping you could help resolve some issues I'm having with the navBar demo. I'm using the Windows XP Theme. I am still evaluating it to see if it will fit my use and ran into a problem. The issues is related to the same problem that was ealier mentioned in this thread. I wanted to have many (all) section expand when the page is frist loaded. I saw that this issue was experience by another user and you told them to use:

var menu = new NavBar(...);
var sec1 = new NavSection(menu, ...);
var sec2 = new NavSection(menu, ...);
var sec3 = new NavSection(menu, ...);
menu.generate();
sec1.hide(true);
sec2.show(true);
sec3.show(true);

This hasn't resolved the issue. In fact I'm getting strange results each time I load the page. Sometimes sec1 & sec3 are expanded and other times all three are collapsed. Have you had any others contact you with this issue? Do you know what I could be doing wrong?

Also, I have a few questions about the licensing. For you single-site license, do I get the de-cryped navbar.jss code?

It really is a nice navbar, I just want to make sure it will suit all my needs.

Thanks!
TrueHypocrisy

Google