Hey I've got the following problem. In Netscape 7.01, just every second mouseclick changes the color or opens a tree of the menu. With IE 6 every thing works...
Nicola Alexander Schlup
schlup@...
Sep 1, 2003 12:04 pm
1704
You can see the problem here: http://www.werbal.ch/werbal30/ilb/index.html Please click in impressum to see the navigation. I also don't know why the links are...
Nicola Alexander Schlup
schlup@...
Sep 1, 2003 2:56 pm
1705
... Yes, you've got a broken statement in line 433, which you can find out by checking the JavaScript console. Type "javascript:" into the location field and...
Thank you very much Now it works fine, only the links are already underlined. Do you have any idea how this could be? ... Yes, you've got a broken statement in...
Nicola Alexander Schlup
schlup@...
Sep 2, 2003 6:18 am
1707
Oh I found my mistake. I forget the <style type="text/css" id="mtmsheet"> in my code file ... thank you for your help ... Von: Morten Wang...
Nicola Alexander Schlup
schlup@...
Sep 2, 2003 11:06 am
1708
I've got another problem yet, and it's the collapse function I found in the group. <script type="text/javascript"> var MTMOnlyRoot, MTMStoredItem; function...
Nicola Alexander Schlup
schlup@...
Sep 3, 2003 11:40 am
1709
Hello,
Sorry this is such a huge message. I'm attaching mtm.css and mtmcode.js.2003-08-16wdk.patch, which includes my changes for support no frames and css...
You are / your system is infected with W32/Sobig.F@mm ... Wolfgang Schapat ... Postfach 68, D-91323 Adelsdorf, Germany; Technical Writer and Lecturer ...
Hi everybody, Just an update for this Tree Menu related tool (JSiteMap is useful to create a site map with the Tree Menu structure). The new version allows to...
nice work. i haveincluded a pointer to it in my simple TreeMenu tutorial at http://home.cogeco.ca/~ve3ll/jstree.htm Hi everybody, Just an update for this Tree...
... Out of the box you can just call expandWrapper(false) to close all items. The MTMOnlyRoot doesn't work until you patch mtmcode.js to use it. If you put the...
This is exactly what I wanted, thank you for help! Have a nice day ... Von: Morten Wang [mailto:morten@...] Gesendet: Montag, 8. September 2003 12:45 ...
Nicola Alexander Schlup
schlup@...
Sep 8, 2003 11:20 am
1716
... I haven't been able to look at this before now, wasn't in any good shape last week. From what I could see the new patch didn't include any changes that...
On Mon, 8 Sep 2003, Morten Wang wrote:
>>mtmcode.js.2003-08-16wdk.patch
>
>Did you include the wrong patch?
Yes, I did. (Doh!) The correct file was named...
... I've been able to patch it and got the right file size & checksum, so it should be ok. Haven't been able to test it yet (been a bad week), but I'll get to...
... I wanted to write a followup post to the patch mentioning browser compatibility and some notes regarding the changes, but my last couple weeks haven't been...
I will be out of the office starting 12-09-2003 and will not return until 22-09-2003. Jeg har ferie Hvis det drejer sig om ØS2000.web support kan henvendelse...
... Read the Tips'n'tricks-page <URL: http://www.treemenu.com/docs/tips-n-tricks.shtml > A few changes to mtmcode.js is needed, but that should be about it. ...
We are using TreeMenu in a dB driven application. We use MTMFooter to create an input field in which the user can specify the name of a program to run in the...
Dear Sr, My root html page is on the following address: http://ams.soluzionasf.com:9000/AMS/index.html so I am using the 9000 port. on my code.html I am using...
... [snip] ... It's a known bug and already fixed in CVS, see <URL: http://sourceforge.net/tracker/index.php?func=detail&aid=536699&group_id=19589&atid=319589 ...
... I did some testing here locally with Mozilla and its DOM inspector. The input field is present in the document, but how you access it depends on the...
Morten, I tried opening the tree menu using a Konqueror browser, but it failed to construct the tree menu (with error "TypeError - Null value"). Is it possible...
Hi, I'm quite new to this tree menu staff, probably this is an old question. I'm trying to keep the tree menu synchronized with the display page. I mean when I...
Jia Bin
jiab@...
Sep 23, 2003 7:44 am
1730
... I just answered this on the Message Board, see <URL: http://www.treemenu.com/board/viewtopic.php?t=204 > -- Morten Wang -- Author & maintainer, Morten's...
Is there a way to expand everything initially when the page is first open without needing any additinal clicks? I need to have all the tree expanded...
... You can either set the second argument to makeLastSubmenu()/makeSubmenu() to true, e.g. menu.makeLastSubmenu(submenu1, true) which adds 'submenu1' as a...