Command line build causes window of HTML help incorrect

This forum is for all Flare issues related to the Microsoft HTML Help target.
This target produces "CHM" files in the output.
Post Reply
yanglu
Jr. Propeller Head
Posts: 6
Joined: Sun May 11, 2008 8:16 pm

Command line build causes window of HTML help incorrect

Post by yanglu »

Hello,

I am having problem to build html help from the command line compiler, madbuild.

In the Flare GUI tool, I set the size of html help window as 1000x700 and it works fine with it. However, when I use the madbuild to build it, the window of result chm file becomes very small and always displays at the left top corner of the screen.

Did I miss anything?

Thanks,

Yang
Richard Ferrell
Propellus Maximus
Posts: 840
Joined: Mon May 01, 2006 10:11 am
Location: Inside California

Re: Command line build causes window of HTML help incorrect

Post by Richard Ferrell »

Are you passing along the target name in the command line build?
Richard Ferrell

Certified Madcap Trainer
Image
yanglu
Jr. Propeller Head
Posts: 6
Joined: Sun May 11, 2008 8:16 pm

Re: Command line build causes window of HTML help incorrect

Post by yanglu »

Yes, I tried both ways - either use target name or not, but they behave same. Are you able to reproduce the problem on your side?
Richard Ferrell wrote:Are you passing along the target name in the command line build?
JasonSTI
Sr. Propeller Head
Posts: 112
Joined: Mon Jan 07, 2008 11:34 am

Re: Command line build causes window of HTML help incorrect

Post by JasonSTI »

I have tried this as well, and had the same result. We have our files set to build 800 x 600 windows in the center of the screen, but using the command line it does not recognize this size and instead builds much smaller (300 x 150 possibly) in the top left of the screen. We normally build without specifying the target, as we only have one, but testing it with a specified target did not change the output.

I'll put this in as a bug as well.
yanglu
Jr. Propeller Head
Posts: 6
Joined: Sun May 11, 2008 8:16 pm

Re: Command line build causes window of HTML help incorrect

Post by yanglu »

Hi Richard,

Can MadCap provide a workarround or hot fix for this problem? Because of this problem, we are not able to setup a build machine to automate the entire process while MadCap advertised that this is one of the major benefits for registered/paid user.

Thanks,
Yang
yanglu
Jr. Propeller Head
Posts: 6
Joined: Sun May 11, 2008 8:16 pm

Re: Command line build causes window of HTML help incorrect

Post by yanglu »

MadCap support,

Please confirm that if this bug has been fixed in Flare 4. I am thinking of paying to upgrade from 3.1 to 4 if this bug is fixed.

Thanks,
Yang
RamonS
Senior Propellus Maximus
Posts: 4293
Joined: Thu Feb 02, 2006 9:29 am
Location: The Electric City

Re: Command line build causes window of HTML help incorrect

Post by RamonS »

The Flare 4 release notes are here:
http://kb.madcapsoftware.com/Content/Fl ... _Notes.htm
Is it listed there as fixed? I didn't check.
NealPozner
Propeller Head
Posts: 31
Joined: Wed Nov 22, 2006 3:58 pm
Location: The MadCave

Re: Command line build causes window of HTML help incorrect

Post by NealPozner »

yanglu wrote:MadCap support,

Please confirm that if this bug has been fixed in Flare 4. I am thinking of paying to upgrade from 3.1 to 4 if this bug is fixed.

Thanks,
Yang
This issue is one of the issues that has been addressed with the release of Flare V4.
Neal Pozner
Madcap Software
JasonSTI
Sr. Propeller Head
Posts: 112
Joined: Mon Jan 07, 2008 11:34 am

Re: Command line build causes window of HTML help incorrect

Post by JasonSTI »

This does not seem to have been fixed. Using Flare 5.1, and still get intermittent "small windows". Sometimes, it builds without a problem, othertimes we get the small windows in the upper left of the screen. We thought it was a resource issue, but it just occurred after a reboot. Very stumped at the moment as to why. Rebuilding again corrected it, but to build all of our Help takes ~90 minutes, so can't afford to do this on-demand. And our nightly build is hit or miss as to whether they will be affected. Anyone else still having problems?
brad friesen
Propeller Head
Posts: 33
Joined: Wed Jul 25, 2007 8:14 am
Location: Winnipeg, Manitoba

Re: Command line build causes window of HTML help incorrect

Post by brad friesen »

Has anyone found a solution to this problem? I'm also having the same problem building chm files from the command line.
JasonSTI
Sr. Propeller Head
Posts: 112
Joined: Mon Jan 07, 2008 11:34 am

Re: Command line build causes window of HTML help incorrect

Post by JasonSTI »

After a discussion with Support, it may be an issue with Anchors being improperly enabled. We changed the .FLSKN file using Notepad, and changed the Anchors line to remove the incorrect anchors. Now it is just:

Code: Select all

Anchors=""
We havn't had any of these issues since that change, so hopefully they are gone for good.
Post Reply