Search found 222 matches

by waldemar.hersacher
Fri Dec 02, 2005 9:55 pm
Forum: Help & Manual 4 Forum
Topic: Turning off the jump to url feature in html help.
Replies: 1
Views: 769

One solution I can think of is to change to browser based help. In your system do not use a method to open IE or any other browser. Create a new window in your program with an Active-X container. In the container place the WebBrowser Active-X component. This component is the inner part of IE5/IE6 wi...
by waldemar.hersacher
Thu Nov 03, 2005 1:08 pm
Forum: Help & Manual 4 Forum
Topic: Multi-user editing of master file?
Replies: 2
Views: 1483

You can use external source code control tools like Perforce or MS Visual Source Save. You must use them manually to check-out/check-in the files since H&M does not use the interface of them. The problem for those systems is that the hmx-files aren't text files and they cannot be merged by any s...
by waldemar.hersacher
Tue Nov 01, 2005 10:12 pm
Forum: Help & Manual 4 Forum
Topic: Multilevel modular projects
Replies: 2
Views: 1385

George, I have it until 5 levels today and it is working. The only thing you have to take care as Tim said is to the have it not recursevly included. MasterA |--Master1 | |--Child1 | |--Child2 | |--Master2 | |--Child1 | |--Child2 Maybe it is just a copying mistake but MasterA |--Master1 | |--Child1 ...
by waldemar.hersacher
Tue Nov 01, 2005 10:01 pm
Forum: Help & Manual 4 Forum
Topic: customizing tools permanently
Replies: 5
Views: 2191

your account needs full write permissions to both the entire H&M program folder and all its files and subfolders Tim this is a serious security problem. The program folder is a holy place and only the highest priest is allowed to go there and change things. All others are only allowed to have a...
by waldemar.hersacher
Wed Oct 26, 2005 2:34 pm
Forum: Help & Manual 4 Forum
Topic: PDF table export
Replies: 4
Views: 1708

Dear Peter, there are some problems with the table borders when compiling to PDF. I have mentioned this even during beta testing but got not corrected until now. I hope if some others will join us we get enough weight to take this point into a higher priority position. I don't doubt that it will be ...
by waldemar.hersacher
Wed Oct 26, 2005 12:12 pm
Forum: Forum Issues
Topic: 3500+ .. Well done Tim
Replies: 3
Views: 7097

Dear Tim, congratulations from me too. You have opened a forum which is the most valuable source for H&M support. It is one of those seldom free forums where each question gets an answer and most of them will present a solution. Your answers are always of a high qualitiy and deepness which shows...
by waldemar.hersacher
Wed Oct 19, 2005 6:52 am
Forum: Help & Manual 4 Forum
Topic: Easy way to remove graphics for WinHelp compilation
Replies: 2
Views: 1301

You do this with conditional text. Use from the menu Insert >> Conditional Text and you get a dialog where you can set the conditions when the text will be included in the build. [/i]
by waldemar.hersacher
Thu Oct 13, 2005 8:50 pm
Forum: H&M Wish List
Topic: A couple of suggestions.
Replies: 1
Views: 858

Also being able to include/exclude your topics based on their status would be great.
My vote too. Although "under construction" topics will be included when links to them are in the exported topics. This will force the author to create the links atfer the topic is "complete".
by waldemar.hersacher
Tue Oct 11, 2005 8:28 am
Forum: Help & Manual 4 Forum
Topic: There is a German forum for Help & Manual in the world ?
Replies: 6
Views: 2144

Two points I have: and most developers speak English Tim, H&M is not only used by deveolpers but also by normal writers. They do not need to have a good English language knowledge. And they don't know how a program is developed. They only descibe what happens when you click here or there or ente...
by waldemar.hersacher
Thu Sep 29, 2005 6:49 am
Forum: Help & Manual 4 Forum
Topic: Errors after upg. to 4.0.2 b696 with a Print Manual Preview
Replies: 8
Views: 2692

It seems that the "List index out of bounds" error has been introduced with this build. See
http://helpman.it-authoring.com/viewtopic.php?t=3449 for a reason why it could occur.
I have seen this seldom before and normally Repair and Recover helped me.
by waldemar.hersacher
Thu Sep 29, 2005 6:44 am
Forum: Help & Manual 4 Forum
Topic: Fonts change when compiling a modular .chm
Replies: 1
Views: 1222

Carolyn, it is not exactly clear what you are doing but I assume the following: You are compiling with "Merging at runtime" and have not set to open a master TOC in the child projects. When you open a child project all styles will be as defined in the project. When you open the Master proj...
by waldemar.hersacher
Tue Sep 20, 2005 10:02 am
Forum: Programmers' Corner
Topic: Browser-based Help with C#
Replies: 4
Views: 2758

"file://..." The correct syntax is "file:///..." . Three slashes. It works with MS IE. It works with Firefox too. file:///z:/ETL%202.0/projects/ETLKWPDriver/Handbuch/Englisch/HTML/index.html?respond_to_errors.htm will display the correct page when entered into the adress field. ...
by waldemar.hersacher
Thu Aug 25, 2005 4:00 pm
Forum: Pre-HM5 Bug Reports
Topic: H&M4 prevents Windows XP from shutting down.
Replies: 2
Views: 1235

HM4 Build 661 on Win2000 too.
by waldemar.hersacher
Wed Jun 08, 2005 9:30 pm
Forum: Forum Issues
Topic: Admin on Holiday!
Replies: 2
Views: 4808

Tim ,

have a good time and stay away from the forum. Relax and come back with new power. :wink:
by waldemar.hersacher
Wed Jun 01, 2005 9:27 pm
Forum: Pre-HM5 Bug Reports
Topic: Importing text files from an .ini file.
Replies: 2
Views: 1568

Look in the help under "Using more advanced features">>"Command line options for automation" and in this topic scroll down to "Reading parameters from an ini file.