Search found 22 matches

by Tek
Mon Dec 18, 2006 12:43 am
Forum: Help & Manual 4 Forum
Topic: Password access to browser based files
Replies: 2
Views: 991

Just a quick side note to this. I have (sort of) done this before using PHP and instruct my script to query a MySQL database to access browser based help using a login and password. I just wanted to mention that the htaccess method will also require the end user to enter a login and password. You wo...
by Tek
Thu Nov 30, 2006 6:50 pm
Forum: Help & Manual 4 Forum
Topic: 3 cheers for 4.2!
Replies: 1
Views: 931

There are a few new features in 4.2 that I have been eager to try out. I'll try and get it installed and try some things but this version should make our help system even cooler!

Thanks for the update and to all who made it possible.
by Tek
Fri Nov 17, 2006 6:23 pm
Forum: Help & Manual 4 Forum
Topic: Command line switch for 'Delete all files in target folder'
Replies: 3
Views: 915

I would just like to see the same options for each output format remembered for each project file. For example, for CHM files I want it to open automatically when it's finished compiling, but for browser based help I want the files in the folder deleted first and not have it open automatically.
by Tek
Mon Nov 13, 2006 11:36 pm
Forum: Help & Manual 4 Forum
Topic: change: "No topic above this level"
Replies: 1
Views: 734

Take a look at the Project Properties section and open the 'Topic Pages' subsection.

You'll find a piece of code that looks like this:

Code: Select all

<IFNOT_TOPIC_BREADCRUMBS>&raquo;No topics above this level&laquo;</IFNOT_TOPIC_BREADCRUMBS>
Just change this to your liking.
by Tek
Thu Oct 19, 2006 8:49 pm
Forum: Help & Manual 4 Forum
Topic: Two spaces at end of sentence - text wrap problem.
Replies: 6
Views: 1894

I have this same problem as well, although I don't understand why H&M is breaking it up to the next line. It shouldn't do that.
by Tek
Thu Sep 21, 2006 2:17 am
Forum: Templates & Utilities
Topic: Universal NS-Headers, Final Version - Printing Solved
Replies: 19
Views: 30207

Thank you very much Tim! I have not done this yet but I wanted to thank you for spending the time you did with your response. I will be sure to try this right away and see how it works out!
by Tek
Sun Sep 10, 2006 8:37 pm
Forum: Templates & Utilities
Topic: Universal NS-Headers, Final Version - Printing Solved
Replies: 19
Views: 30207

I would like to incorporate the non-scrolling headers for HTML help but I have already modified my topic pages for other features. Can someone please outline to me what portions of the code provided in the attachment needs to be put into already existing code? I'm not great with HTML coding and woul...
by Tek
Mon Sep 04, 2006 10:24 pm
Forum: Help & Manual 4 Forum
Topic: Error 1172 when moving the mouse over an inserted text var.
Replies: 6
Views: 2833

Attached is an animated GIF of it happening for me. Not much to see.
by Tek
Mon Sep 04, 2006 6:21 pm
Forum: Help & Manual 4 Forum
Topic: Error 1172 when moving the mouse over an inserted text var.
Replies: 6
Views: 2833

I am also getting this same error with the latest version 906 when I hover over variables that previously didn't give me this error. I usually insert them using the right-click menu, or by copying and pasing the variable.
by Tek
Thu Feb 23, 2006 9:57 pm
Forum: Help & Manual 4 Forum
Topic: HTML Output - Frame Spacing
Replies: 10
Views: 2221

Hi James, Thanks for the JavaScript workaround. It is working just fine for me. :) I appreciate you sharing this fix. Just a note to the developers as well... even though this is a quick fix, it would still be nice to have this capability natively within H&M. Please consider adding the option as...
by Tek
Thu Feb 16, 2006 12:06 am
Forum: Help & Manual 4 Forum
Topic: HTML Output - Frame Spacing
Replies: 10
Views: 2221

Thank you Tim.

In my opinion, all that is needed is another checkbox beneath the 'Navigation frame has border' option. Something like 'Resizable navigation frame' which simply sets that value to zero if unchecked and one if checked.
by Tek
Wed Feb 15, 2006 7:18 pm
Forum: Help & Manual 4 Forum
Topic: HTML Output - Frame Spacing
Replies: 10
Views: 2221

Hi Tim, I completely understand the reasoning behind setting this value to 1. In my help file, I do not want to have the navigation frame resizable. (Sorry I should have mentioned this earlier.) I also disabled the border between the navigation pane and the topic page. My understanding was that if a...
by Tek
Wed Feb 15, 2006 4:39 pm
Forum: Help & Manual 4 Forum
Topic: HTML Output - Frame Spacing
Replies: 10
Views: 2221

The code generated here by H&M is the best compromise for all browsers and cannot be changed to favor individual browsers. I'm sorry but I can't accept that as being the reason. The default value of this is equal to one which causes the problem in Internet Explorer, the most widely used browser...
by Tek
Tue Feb 14, 2006 5:15 pm
Forum: Help & Manual 4 Forum
Topic: HTML Output - Frame Spacing
Replies: 10
Views: 2221

HTML Output - Frame Spacing

Hello everyone, I noticed when I output my help project for the browser based help, I get a single space in between the navigation frame and the main window. In Firefox, this space doesn't appear but in IE it does. The code I am referring to is in the index.html file for all of my projects: --------...
by Tek
Tue Feb 14, 2006 4:27 pm
Forum: Help & Manual 4 Forum
Topic: Next/Prev at bottom of topic?
Replies: 8
Views: 2207

No problem!

The bottom of my topic pages looks like this, but I'm sure you can modify it to your liking.