| View previous topic :: View next topic |
| Author |
Message |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Sep 30, 2002 5:43 pm Post subject: Windows Help |
|
|
Can somebody explain me how to make a windows help file? _________________ phpBB Development Team |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon Sep 30, 2002 6:15 pm Post subject: |
|
|
Whooo, that's a big question. Coding WinHelp files is a world of its own. You could start here:
http://www.winwriters.com/resource.htm
There you'll find links to tools, training, resources, etc. in the sphere of WinHelp files.
Greetz
Dr. Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Sep 30, 2002 6:56 pm Post subject: |
|
|
Thanks..
I didn't knew that Helpfiles so difficult were to made
I downloaded HelpWord 3. It's an easy program to use! _________________ phpBB Development Team |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon Sep 30, 2002 11:52 pm Post subject: |
|
|
I have always used .chm (compiled HTML help file). They have now been the popular choice even among Microsoft applications, and if you don't know HTML, you can just use Microsoft Word or something equivalent to easily generate your HTML files. From there, you simply add them to the Microsoft HTML Help Compiler, create a table of contents, and index (optional), etc...
HTML Help is very easy; I never found the traditional help files to be easy. |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Tue Oct 01, 2002 6:53 am Post subject: |
|
|
Thanks,
I will try that to! _________________ phpBB Development Team |
|
| Back to top |
|
 |
Jimjams Newbie

Joined: 23 Sep 2002 Posts: 21
|
Posted: Tue Oct 01, 2002 8:05 am Post subject: |
|
|
To make things even easier you might consider downloading HTML HELP EPUBLISHER which acts as an interface between HTML HELP WORKSHOP and your HTML-editor (Word, Dreamweaver, Frontpage...).
It's freeware and it really speeds things up for a newbie.
You can download it at http://www.htmlhelp-epublisher.co.uk
Good luck!  |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Wed Oct 02, 2002 9:54 am Post subject: |
|
|
I found a couple of restrictions with the HtmlHelp files, if i read the info correctly. You need an intel processor and you need to be running IE - both i think are serious restrictions. For example, i am running amd on my computer
Serge _________________
|
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Wed Oct 02, 2002 10:04 am Post subject: |
|
|
There shouldn't be any problems regardings processor types. Users should be running MSIE 3.02 or later, but HTML Help files incorporate
a Java applet which provides some degree of cross-browser portability. So you shouldn't worry about those things.
As concerns the choice of help file format, well that's a matter of taste. Many professional help file writers (about 40%) still use the old
WinHelp format as it has features that HTML Help does not (e.g. those well-known pop-up boxes).
Greetz
Dr. Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Wed Oct 02, 2002 2:13 pm Post subject: |
|
|
| Actually there are ways to simulate a popup using CSS and Javascript. |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Wed Oct 02, 2002 3:51 pm Post subject: |
|
|
Sure there are ways of doing this, but unfortunately JavaScript etc. tends to be vulnerable to different browser systems and browser versions
so you could, by using such non-standard techniques, end up with a help file that does not run properly in older browsers (for instance Mac
might have trouble here ) or you lose the cross-browser abilities of the system.
This being said, I must point out that I use HTML Help myself (and like it) but alongside with the classical help file format, which is really robust in
any Windows environment.
Greetz
Dr. Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Wed Oct 02, 2002 8:49 pm Post subject: |
|
|
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Wed Oct 02, 2002 11:39 pm Post subject: |
|
|
Needing an Intel processor is like needing an IBM computer, just means something compatible to that. _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
|