Search found 22 matches

by KHupp
Mon Jan 28, 2019 10:04 am
Forum: Microsoft CHM Help
Topic: Make sure the web address //ieframe.dll/dnserrordiagoff.htm#
Replies: 11
Views: 12100

Re: Make sure the web address //ieframe.dll/dnserrordiagoff.

SOLUTION!!! Well, solution that fixes my issue... I found out that the software we develop is primarily C++ and we use ID's to do call outs for help. This makes it easy as I control file placement and names. Well, this program is an OLD app that was done on DOT Net and uses actually file locations s...
by KHupp
Mon Jan 28, 2019 7:58 am
Forum: Microsoft CHM Help
Topic: Make sure the web address //ieframe.dll/dnserrordiagoff.htm#
Replies: 11
Views: 12100

Re: Make sure the web address //ieframe.dll/dnserrordiagoff.

Has anyone found a solution to this issue. My chm build has started this issue now. I have concluded it is only within one project as all other projects build their respective chm file without this issue. My log file is clear of all warnings and errors. No "#" in my file names. I see Georg...
by KHupp
Wed Oct 24, 2018 7:45 am
Forum: Printed Documentation Targets
Topic: Index output wrong for PDF
Replies: 3
Views: 1306

Re: Index output wrong for PDF

So after a lot of trial and error, I found that the word "Auto" is not a good word for the "Keyword" tags. My original code was: <h2 class= "LevelTwo" MadCap:autonum=" 1.1  "> <MadCap:keyword term= "Auto Zero Offset" /> Auto Zero Offset </h2> After r...
by KHupp
Mon Oct 22, 2018 9:48 am
Forum: Printed Documentation Targets
Topic: Index output wrong for PDF
Replies: 3
Views: 1306

Index output wrong for PDF

Hi All, From time to time, I have an issue where my Index will not output correctly to PDF. I have my Index configured with an Index template that contains 2 columns. The Index is suppose to output like this: Image1.png BUT, on occasion I get an output like this: Image2.png I have checked my chapter...
by KHupp
Tue Mar 27, 2018 2:53 am
Forum: Flare's General Discussion
Topic: Working with Images
Replies: 11
Views: 3735

Re: Working with Images

Still no go... :cry: I'm beginning to think this is an issue that Madcap needs to fix and/or implement in the future. <img src="../Images/Chng DB Load Order.png" MadCap:mediastyle="@media print { height: auto;width: 275px; }" style="height: auto;width: 350px;float: right;ver...
by KHupp
Thu Mar 22, 2018 4:33 am
Forum: Flare's General Discussion
Topic: Working with Images
Replies: 11
Views: 3735

Re: Working with Images

I changed my note to a "DIV" and added the "overflow" so this is what my code looks like now... Blue is image and red is note with background color. <p class="image"> <img src="../Images/Chng DB Load Order.png" MadCap:mediastyle="@media print { height: au...
by KHupp
Wed Mar 21, 2018 3:03 am
Forum: Flare's General Discussion
Topic: Working with Images
Replies: 11
Views: 3735

Re: Working with Images

I didn't do a preview or rebuild. I only went on what it showed within the editor. :oops: It works on building the HTML and the CHM files, but alas, it does not do the PDF which is our primary. Thanks for the info as it does help for the app help files so that is a big plus! Now just need a fix for ...
by KHupp
Wed Mar 21, 2018 2:07 am
Forum: Flare's General Discussion
Topic: Working with Images
Replies: 11
Views: 3735

Re: Working with Images

I removed the orphan stuff and add the "overflow: auto;" as suggested, but nothing happened. :cry: <img src="../Images/CANMonitor Sym Tbl.png" class="img_5ptTB" MadCap:mediastyle="@media print { width: 275px; }" style="width: 300px;float: right;vertical-a...
by KHupp
Tue Mar 20, 2018 9:29 am
Forum: Flare's General Discussion
Topic: Working with Images
Replies: 11
Views: 3735

Re: Working with Images

Image is in green Text with background is in blue <img src="../Images/CANMonitor Sym Tbl.png" class="img_5ptTB" MadCap:mediastyle="@media print { width: 275px; }" style="width: 300px;float: right;vertical-align: text-top;padding-left: 0px;padding-right: 0px;padding...
by KHupp
Tue Mar 20, 2018 3:10 am
Forum: Flare's General Discussion
Topic: Working with Images
Replies: 11
Views: 3735

Working with Images

I was hoping someone has an answer as to why I am getting these results... When I insert images into my doc, I will set the "Image Properties" to position option to Float = Right, Clear = Default, Vert Align = Text Top and Left border with a 12 px margin. When there is text with a backgrou...
by KHupp
Tue Jul 26, 2016 4:08 am
Forum: Microsoft CHM Help
Topic: CHM compile has error
Replies: 14
Views: 12282

Re: CHM compile has error

I have had this issue a few times. Once in Flare 9 and again now in Flare 12. The issue is the Microsoft CHM support within Windows. :evil: After days of dealing with support, searching the I-net and doing trial/error troubleshooting, :shock: the overwhelming evidence points to shortening the file/f...
by KHupp
Thu Sep 24, 2015 6:05 am
Forum: Web-based Outputs
Topic: "Loosing" my Skin....
Replies: 0
Views: 502

"Loosing" my Skin....

I have noticed on occasion that when I build my Web Help file, that Flare will disregard my custom Skin referenced in the Target properties and revert back to my Default Skin. I have viewed the build logs and found nothing to indicate the custom skin was not found or any kind of error message that w...
by KHupp
Mon Jun 09, 2014 7:21 am
Forum: Source Control
Topic: Binding with TFS
Replies: 0
Views: 1487

Binding with TFS

I am trying to get Flare 9 to bind with TFS and I keep getting an error when Flare attempts the connection. The error appears when I click finish on the screen that has Project Name and Project Folder on it. The error is "The work space ABC12345;User Name already exists on computer ABC12345.&qu...
by KHupp
Thu Feb 27, 2014 7:53 am
Forum: Flare's General Discussion
Topic: Table positioning in diff outputs
Replies: 6
Views: 4189

Re: Table positioning in diff outputs

Ok that worked for displaying the table position correctly in HTML (left) and PDF (centered), but not in Word. Considering all the "issues" between Flare & Word, I am satisfied with the results. Most (98%) of the outputs will be HTML & PDF and for the few DOC's I do, I can change.....
by KHupp
Thu Feb 27, 2014 7:28 am
Forum: Flare's General Discussion
Topic: Table positioning in diff outputs
Replies: 6
Views: 4189

Re: Table positioning in diff outputs

So I set the table position to "default" under the "Align" section of the table properties. Copied code into the Table style sheet (Doc_control.css) and saved... Note: edited the table style sheet in "Internal Text Editor" @media non-print { table.TableStyle-Doc_control...
by KHupp
Thu Feb 27, 2014 5:19 am
Forum: Flare's General Discussion
Topic: Table positioning in diff outputs
Replies: 6
Views: 4189

Re: Table positioning in diff outputs

Thanks for your reply, but what I need is how to set up the table to display Left Justify in web and Center in print. I did what you said but when I change the table alignment in print medium, they all change. So if mediums are not the way to accomplish this, then that is fine, the question then bec...
by KHupp
Wed Feb 26, 2014 1:21 pm
Forum: Flare's General Discussion
Topic: Table positioning in diff outputs
Replies: 6
Views: 4189

Table positioning in diff outputs

I want to be able to have a table show up centered in PDF/Doc outputs but show up Left Justified in HTML/Web based outputs. How do I accomplish this? This is what I have attempted so far: Tried mediums by setting the default medium and then going to the tables properties and setting "Alignment&...
by KHupp
Tue Feb 25, 2014 8:14 am
Forum: Web-based Outputs
Topic: output of Tables not correct in diff formats
Replies: 2
Views: 1021

Re: output of Tables not correct in diff formats

I looked at all the margin-tops and padding in my style sheets and while searching found this... In style sheets, I went to the properties of the style for the text that is in the table. Under the "Paragraph" tab, I found that spacing was set to Length: 1.15 (em) for Before and After . I s...
by KHupp
Mon Feb 24, 2014 12:49 pm
Forum: Web-based Outputs
Topic: output of Tables not correct in diff formats
Replies: 2
Views: 1021

output of Tables not correct in diff formats

I have a table that when I do a PDF, it shows up correcting, but when I do Word, HTML or HTML Help, it shows up wrong.
(see images)

Any ideas?
pdf - correct.png
html-doc_ incorrect.png
Thanks in advanced!

Keith - still a newbie, but drinking less! :shock:
by KHupp
Mon Feb 10, 2014 5:56 am
Forum: Importing
Topic: Missing text on import
Replies: 7
Views: 3349

Re: Missing text on import

ChoccieMuffin - Did the whole style (not local) changing and even named it ones that are Flare names. - Same results. wclass - no fields. Same issue happens when I make everything a standard style, copy/past everything into a brand new, blank, no added stuff Word doc. Paste is done as text only, no ...
by KHupp
Fri Feb 07, 2014 9:27 am
Forum: Importing
Topic: Missing text on import
Replies: 7
Views: 3349

Update to "Missing text on import"

So playing around and thinking.... :idea: What "if" Flare is "censoring" my document.... :evil: Maybe the words that are deleted are "bad" words and my doc is too "contriversal" to even import.... :twisted: Maybe..... Well anyways... the words being deleted ar...
by KHupp
Fri Feb 07, 2014 6:37 am
Forum: Importing
Topic: Missing text on import
Replies: 7
Views: 3349

Missing text on import

I have been trying to import a file from Word into Flare and I have noticed that I am missing different text areas from the doc. Specs: Word 2010 Flare V9.1.2 Steps: New Project -> Import Word Doc -> Set out put to PDF (have also tried HTML5 & Word and get the exact same results)->Add File -> ev...