Search found 14 matches

by stephan
Thu Sep 09, 2004 10:46 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

Okies, I have a demo on:
http://www.weddingworld.org.za/testing/test.html
Maybe one of you brilliant people can tell me how to make the menu stay visible when you click on one of the submit items.
:} :} :} :} :} :} :}
by stephan
Thu Sep 09, 2004 6:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

I fixed that problem, I’m using jsp's so I just stored the last selected item in a hidden variable and when the page loads I just get a request.getParameter and run the function again. My main goal was to use the milonic menu as a sort of a tabbed pane, its working nicely except that the selected ...
by stephan
Wed Sep 08, 2004 2:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

:( :( :( :( :( :(
Finally got my menu looking good and then I realized that the changes I make with kevin's brilliant function only lasts until you press submit. Then it reverts back to what the styles tells it to be. What now?
*shrug*
by stephan
Wed Sep 08, 2004 7:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: rawcss
Replies: 10
Views: 6355

Hehe, okies, the new menu supports rawcss better, buuuut I still dont know how to use it, maybe someone can update the quick ref guide or something? :D :D :D
by stephan
Wed Sep 08, 2004 7:15 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

Thanks a lot all, my problems are all fixed, except the rawcss one but that is another thread. You are all geniuses!!!!
Now I am one step closer to world domination!
:} :} :} :} :} :} :}
by stephan
Tue Sep 07, 2004 10:25 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

*shrug*

Okies, I made a testing page with my menu:
http://www.weddingworld.org.za/testing/test.html
:) :)
I am on windows Xp and using IE6.

Ruth do you mind taking a look at my layout problem while we have a working test going?
by stephan
Tue Sep 07, 2004 8:28 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

I did it exactly like you said and my menu is sitting, snug and short, in the middle of the page. I don’t know what I am doing wrong :( :(




Kevin wrote:

function mm_changeMenuProperty(menuName, propertyRef, newValue)
{
var menuNum = getMenuByName(menuName);
_m[menuNum][propertyRef ...
by stephan
Mon Sep 06, 2004 12:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: rawcss
Replies: 10
Views: 6355

rawcss

can anyone show me how to use the rawcss itemproperty? This is what i tried without success:

Code: Select all

aI("text=Hallo;rawcss='border-bottom: 1px solid #ccd2d2;'");
by stephan
Mon Sep 06, 2004 8:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

I checked through all the functions in all my .js files and I went through Ruth's webpage's .js files (Just because I know you should have the latest version of the menu), I can’t find a BDMenu function. Where do I get it?




_____________________________________________________________
Nice ...
by stephan
Mon Sep 06, 2004 7:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

Thanks Ruth. It’s working nicely except that there isn’t a 5% offset on the right as well. I did the itemwidth as you said, I have 3 items so I made them all 10% and I put a dummy one in with 70%. As soon as you put itemwidth in, it ignores the menuwidth and if you put itemwidth’s in it has to ...
by stephan
Fri Sep 03, 2004 9:32 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

almost there

The boolean was not the problem I did a little manual debug and cornered the line that gives the error, its the "BDMenu(_mi [0])" function call, maybe I have an older version for the menu. Any ideas?


The always visible worked nicely, thanks.

About the menu width problem. My idea was to make a ...
by stephan
Thu Sep 02, 2004 7:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

You’re a genius Kevin!
I get an object expected error when I use your function. I think it has to do with the update parameter. Here is a piece of my menu_data file:

with(milonic=new menuname("Sub_Menu")){
style=Tabs;

aI("text=Settlement;");
aI("text=Terminal;url=javascript:mm_changeItemProperty ...
by stephan
Wed Sep 01, 2004 7:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

Your a genius

Thanks alot, that really worked! :D :D :D Was just wondering, how do I hide a menu on startup of the page? How do I change styles like onbgcolor and offbgcolor with a click of a menu item?
by stephan
Tue Aug 31, 2004 3:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: gmobj gives nasty error
Replies: 23
Views: 25796

gmobj gives nasty error

I get an error when i try a piece of code, was just wonder what im doing wrong.

Error:

'_m(...)' is null or not an object

Code:

with(milonic=new menuname("Main_Menu")){
style=Headers;
top=90;
left=18;
alwaysvisible=1;
orientation="horizontal";
itemheight="12px";
menuwidth="961";

aI("text=Help ...