Search found 13 matches

by Flareon
Fri May 19, 2023 5:31 am
Forum: Web-based Outputs
Topic: transparent.gif not rendering in HTML5 output after upgrade
Replies: 1
Views: 329

Re: transparent.gif not rendering in HTML5 output after upgrade

I actually fixed this by following the solution in another post here: https://forums.madcapsoftware.com/viewtopic.php?t=32201 The solution is to add the following post-build event to the target: mkdir "$(OutputDirectory)..\Skins\Default\Stylesheets\Images" copy "$(OutputDirectory)Skin...
by Flareon
Fri May 19, 2023 5:29 am
Forum: Styles, Stylesheets and XML
Topic: Missing Image
Replies: 8
Views: 4070

Re: Missing Image

Thanks for posting the post-build event code. This fixed the problem for me!
by Flareon
Fri May 19, 2023 1:55 am
Forum: Web-based Outputs
Topic: transparent.gif not rendering in HTML5 output after upgrade
Replies: 1
Views: 329

transparent.gif not rendering in HTML5 output after upgrade

Hello, I upgraded from Flare 2019 to Flare 2022 and now the dropdown and glossary link images don't render correctly in the HTML5 output. It is failing to load the image file and these errors appear in the browser (development mode): madcap_error.png This is what the output in the browser looks like...
by Flareon
Thu Sep 09, 2021 5:40 am
Forum: Importing
Topic: Global project linking hates the links in my imported files!
Replies: 1
Views: 5368

Re: Global project linking hates the links in my imported fi

Problem Solved! I contacted Madcap Support and the problem was the Madcap:xref style in the stylesheet which had the color set as the variable: --Dark-Gray. This variable was declared in the stylesheet under root as: :root { --Brand: #076685; --Dark-Gray: #45494c; --Medium-Gray: #b9bec1; --Light-Gra...
by Flareon
Tue Sep 07, 2021 3:21 am
Forum: Importing
Topic: Global project linking hates the links in my imported files!
Replies: 1
Views: 5368

Global project linking hates the links in my imported files!

Hi, I'm using Flare 2019 and set up a new help center project that's separate to the main help project. I've imported all the required topics (and other related files) into the help center project but when I build the help center target, the build fails when it comes across any linked topic that con...
by Flareon
Wed Feb 03, 2021 6:27 am
Forum: Printed Documentation Targets
Topic: Repeating a Heading in a Page Layout Column
Replies: 3
Views: 1116

Re: Repeating a Heading in a Page Layout Column

Thanks for the ideas Rob - I'll experiment with these and see what the outcome is!
by Flareon
Tue Feb 02, 2021 9:59 am
Forum: Printed Documentation Targets
Topic: Repeating a Heading in a Page Layout Column
Replies: 3
Views: 1116

Re: Repeating a Heading in a Page Layout Column

As a workaround, I've changed the page layout to 4 frames, as opposed to 1 frame with 3 columns. This fits the text onto the page better and is more readable.
by Flareon
Tue Feb 02, 2021 7:33 am
Forum: Printed Documentation Targets
Topic: Repeating a Heading in a Page Layout Column
Replies: 3
Views: 1116

Repeating a Heading in a Page Layout Column

Hi, I have a page layout for PDF output that contains one frame split into 3 columns. When the text from one column overflows on to the next column, I'd like to repeat the heading for that section of text with (contd) written after the heading. At the moment the widowed text at the top of the column...
by Flareon
Fri Jan 22, 2021 10:00 am
Forum: Source Control
Topic: Flare 2019 - destination already in use by another project
Replies: 1
Views: 2187

Re: Flare 2019 - destination already in use by another proje

I've now also tried moving my child folder 2 out of this folder structure and attempting to bind to the same repo. However, get the same error.
by Flareon
Fri Jan 22, 2021 9:26 am
Forum: Source Control
Topic: Flare 2019 - destination already in use by another project
Replies: 1
Views: 2187

Flare 2019 - destination already in use by another project

I'm trying to bind an existing local project to Bitbucket using the Bind project feature in the Flare UI and when it attempts to push to the new repo I've created it says "destination already in use by another project". I've come across this problem a few times over the years and each time...
by Flareon
Fri Jun 26, 2020 7:55 am
Forum: Web-based Outputs
Topic: Glossary not showing definition for 2 words together
Replies: 5
Views: 1697

Re: Glossary not showing definition for 2 words together

Thanks Gene, I've fixed it now. It turned out to be a rogue condition on one of the glossary entries that caused the issue. Here's what I did: 1. Created a new project, added the 3 terms to the default glossary and in the test HTML5 topic, all entries were picked up correctly. test_topic.png 2. I ad...
by Flareon
Wed Jun 17, 2020 8:24 am
Forum: Web-based Outputs
Topic: Glossary not showing definition for 2 words together
Replies: 5
Views: 1697

Re: Glossary not showing definition for 2 words together

Hi,

Yes, I have 3 separate entries in one glossary as follows:

- unknown
- cluster
- unknown cluster

My HTML output file is set to 'Convert first occurrence of term".
by Flareon
Tue Jun 02, 2020 10:00 am
Forum: Web-based Outputs
Topic: Glossary not showing definition for 2 words together
Replies: 5
Views: 1697

Glossary not showing definition for 2 words together

Hi, I'm using Flare 2019 and I have a glossary definition for two terms: "unknown" and "cluster". I would also like to have a term for "unknown cluster" but the glossary definition appears in my HTML5 output only for the single terms and not the two words together. Does...