Search found 77 matches

by Hans
19 Jul 2006, 08:59
Forum: TreeMenu
Topic: Auswahl durch neu geladen Seiten/ Style der geladenen Seite
Replies: 7
Views: 35177

Glad

Hi Alexander, glad to hear your success. If you changed the paths of the gif's showing the hierarchy of the tree and you want TreeMenu to know the changed paths you can do this by 1. Opening the file treemenu.js with a text editor (no word processor) 2. Search the line containing 'this.defaults = {'...
by Hans
18 Jul 2006, 16:31
Forum: TreeMenu
Topic: Auswahl durch neu geladen Seiten/ Style der geladenen Seite
Replies: 7
Views: 35177

Please send me your files

Hi Alexander, it seems you changed some basic things like paths (placing the menu into your subdirectory menusoft,...). So its quite hard for me to explain what to change/adjust in your special case. Could you please send me your zipped and cleaned files including the directory structure to allow me...
by Hans
16 Jul 2006, 16:56
Forum: TreeMenu
Topic: Auswahl durch neu geladen Seiten/ Style der geladenen Seite
Replies: 7
Views: 35177

My suggestions

Hello Alexander, thanks for your questions. I'll try to give my suggestions hoping they solve your problems. If not completely, don't hesitate to send me your files and i will try to ajust the files according to your wishes. 1) See the help TreeMenu->First steps->Select item 1a) Did you adjust your ...
by Hans
29 Jun 2006, 07:21
Forum: TreeMenu
Topic: Multiple trees in a table
Replies: 5
Views: 28185

How to proceed

Dear 'nicolas1388', i already included two trees in a table without the menu-lines beeing splitted as you mentioned - see above. Could you please send me your (cleaned-up?) files: index.html + menu-file(s) + subdirectories /css and /js + other necessary files depending on your configuration. I also ...
by Hans
16 Jun 2006, 07:15
Forum: TreeMenu
Topic: Multiple trees in a table
Replies: 5
Views: 28185

Table problem

Hi 'nicolas1388', could you please try to predefine the widths of the table cells using html-commands like <table style="width:95%"> <colgroup><col style="width:50%"><col style="width:50%"></colgroup> ... table content ... </table> As i realized by my own, some browsers...
by Hans
08 Jun 2006, 15:24
Forum: TreeMenu
Topic: Images für Ordner ändern
Replies: 1
Views: 17694

Icons abhängig vom Ordnerinhalt

Hallo Herbi, Javascript wird stets auf der Clientseite (im Browser des Besuchers) in einer geschützten Umgebung und deshalb ohne eigenen Datei- und Ordnerzugriff ausgeführt. Deshalb ist es prinzipbedingt nicht möglich, dass das in Javascript programmierte TreeMenu die Icons automatisiert und abhängi...
by Hans
17 Apr 2006, 19:11
Forum: TreeMenu
Topic: Right side tree menu
Replies: 5
Views: 28060

Many questions but no problem.

Hi 'ltw', many questions to answer, but let me try: 1. I can't fint out the delete or edit function of thread, so last two threads uploaded unneccessalily. Answer: You must be registered with the forum to be able to edit or delete your own post. There is no sense to give guests a permission to edit ...
by Hans
17 Apr 2006, 08:09
Forum: TreeMenu
Topic: Right side tree menu
Replies: 5
Views: 28060

No matter of TreeMenu

Hello 'ltw', TreeMenu is writing the html-code of a tree into an usual html-document with the command 'document.write(tree);'. In the given examples this is done within the menu-files 'menu_ger.html' or 'menu_eng.html' as described in the help. You can place this command anywhere in a javascript-par...
by Hans
11 Apr 2006, 08:47
Forum: Start
Topic: Support guidelines and contact offers
Replies: 0
Views: 38219

Support guidelines and contact offers

To provide you the best informations and help i offer my support through: 1. Help files: All provided sofware contains comprehensive help files explaining the principles and all commands. So usually most of your questions can be solved by simply reading the help. I tried to keep the focus to minimiz...
by Hans
11 Apr 2006, 08:43
Forum: Start
Topic: Benutzerunterstützung und Kontaktmöglichkeiten
Replies: 0
Views: 32722

Benutzerunterstützung und Kontaktmöglichkeiten

Ich bin bestrebt, Sie bestmöglichst bei der Lösung Ihrer Problemen zu unterstützen und biete Ihnen dazu folgende Hilfestellungen an: 1. Hilfedateien: Meine Software beinhaltet ausführliche Hilfedateien, die alle zugrundeliegenden Prinzipien und Befehle beschreiben. Zur Klärung offener Fragen genügt ...
by Hans
03 Apr 2006, 18:40
Forum: TreeMenu
Topic: Background Color
Replies: 6
Views: 29761

Hi Bradley,

I'm well, thanks for the question and I'm happy to hear your satisfied with TreeMenu. Also thank you for using TreeMenu and don't hesitate to ask again, if there are any questions open.

Hans
by Hans
31 Mar 2006, 16:15
Forum: TreeMenu
Topic: Background Color
Replies: 6
Views: 29761

What to change

Hello, i checked your files. To adjust the background-color s as you want them, you should alter: in 'css/treemenu.css' from .TreeMenu { /* General */ font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 11px; color : #000000; white-space : nowrap; background-color: #BBBB99; } to...
by Hans
31 Mar 2006, 10:19
Forum: TreeMenu
Topic: Background Color
Replies: 6
Views: 29761

Multiple problems

Hello again?... you didn't say who you are. To your first question concerning the background color: All colors and styles are defined in the *.css-files (Cascading style sheets for formatting) that are placed in the css-subdirectory, as explained in the help 'TreeMenu -> Advanced -> Formats'. With t...
by Hans
30 Mar 2006, 14:42
Forum: TreeMenu
Topic: Using Javascript
Replies: 2
Views: 21419

It's possible!

Hi, sure it's possible. To call a javascript function from a menu-item you first must define the function and then refer to it. As an example you can code and refer to the function 'test()' in your menu-file (e.g. menu_eng.html) as described: <script type="text/javascript"> <!-- function t...
by Hans
30 Mar 2006, 08:14
Forum: TreeMenu
Topic: Multiple trees in a table
Replies: 5
Views: 28185

This topic might help others, so thank you.

Hello, no problem for your question. To include multiple trees in a table you are recommended to restructure the menu-file, because the table should be defined in the html part of the document-body and not in the javascript-section for the trees. Each tree is shown (written into the document) using ...