Search found 225 matches

by chuck_agari
Tue Jan 28, 2020 3:40 pm
Forum: Web-based Outputs
Topic: background image in page footer?
Replies: 1
Views: 799

Re: background image in page footer?

Well, never mind, sort of. I found the .topicfooter class in the CSS and added this: background-image: url("../Images/Agari_footer_dots.png"); background-repeat: no-repeat; background-position: bottom left; height: 80px; This worked, as far as giving me what I wanted, a background image in...
by chuck_agari
Tue Jan 28, 2020 2:42 pm
Forum: Web-based Outputs
Topic: background image in page footer?
Replies: 1
Views: 799

background image in page footer?

Can I use standard HTML/CSS to put a background image in a page footer? I tried this in the master page used for HTML5 output: <MadCap:pageFooter MadCap:conditions="Agari.Online Only"> <p class="topicfooter" style="background-image: url('../Images/Agari_footer_dots.png');&qu...
by chuck_agari
Tue Jan 21, 2020 1:50 pm
Forum: Flare's General Discussion
Topic: Windows update causing crashes?
Replies: 3
Views: 1226

Re: Windows update causing crashes?

Have you tried the default fix? 1. Close your project in Flare. 2. Delete the Analyzer folder. 3. Re-open Flare. Flare then re-analyses the project and builds a new database in the Analyzer folder. I don't know why that database gets corrupted, but that's a pretty fool-proof way to regenerate it, a...
by chuck_agari
Tue Jan 14, 2020 5:34 pm
Forum: Flare's General Discussion
Topic: Windows update causing crashes?
Replies: 3
Views: 1226

Windows update causing crashes?

Since updating to the latest version of Windows, including security patches, and, IIRC, a .NET update, I've been getting a lot of crashes--techically exceptions, because Flare doesn't go away--when I try to generate or publish a target. Not all the time, and a Flare restart seems to usually "fi...
by chuck_agari
Mon Jan 13, 2020 12:28 pm
Forum: Flare's General Discussion
Topic: Bug in variable in variable when variable filename changed
Replies: 2
Views: 1123

Bug in variable in variable when variable filename changed

I found a bug. I also found a workaround. This is what I reported to MadCap: A variable that can contain a variable is great. But I found what seems to be a bug. When you change the name of a variables file, if a variable contains a variable that was in that file, that variable's reference is not ch...
by chuck_agari
Tue Dec 10, 2019 11:40 am
Forum: Printed Documentation Targets
Topic: PDF Writer: Failed to convert to PDF font: Arial Unicode MS.
Replies: 5
Views: 3607

Re: PDF Writer: Failed to convert to PDF font: Arial Unicode

So with this a VM running a fresh install of Windows 10 I'm SOL?
by chuck_agari
Thu Nov 21, 2019 3:49 pm
Forum: Importing
Topic: Confluennce import issues
Replies: 1
Views: 1797

Re: Confluennce import issues

Well, it took MadCap "only" a week to reply, but it appears I found not one, but two bugs, officially. #153295 and #153404, if anyone else wants to track these. I was a beta tester for the very first release of Flare so many, many years ago. Guess I still am, but for the latest release. Do...
by chuck_agari
Mon Nov 04, 2019 5:30 pm
Forum: Importing
Topic: Confluennce import issues
Replies: 1
Views: 1797

Confluennce import issues

I have found a bunch of issues with the Confluence import. I am filing a bug, but I wanted to post it here too so we can keep track of MadCap's (hopeful) fixes. This is what I wrote: I found a number of issues with your new Confluence import functionality. The attached is one of the pages I imported...
by chuck_agari
Fri Nov 01, 2019 2:22 pm
Forum: Importing
Topic: Importing from Confluence?
Replies: 5
Views: 5211

Re: Importing from Confluence?

Ouch. Here's the thing. Software is supposed to be smart. The whole reason for software to exist is to do work for us, to make our work easier, better, more efficient. So when you're going to do something like this, figure out how to make is smart. For example, if the import encounters a word or phr...
by chuck_agari
Thu Oct 24, 2019 12:38 pm
Forum: Importing
Topic: Importing from Confluence?
Replies: 5
Views: 5211

Re: Importing from Confluence?

This is kind of what I suspected. This feature is not good for, for example, using Confluence to write and get feedback on drafts or any content that is likely to be updated.
by chuck_agari
Fri Oct 11, 2019 4:40 pm
Forum: Importing
Topic: Importing from Confluence?
Replies: 5
Views: 5211

Importing from Confluence?

2019 R2 introduce importing from Confluence, which seemed exciting/intriguing, especially when I read the paragraph in the docs about it about linking to the Confluence source and getting changes made to that source re-imported into Flare. Confluence is, I think, a decent way to share draft content ...
by chuck_agari
Wed Oct 02, 2019 11:38 am
Forum: Styles, Stylesheets and XML
Topic: Where is the xref code?
Replies: 9
Views: 3512

Re: Where is the xref code?

I have this in my stylesheet (this is the PDF medium, the online medium is different): MadCap|xref { mc-format: '{i}{paratext} {pageref}{/i}'; } MadCap|xref.NoPageNum { mc-format: '{paratext}'; } MadCap|xref.ConceptPageNumber { mc-format: '{i}{paratext}{/i}'; } MadCap|xref.IndexPageNumber { mc-form...
by chuck_agari
Mon Sep 30, 2019 12:06 pm
Forum: Source Control
Topic: Sequence contains more than one element
Replies: 33
Views: 29524

Re: Sequence contains more than one element

dpcremin wrote:We are having the same problems with GitHub and managing source control via the connector in Flare and the "sequence contains more than one element" issue. I have GitHub Desktop installed. Should we explore using that tool and completely disabling binding in Flare?
I would. I did.
by chuck_agari
Mon Sep 30, 2019 12:01 pm
Forum: Flare's General Discussion
Topic: Selecting the correct Font Awesome style/weight/variant
Replies: 5
Views: 2290

Re: Selecting the correct Font Awesome style/weight/variant

So I ended up doing a reinstall like the FA folks suggested. I installed only the Regular and Solid variants. And I updated my CSS thusly: @font-face { font-family: "Font Awesome 5 Pro Solid"; src: url(../Fonts/webfonts/Font_Awesome_5_Pro-Solid-900.otf); src: url(../Fonts/webfonts/fa-solid...
by chuck_agari
Mon Sep 30, 2019 11:58 am
Forum: Styles, Stylesheets and XML
Topic: Where is the xref code?
Replies: 9
Views: 3512

Where is the xref code?

I'm doing some debugging of PDF output for a partner and their cross references are not the same as mine. I've not made any changes to the cross reference formats so in my HTML5 output my cross references turn into blue underlined links and in my PDF output my cross references turn into "see 't...
by chuck_agari
Thu Sep 26, 2019 12:35 pm
Forum: Flare's General Discussion
Topic: Selecting the correct Font Awesome style/weight/variant
Replies: 5
Views: 2290

Re: Selecting the correct Font Awesome style/weight/variant

Neither adding weights to my @font-face definitions in my CSS: @font-face { font-family: "Font Awesome 5 Pro Solid"; src: url(../Fonts/webfonts/fa-solid-900.ttf); font-weight: 900; } @font-face { font-family: "Font Awesome 5 Pro Regular"; src: url(../Fonts/webfonts/fa-regular-400...
by chuck_agari
Wed Sep 25, 2019 2:16 pm
Forum: Flare's General Discussion
Topic: Selecting the correct Font Awesome style/weight/variant
Replies: 5
Views: 2290

Selecting the correct Font Awesome style/weight/variant

For the most part, I have gotten Font Awesome working correctly, and in both PDF and HTML5 outputs. However, when it comes to selecting the correct style/variant, I'm stuck--and not only in Flare. Here's how I insert an Font Awesome glyph in Flare: 1. In the app, I right-click on the FA glyph being ...
by chuck_agari
Tue Aug 27, 2019 10:08 am
Forum: Flare's General Discussion
Topic: Glossary: Am I going to have to create one manually?
Replies: 6
Views: 2051

Re: Glossary: Am I going to have to create one manually?

Don’t know what to say, then. I’ve used that technique for creating glossaries that are output to both PDF and HTML5, although I don’t do the popup thing in the latter. I have a different glossary, currently with 21 terms. 19 of those terms use their own topic. 2 of them have definitions in the tex...
by chuck_agari
Fri Aug 23, 2019 5:26 pm
Forum: Flare's General Discussion
Topic: Glossary: Am I going to have to create one manually?
Replies: 6
Views: 2051

Re: Glossary: Am I going to have to create one manually?

Sorry in advance for being brief. I hope this is enough to get you going... Put each term and definition into its own topic. Then, when adding the term to the glossary file, select the Topic option instead of the Text option, as you have done per your screenshot. I started with that. The glossary t...
by chuck_agari
Fri Aug 23, 2019 2:55 pm
Forum: Flare's General Discussion
Topic: Glossary: Am I going to have to create one manually?
Replies: 6
Views: 2051

Glossary: Am I going to have to create one manually?

What I want to get from a glossary I can't figure out how to do, in part because of Flare's limitations. Am I going to have to resort to creating a Glossary topic manually? First, I currently create PD output, but sometime, hopefully in the near future, will also be producing HTML5 output. We also h...
by chuck_agari
Tue Aug 20, 2019 1:13 pm
Forum: Printed Documentation Targets
Topic: Font errors in PDF output
Replies: 27
Views: 14539

Re: Font errors in PDF output

One of the issues here is that Preview (Mac) does not display changes properly in Flare-generated PDFs. So for documents distributed for review with changes marked, reviewers must use Acrobat. And now they can't. Also, it seems that Flare's own Preview function in topics uses Acrobat for rendering, ...
by chuck_agari
Wed Aug 07, 2019 4:44 pm
Forum: Web-based Outputs
Topic: Variable in UI text borked?
Replies: 2
Views: 1255

Re: Variable in UI text borked?

Ah, I think I figured it out. The tab is of fixed width, controlled in the Size section of the Navigation tab. When the text gets too long to fit (I tried this by just adding incrementally more text and doing builds), it doesn't truncate or wrap, it just seems to fail. I can adjust the width of the ...
by chuck_agari
Wed Aug 07, 2019 4:31 pm
Forum: Web-based Outputs
Topic: Variable in UI text borked?
Replies: 2
Views: 1255

Variable in UI text borked?

Following https://help.madcapsoftware.com/flare2019/Content/Flare/Language-Support/Changing-Text-Strings-HTML5-Skins.htm, I did this: Navigation_Tab.TOC.png in the UI Text tab of the skin editor. (The original content was just "Contents.") Then I generated the HTML5 output, I got this: bla...
by chuck_agari
Wed Jul 31, 2019 11:21 am
Forum: Styles, Stylesheets and XML
Topic: FontAwesome instead of icons for notes, etc.
Replies: 5
Views: 2697

Re: FontAwesome instead of icons for notes, etc.

To get any font working with Flare's PDFs, you need to have the TTF file locally installed in Windows on your PC. But I do. I have the Font Awesome (5.x) font files installed to Windows like they would normally be installed, and the .ttf files for Solid, Regular, and Light are all in C:\WINDOWS\FON...