Search found 10 matches

by Boris
Mon Feb 05, 2007 8:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Menu overlaying MenuTree (submenu).
Replies: 10
Views: 6396

About contacting Milonic directly, I wasn't sure that I could without being a customer

Not at all - we will do what we can but can't gaurantee anything.

Anyway, I beleive this bug to have been fixed in the latest release

Let me know if not

You may only need to update http://www.milonic.com ...
by Boris
Tue Jan 30, 2007 9:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Menu overlaying MenuTree (submenu).
Replies: 10
Views: 6396

As I said I am not a programmer so that would have to be something from that end.

I've read plenty of your posts.. you're too humble :P


I'm glad you resolved the issue. As to the treemenu you're using you might contact Milonic direct about that issue. John, Kevin and I are only volunteers on ...
by Boris
Tue Jan 30, 2007 8:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Menu overlaying MenuTree (submenu).
Replies: 10
Views: 6396

Hi,

All I really need is a page that has the two menus in the same position so I can see the problem and work on it.

I'll post to Andy for the other, though I believe that particular treemenu is still being developed. I know the collapsible one works, but I haven't used the tree, though the one ...
by Boris
Mon Jan 29, 2007 11:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Menu overlaying MenuTree (submenu).
Replies: 10
Views: 6396

Hi,

You are going to have to put up a test page for us to provide help on these issues. I really have to see the pages and experiment.

Ruth

Ruth,

Our corporate policy won't allow me to put up our internal sites, however I wanted to create an example for you based on this menu: http://www ...
by Boris
Thu Jan 25, 2007 11:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Menu overlaying MenuTree (submenu).
Replies: 10
Views: 6396

The other issue we have with the menutree is that the expand/collapse images navigate to the URL of the menu.

http://home.comcast.net/~bob.cat/ExpandCollapseProblem.jpg

In a tree control, the navigation images which expand/collapse the node should NOT navigate to the URL of the node unless the ...
by Boris
Thu Jan 25, 2007 5:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with Menu overlaying MenuTree (submenu).
Replies: 10
Views: 6396

Problem with Menu overlaying MenuTree (submenu).

Well, I've run into a few more problems that I'm curious if anyone has seen before or if somebody can help me with. I've tried a few JS tricks, but they don't seem to work. I've tried changing Z-order of various menus which didn't work either.

Here's an animation of the problem, which I'll explain ...
by Boris
Tue Jan 23, 2007 10:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Treemenu Width Problem?
Replies: 4
Views: 3082

Quick update...

I was able to create a workaround by making a copy of the main style and just removing the offset from each root node. I'm not extatic about this solution.

child1Style=new copyOf(treeStyle);
child1Style.itemwidth = treeStyle.itemwidth - treeOffset;
child2Style=...

I'm curious ...
by Boris
Tue Jan 23, 2007 9:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Separator lines on sub menu only
Replies: 1
Views: 1761

Yes, just use a different style for the main menu and the sub menu.

Here's an example:
with(menuStyle=new mm_style()){
...
}

subMenuStyle=new copyOf(menuStyle);
subMenuStyle.separatorsize=1;
subMenuStyle.separatorcolor="color";

Enjoy,

Boris
by Boris
Tue Jan 23, 2007 4:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Treemenu Width Problem?
Replies: 4
Views: 3082

Hi,

Note that the current version of the tree is 1.26, available here . Please make sure you're running that and the current version (5.769) of the menu code.

Thanks for the reply, John. I changed the JS file (and as far as I know I'm using the latest menu code), and the problem is still there ...
by Boris
Tue Jan 23, 2007 3:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Treemenu Width Problem?
Replies: 4
Views: 3082

Treemenu Width Problem?

Hello folks,

I'm having a slight problem with the menuwidth and itemwidth with a tree control. For example, if one were to download the tree example avalable here: http://www.milonic.com/treemenu/tree/ , remove the style tags (they seem to override item/menu width's) and set the width, you'll ...