Search found 62 matches

by Shap5202
Sun Dec 24, 2006 6:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using Milonic and Prototype
Replies: 3
Views: 3490

Well... I think the problem is that document.write() cannot be called after the page has finished rendering. So of course when that is done via an AJAX call it's not happy. I was able to get around the problem by overriding the document.write() method after the initial page load. By making it take w...
by Shap5202
Fri Dec 22, 2006 8:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using Milonic and Prototype
Replies: 3
Views: 3490

follow-up to above.

Ok... I think I figured out what is causing some of the problem, how to solve it is another issue, perhaps if Ruth or anyone else from Milonic is around... You'll excuse me if this violates the terms of milonic's use, but since the problem was occuring in the drawMenus() method, I went into the sour...
by Shap5202
Fri Dec 22, 2006 5:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using Milonic and Prototype
Replies: 3
Views: 3490

Using Milonic and Prototype

I know this has been dealt with in the past on the forum, but nothing really seem to resolve my problem. I'm using the latest version (5.766) and have tried this on prototype 1.4.0, and whatever their latest dev version is that is available right now. Unfortunately there is not a public website I ca...
by Shap5202
Thu Sep 21, 2006 10:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Context Menu on Treemenu
Replies: 1
Views: 2305

Context Menu on Treemenu

I'm trying to create a tree (ok, well I did that already). And then make it so you have options to select on various nodes in the tree. It doesn't have to be a context menu, that's just the option that I'm trying right now (which not much luck). I modified the context-menu code to try and handle thi...
by Shap5202
Wed Aug 30, 2006 3:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Pop-up scrolling in Firefox [nevermind, fixed]
Replies: 0
Views: 3469

Pop-up scrolling in Firefox [nevermind, fixed]

I'm having this problem with a pop-up menu that appears on click, where if the menu has sub-menus, and the browser has been scrolled, the sub-menus can appear off-screen (or farther up the page where they would have been pre scrolling). This only occurs in FF. This is a simplified version of the act...
by Shap5202
Fri Jul 07, 2006 2:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using a popup with a submenu scrolling issue
Replies: 2
Views: 2688

Code snipet

Here is the menu style with(mainStyle=new mm_style()){ bordercolor="#9BA6C2"; borderstyle="solid"; borderwidth=1; closeonclick=true; fontfamily="arial, tahoma"; fontsize="11px"; fontstyle="normal"; headerbgcolor="#94BCF8"; headerborder=&quo...
by Shap5202
Fri Jul 07, 2006 2:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Using a popup with a submenu scrolling issue
Replies: 2
Views: 2688

Using a popup with a submenu scrolling issue

So I have a popup menu that you have to scroll the browser to get to the spot where you activate it, inside this popup menu, is a submenu. When you highlight the menu item to show the submenu, it displays... but farther up the page (there's a big gap between menus). It seems to appear where the menu...
by Shap5202
Thu May 11, 2006 8:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error in parsing value for property 'width'.
Replies: 4
Views: 4017

Our application sees the same issue. It's fine in IE, just doesnt like it in Firefox.

I thought i just had a malformed css style for awhile :)
by Shap5202
Thu May 11, 2006 2:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Drag and drop pop-up menus
Replies: 0
Views: 3263

Drag and drop pop-up menus

As always, I apologize if this has been posted, I tried to search but couldn't find an answer... I have a pop-up menu that is dragable, but in IE (firefox works fine) when I drag the menu, drop-downs are not hidden behind the menu. Any drop-downs initially under the menu hide correctly, but if I mov...
by Shap5202
Fri Feb 10, 2006 5:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Image rollovers
Replies: 3
Views: 3323

I think what you want is pagebgimage

http://milonic.com/itemproperties.php
by Shap5202
Fri Feb 03, 2006 3:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Highlighting menu items on click
Replies: 1
Views: 2347

I came up with a solution... might not be the best way, but it works until I hear of a better way... i changed the showDIv JS function above to this function showDiv(name){ hideAll(); show(name); if(current > -1){ _mi[current][46]= 'section_bar_bkg.gif'; BDMenu(_mi[current][0]); } current=_itemRef; ...
by Shap5202
Thu Feb 02, 2006 8:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Highlighting menu items on click
Replies: 1
Views: 2347

Highlighting menu items on click

I apologize in advance if this has been covered, but I couldn't find anything in the archives. I have a menu with 3 menu items and 3 corresponding divs. If you click on a menu option it unhides the div. And keeps the menu item (and only the clicked one) highlighted. The below code highlights the ite...
by Shap5202
Thu Jan 19, 2006 5:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Drawing a dropdown box in milonic
Replies: 5
Views: 3830

what technology are you using? I'm guessing ASP/.NET? If it were in JSP what you were looking for is probably... with(milonic=new menuname("topmenu")) { style=topmenuStyle;top=2;left=2;margin=0;menuwidth="100%";alwaysvisible=1;orientation="horizontal";position="abs...
by Shap5202
Thu Jan 05, 2006 10:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Tooltips and v5.736
Replies: 8
Views: 5520

Just for clarification..
Next version
means v5.739 or an upcoming non-released version?
by Shap5202
Fri Dec 23, 2005 4:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Creating a custom select/combo box with milonic
Replies: 5
Views: 4646

Oh, and that other site you linked actually might be close to what we're looking for too. thanks! :D
by Shap5202
Fri Dec 23, 2005 4:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Creating a custom select/combo box with milonic
Replies: 5
Views: 4646

actually, yes. did see that sample and are coming to grips with the fact that we'll probably have to code our own combo/select box to get the fancy functionality the users want. One customer group that did get a newer version of our system with the milonic menus said they noticed a performance decre...
by Shap5202
Thu Dec 22, 2005 7:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Tooltips - Where???
Replies: 6
Views: 4418

They work fine for me... if you're doing it from within a menu item make sure you have: aI("tooltip='some text';tipfollow=1;text=Item"); or on an html object: <img onmouseover="showtip('my text', 1);" onmouseout="hidetip();"> notice the 2nd parameter above. If that all ...
by Shap5202
Thu Dec 22, 2005 6:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Trying to be creative with tooltips
Replies: 0
Views: 2471

Trying to be creative with tooltips

We have a 'please wait' type of icon we display when the system is processing a request. Since tooltips can handle HTML... i wanted it to be that when you submit a request, basically a tooltip follows the mouse around (followtip=1) with the wait icon. Already have a javascript method that gets calle...
by Shap5202
Thu Dec 22, 2005 5:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Creating a custom select/combo box with milonic
Replies: 5
Views: 4646

Creating a custom select/combo box with milonic

Hey guys. After reading this post http://www.milonic.com/forum/viewtopic.php?t=4238 and looking at the code example, it seems like a really cool thing to do, especially when our system can have user-defined values in drop-downs 80+ characters long. (really does a number on our screen design). My/our...
by Shap5202
Thu Dec 22, 2005 3:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Tooltips and v5.736
Replies: 8
Views: 5520

Like the new features... especially the followtip ability. One thing I noticed though, if you have the tooltip follow your mouse... it will initially appear overtop a select box, but if you move the mouse, the tip then moves underneath except where the tip first showed. (not moving the iframe - or h...