Hi, I'm new to FAR, new to this group, and generally pretty ignorant about building .chms. Anyway, my .chm builds are referencing all kinds of files from...
383
catuxa33
Apr 2, 2009 12:20 am
Hi! I'm working on a delphi7 application. This application uses HTML Help with the HH Kit and the D6OnHelpFix.pas. They want me to make sure that you can uses...
384
Rob Chandler
helpwarenet
Apr 2, 2009 12:56 am
... Should be problems. But I don't think I've every tried D2007. You'll soon find out - if Help events don't fire then you need the fix unit. I'll try and...
385
Rob Chandler
helpwarenet
Apr 2, 2009 1:06 am
Hi You have to be very careful with HTML Help projects. The compiler "follows links" and automatically pulls in files. Always good to use FAR HH Utils window...
386
djdawei
May 14, 2009 5:07 pm
When I use HH Utils to remove the extraneous files, it doesn't seem to have any effect on the .chm. The files still appear in search results. How do I...
387
Rob Chandler
helpwarenet
May 15, 2009 1:20 am
Watch your log and try and pinpoint when these files are compiled into the CHM. If there is link to the file in you HHC, HHK, HHP or from any HTML .. you have...
388
tourterelle75017
tourterelle7...
Jun 7, 2009 1:04 pm
Hi, I used a trial version of FAR HTML several months ago and successfully merged the TOC, index, and search of multiple chm files by including the child chms...
389
Rob Chandler [MVP]
helpwarenet
Jun 7, 2009 1:14 pm
Hi Cynthia You must have a setting that's wrong. Especially make sure all Project files have setting: non-Binary TOC, Binary Index as this will inhibit the...
390
Cynthia Bailey
tourterelle7...
Jun 7, 2009 7:39 pm
Hi Rob, Thank you so much for responding so quickly, and on a Sunday! When I looked into trying your solution, I discovered I had forgotten to add the child...
391
deshimam
Jun 25, 2009 10:39 pm
I have converted existing .hhp project to .hxc project using FAR. Both projects are using existing HTML files. I am getting this error 'Error: HXC3023: Failed...
392
Rob Chandler
helpwarenet
Jun 26, 2009 4:09 am
I've replied to your post in Codeplex. Rob...
393
djdawei
Sep 9, 2009 5:12 pm
Hi, I'm using the 'Make Uncompressed Help' dialog to publish to web. My TOC has an 'include file' link that is not getting picked up in the final web help...
394
Rob Chandler
helpwarenet
Sep 10, 2009 1:30 pm
Hi David So we don't have a nice automated solution for TOC includes. You can however manually include manually... 1. Load master TOC into TOC editor 2....
395
Rob Chandler
helpwarenet
Sep 10, 2009 3:37 pm
Oops sorry I should have said ... 3. Select TOC > Import from TOC File At 11:28 PM 10/09/2009, Rob Chandler wrote: Hi David So we don't have a nice automated...
396
djdawei
Sep 10, 2009 5:11 pm
Thanks Rob!...
397
jsigren
Nov 3, 2009 9:54 pm
Above the topic list is a large blue tab-like region; thin blue outline around rest of content tab. Other help projects compiled with FAR do not have this blue...
398
Rob Chandler
helpwarenet
Nov 3, 2009 11:08 pm
TOC area? Sounds like you may have experimented with TOC advanced settings. In the TOC properties page, hit the Reset button to reset your styles. Save and...
399
jsigren
Nov 4, 2009 3:16 pm
I figured it out - you are right - the problem was with a new window type specified with the Project Editor; When I opened the TOC Editor and looked at the...
400
jsigren
Nov 4, 2009 9:37 pm
Hi, Weird problem. I opened the project editor and changed the window position and size values to increase the width of the navigation pane. The hhp has not...
401
Paul Hanson
prhmusic
Nov 4, 2009 9:43 pm
What did you change the window position and size values to? It was ____, and now it is ______ (tell us) I'm thinking that there is something incorrect in the...
402
jsigren
Nov 4, 2009 9:56 pm
The nav pane width was 0 (which is odd) and I changed it to 250. The nav pane on the chm has always had a decent width (why i don't know since 0 indicates no...
403
Rob Chandler
helpwarenet
Nov 4, 2009 11:38 pm
Hi Janet (and thanks Paul) You know it is actually easy to set width=0 if you (on the Windows Types page) misread the fields... they are Left, Top, Right,...
404
jsigren
Nov 5, 2009 2:03 pm
Hi, I was changing the "Navigation pane width" on the TriPane dialog from 0 to 250. If I change any hhp setting and compile then the chm won't open. I just now...
405
jsigren
Nov 5, 2009 2:32 pm
I ended up creating a new hhp file with the existing files in the help project, and have no problems changing hhp settings now. Thanks Paul and Rob for your...
406
Rob Chandler
helpwarenet
Nov 6, 2009 3:47 am
A Strange one. Send me the old and the new .HHP if you like. ... compiled - "unable to open chm" message. Maybe an invalid width got stuck in the HH persistent...
407
Don
donm14450
Dec 24, 2009 10:57 pm
Rob, I'm sure I'm overlooking something easy, but I can't figure out how to display a Locate button in the toolbar of my HTML help file. Any help appreciated....
408
Rob Chandler
helpwarenet
Dec 24, 2009 11:01 pm
Hi Don Locate... as in Search? No the tool bar setup is fix in FAR. There is an advanced Search button in the Find & Replace panel (Ctrl+F).. Or just press F3....
409
Rob Chandler
helpwarenet
Dec 24, 2009 11:47 pm
Oh I'm sorry Don (now awake)... 1. Open your help project in FARs "HH Project Editor" 2. In the "Windows Types" page make sure you have a Windows type defined....
410
Don
donm14450
Dec 27, 2009 11:20 pm
Thanks, that got me straightened out. Don...
411
psijoeah
Jan 13, 2010 4:44 pm
Is there a way to compile my hhp file from a command line so I could add it to my final build process? Thanks. (I'm using far 4.3.0.681)...