Search found 6 matches

by tamagotchi
Sat Oct 29, 2005 8:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Another topic about special characters...
Replies: 2
Views: 2911

Seems to work... I had a javascript Error about a quote I had in one of my sub's status text, but I corrected it.

It's great to know that for text property, we have to htmlEncode, not for status.

I should have tried it before.....

Thanks.
by tamagotchi
Fri Sep 30, 2005 12:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Another topic about special characters...
Replies: 2
Views: 2911

Another topic about special characters...

Hello,

I know there are many other topics about special characters, but I could not find what I'm searching for.

I generate my menu from a database, with french labels including special characters (é, è, î...)

I found the solution for menus and submenus texts (I use server.htmlencode in ASP). It ...
by tamagotchi
Tue Sep 14, 2004 8:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menus like Windows' one
Replies: 9
Views: 6136

Hi,

Thank for all your replies, it seems to work perfectly !

Kevin,
For the event handler for closing menu when click anywhere else on the page, that's not important, the closeDelay is working, and everything's right for me (and my boss !!) Even if people use to click anywhere else to close it, it ...
by tamagotchi
Mon Sep 13, 2004 12:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Why Does It Go Off the Screen?
Replies: 10
Views: 7620

Hi,

I think you can make a script to detect where the event.clientX (the X position of the mouse is) when the user clicks, and, knowing mouseX as mouse X coordinate, screenW as screenWidth and menuW as menuWidth, if mouseX>screenW-menuW then your menu should be shown with mouse pointer at the top ...
by tamagotchi
Mon Sep 13, 2004 12:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menus like Windows' one
Replies: 9
Views: 6136

Thanks, but that's not the behavior I was expecting...

I have 5 menus (with submenus in each) like this

[MENU1] [MENU2] [MENU3] [MENU4] [MENU5]
| submenu 1 |
| submenu 2 |
| submenu 3 |

with your hint, I have to click on each menu to make him expand.

What i want to do is, once I click one of ...
by tamagotchi
Mon Sep 13, 2004 8:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menus like Windows' one
Replies: 9
Views: 6136

Menus like Windows' one

Hi there...

Is it possible to simulate windows' menus ?

When I click, it opens, and then I can open the other menus just with my mouse over them, and when I click a menuitem, the menu or elsewhere, it closes.

Is it possible ?

Thanks a lot, my boss is shouting on me because I made him buy this ...