Search found 27 matches

by mtd_conseil
Fri Feb 23, 2007 8:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: subMenu same width as parent
Replies: 4
Views: 4348

I guess so! :)

Thank you very much Ruth.
by mtd_conseil
Fri Feb 23, 2007 7:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: subMenu same width as parent
Replies: 4
Views: 4348

Hi,

I tried to understand what they were doing, but I don't see how this does the width of the parent item.

I'm sorry.
by mtd_conseil
Tue Feb 20, 2007 7:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: subMenu same width as parent
Replies: 4
Views: 4348

subMenu same width as parent

Hi,

Let's say I have a menu, inside a TD which take 100% of it, and it is horizontal. I don't know the number of item in it because it's dynamic. So I can't set an itemwidth. this part work fine, the menu sets itself correctly.

Now, I want to add subMenus, vertical, right under the parent menu ...
by mtd_conseil
Mon Feb 27, 2006 4:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: {SOLVED} Dynamic menu creation at runtime
Replies: 17
Views: 14448

ok,

I was not aware through out all the tests we made together of those new functions in the last demo you placed above.

They look easier to use then the previous way we made it.

At least we will have the time reprogramme our page.

thank you,

Best regards,

Michel
by mtd_conseil
Mon Feb 27, 2006 4:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: {SOLVED} Dynamic menu creation at runtime
Replies: 17
Views: 14448

hi Andy,

You changed completely the concept, or the other method is also still working ? mm_createNewMenus();

Michel
by mtd_conseil
Tue Jan 24, 2006 3:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: FireFox Browser Detection Variables
Replies: 2
Views: 2780

For me, and for some programming like FireFox Toolbar, Netscape and FireFox are very different.

I sometime have to do specific cahnges for Netscape that I don't have to do for FireFox. But those are very rare.

Actually, I don't need it for the menu because it's working well in NN and FF. But ...
by mtd_conseil
Mon Jan 23, 2006 7:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: FireFox Browser Detection Variables
Replies: 2
Views: 2780

FireFox Browser Detection Variables

Hi,

I see we have a couple of variable for browser detection. Is there or will there be someday, lets say:
FF Firefox on all system
FF1 Firefox 1+ on all system
FF15 filefox 1.5+ on all system


thank you
by mtd_conseil
Thu Jan 19, 2006 8:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: {SOLVED} Dynamic menu creation at runtime
Replies: 17
Views: 14448

Well, actually, not from me.

Our actual project is on a private intranet for now.
Menus will be created from AJAX-like commands.
For example, to create user menus ater the user has login, without reloading the page.

If you are not using the dragable stuff, just remove the type=draggable and be ...
by mtd_conseil
Mon Jan 16, 2006 7:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: {SOLVED} Dynamic menu creation at runtime
Replies: 17
Views: 14448

Wonderful... It works like a charm!

Thank you very much!

Kind regards,

Michel
by mtd_conseil
Thu Jan 05, 2006 2:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: {SOLVED} Dynamic menu creation at runtime
Replies: 17
Views: 14448

Where should I put the function? because it does not seems to work for me.


Best regards,
by mtd_conseil
Tue Jan 03, 2006 4:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: {SOLVED} Dynamic menu creation at runtime
Replies: 17
Views: 14448

here is a sample:

each time you click on the link create menu, it should create a new dragable menu with one item. Not a menu item only.

http://www.virtuelcom.net/sample/index.html
by mtd_conseil
Sat Dec 31, 2005 6:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: {SOLVED} Dynamic menu creation at runtime
Replies: 17
Views: 14448

What I say is that you can't use "with(milonic=new menuname(..." method when they are embeded inside a function. It does not seems to be understood or it's something like out of scope.

Let's say you want to create a new menu (not a menu item) when you click on an hyperlink. on an onlick event of ...
by mtd_conseil
Wed Dec 28, 2005 9:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: {SOLVED} Dynamic menu creation at runtime
Replies: 17
Views: 14448

{SOLVED} Dynamic menu creation at runtime

Hi,

I want to create dynamic menus when some event happens.

If I do this:

<script>
with(milonic=new menuname("test")){
margin=3;
style=contextStyle;
alwaysvisible=true;
aI("type=draggable;text=test;url=javascript:alert('hello');");
}
drawMenus();
</script>

it works.

But if I do this ...
by mtd_conseil
Thu Aug 18, 2005 1:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Too many warnings!!
Replies: 10
Views: 7727

Good,

that reassures me.

Cheers,
;-)
by mtd_conseil
Wed Aug 17, 2005 3:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Too many warnings!!
Replies: 10
Views: 7727

hi,

that's normal, it beautyfull isn't it? ;) I'm kidding.

I'm a resseller, I build websites and sell them. This version of the website has no milonic menu in it yet because we are rewriting the new version actually with one menu.

Just go on http://www.milonic.com or any websites that has ...
by mtd_conseil
Wed Aug 17, 2005 1:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Too many warnings!!
Replies: 10
Views: 7727

Hi,

I just felt on this error, massive pile of warnings in FireFox :roll:. Here are a couple I copied for you.


Warning: reference to undefined property $G.border
Source File: http://www.milonic.com/mmenudom.js
Line: 16

Warning: assignment to undeclared variable _gs
Source File: http://www ...
by mtd_conseil
Tue Jun 14, 2005 5:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CURRENT PAGE and HTA application
Replies: 2
Views: 2750

Actually, HTA is a HTML working in Applicaitoin mode. this unlock all web browser security to working on disk drive and registry table. Activate external softwares etc... This works only with IE under windows.

The URLS are all okay. If I do a
alert(top.location);
I get the right page and exact ...
by mtd_conseil
Tue Jun 14, 2005 4:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CURRENT PAGE and HTA application
Replies: 2
Views: 2750

CURRENT PAGE and HTA application

Hi,

I'm workign on a IE specific intranet. I set many colors and one specific for the current page.

When I browse the site it's working.

But as soon as I go in HTA mode, everything works except the Current Page color.

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta ...
by mtd_conseil
Fri Feb 18, 2005 2:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 'null' is null or not an object
Replies: 5
Views: 4361

I'm happy if I could have been of any help! ;-)

Tell me when I will be able to download the corrected version.
I would also be gratefull if you explain juste a little bit that 'null' word problem because I have seen it on other sites for other reason, but same message. Just if you don't mind ...
by mtd_conseil
Fri Feb 18, 2005 6:17 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: 'null' is null or not an object
Replies: 5
Views: 4361

No need to download any, browse the samples of your choice on milonic website. I have the problem on every pages. On both of my computer with both IE and FireFox.

I cleared the cached, but it's still doing it.

for example, if I go there, i have the problem:

http://www.milonic.com/menusample72 ...