winhelp stops woking when upgrading to delphi 2005
Next message: Maarten Wiltink: "Re: Grid with variable columns"
Date: 15 Mar 2005 08:02:52 -0800
Hi,
In my delphi code i had lines like:
Application.helpjump('power_plant');
In delphi 7 it worked alright, but when i migrated to delphi 2005
it doesn't work although i added the unit WinHelpViewer to the uses
clause. Helpjump return true, so the filename of the help file (.hlp)
is a valid name, somewhere i saw the advice to use helpcontext rather
than helpjump but i have to clue what the parameter means and random
numbers didn't jump to any page of the file help but rather gave an
error: unknown index.
Please, i'd be very grateful if someone could shed any light about
this issue.
Very appreciated.
Next message: Maarten Wiltink: "Re: Grid with variable columns"
Relevant Pages
- Re: timing a method
... >> Windows unit. ... Windows in the uses clause and all is good. ... >code with Borland's C product or Delphi is writtern in C, ... the Help File you are looking at is the Win32 Programmer's ... (alt.comp.lang.borland-delphi) - Re: D7 --- Load different .hlp file by pressing F1 key at each form of an application
... For make you help file you can use ShalomHelpMaker ... Never change the HelpFlie property of the application cause Delphi do it ... How can i load a .hlp file from Delphi anyway? ... TApplication named "Application" when a Delphi app is run). ... (comp.lang.pascal.delphi.misc) - Re: Installing a new HLP file in Delphi?
... > TStringList and resaving it works fine. ... Delete the *.GID Delphi help file. ... show up in the OpenHelp tabs of Delphi 7 help file, ... (borland.public.delphi.thirdpartytools.general) - Re: F1 Help - Accessing a help file
... F1 help is generally supported by Delphi. ... routes the help request to the context sensitive help system. ... help keywords. ... help file contains the context number mapping and/or the keyword. ... (borland.public.delphi.language.objectpascal) - Re: Embarcadero buyout?
... "Brion L. Webster" wrote in message ... Delphi will live or die by its help file. ... Additional documentation not to be neglected either, but the Help file is what makes Delphi usable. ... (borland.public.delphi.non-technical) |
|