Search found 162 matches

by AlexFox
Tue Apr 23, 2024 1:08 am
Forum: Web-based Outputs
Topic: error when resolving links in output files for Clean XHTML
Replies: 1
Views: 59

Re: error when resolving links in output files for Clean XHTML

Is the "Open Build Log" button in the Builds window not available?
by AlexFox
Wed Apr 17, 2024 5:28 am
Forum: Tips and Tricks
Topic: Pinned Items - Styles, Variables, Etc.
Replies: 2
Views: 7257

Re: Pinned Items - Styles, Variables, Etc.

Flare generates a .gitignore for these files when binding to source control such as ADO, and it doesn't show them in the Flare client by design as they are metadata. They simply tell Flare the pinned and recently used content in Variables, Images, Snippets etc. (for the respective Insert... dialogue...
by AlexFox
Wed Apr 17, 2024 5:01 am
Forum: Single-Sourcing
Topic: Parameter driven Target-based Conditions - Another Way?
Replies: 2
Views: 94

Re: Parameter driven Target-based Conditions - Another Way?

I've never personally used it but I'll probably procure a licence later this year as our various Flare projects are getting bigger and bigger, but there is a paid solution on the market called Target Control - https://www.tbro.dk/ It's linked to officially by Flare from this page , so it's an advoca...
by AlexFox
Mon Apr 15, 2024 3:37 am
Forum: Printed Documentation Targets
Topic: Controlling background image size
Replies: 3
Views: 96

Re: Controlling background image size

No guarantee but I have noticed that sometimes PDF output prefers CSS shorthand instead of explicit declarations so you could try that:

Code: Select all

p.NotesIcon
{
	background: url(C:\(redacted)\Content\Resources\Images\Notes_Icon.png) no-repeat 9px 5px/20px white;
}
by AlexFox
Mon Apr 15, 2024 3:33 am
Forum: Printed Documentation Targets
Topic: Indestructible folder
Replies: 5
Views: 132

Re: Indestructible folder

Microsoft PowerToys has a File Locksmith/What's using this file utility that is very useful for seeing why a file is locked.
by AlexFox
Thu Apr 11, 2024 8:05 am
Forum: Styles, Stylesheets and XML
Topic: Setting of Position: Absolute is cutting off text
Replies: 1
Views: 72

Re: Setting of Position: Absolute is cutting off text

Yes this is a frustrating issue with Flare and dropdowns. I recommend you use flex for your layouts in a column with the footer being aligned with the flex-end. Flex is amazing and solves all sorts of layout problems such as this. Excellent help for flex is here - https://css-tricks.com/snippets/css...
by AlexFox
Thu Apr 11, 2024 5:56 am
Forum: Getting Started and Installation Issues
Topic: Setting up the process: Better to import from or export to other projects?
Replies: 3
Views: 105

Re: Setting up the process: Better to import from or export to other projects?

I would personally that you get into some sort of Source Control urgently, as it can save you from a lot of issues. Do you use ADO etc. at your company? How come you'll be able to use GitHub "eventually", why the delay?
by AlexFox
Wed Apr 10, 2024 10:26 am
Forum: Styles, Stylesheets and XML
Topic: Cursor button shortcut for next or previous button
Replies: 5
Views: 120

Re: Cursor button shortcut for next or previous button

I tested putting it in <script> tags in the head of my template page that has the buttons and it works fine for me on every page, perhaps try that?
by AlexFox
Wed Apr 10, 2024 7:15 am
Forum: Styles, Stylesheets and XML
Topic: Cursor button shortcut for next or previous button
Replies: 5
Views: 120

Re: Cursor button shortcut for next or previous button

You can put some jQuery into the skin that should achieve this, I've tested it locally in devtools but not in an actual build however.. $(document).keydown(function(e) { if (e.which == 39) { $(".next-topic-button").click(); } else if (e.which == 37) { $(".previous-topic-button")....
by AlexFox
Wed Apr 10, 2024 3:37 am
Forum: Printed Documentation Targets
Topic: Can a page layout call a different variable set depending on the doc using it?
Replies: 3
Views: 94

Re: Can a page layout call a different variable set depending on the doc using it?

No problem! Yep Flare can be quite confusing/intimidating when you get started, but keep persevering!
by AlexFox
Tue Apr 09, 2024 2:12 am
Forum: Printed Documentation Targets
Topic: Can a page layout call a different variable set depending on the doc using it?
Replies: 3
Views: 94

Re: Can a page layout call a different variable set depending on the doc using it?

It seems you might be doing things a little bit backwards. You don't need to have a variable set for each document type, you just use the target to set what the variables should be for that output. This way you can use one page layout, one variable set but have multiple targets in which you set the ...
by AlexFox
Mon Apr 08, 2024 6:14 am
Forum: Printed Documentation Targets
Topic: "Failed to convert to PDF Font:"
Replies: 19
Views: 20992

Re: "Failed to convert to PDF Font:"

Usually this is down to the font being installed for one user when it needs to be installed for all users.
by AlexFox
Mon Apr 08, 2024 4:41 am
Forum: Flare's General Discussion
Topic: Image optimisation software (batch) recommendations?
Replies: 11
Views: 1692

Re: Image optimisation software (batch) recommendations?

I highly recommend PowerToys - it's a Microsoft-published set of utility tools with some fantastic features, one of them being batch image resizing in a directory.
by AlexFox
Thu Mar 28, 2024 2:18 am
Forum: Flare's General Discussion
Topic: drop-down hotspot
Replies: 4
Views: 483

Re: drop-down hotspot

This might well be due to Flare getting confused and not applying styles correctly, which can happen with MC| elements. I'd recommend inspecting the output with your browser developer tools and targeting the exact elements you want to style. The downside of this is that the styles won't be reflected...
by AlexFox
Tue Mar 19, 2024 7:18 am
Forum: Web-based Outputs
Topic: Link targets have no breadcrumbs
Replies: 6
Views: 543

Re: Link targets have no breadcrumbs

Did you ensure this option was checked in the advanced target settings?

Image

(Advanced > Synchronize navigation elements with TOC entries) - In case the image doesn't work on these AWFUL forums.
by AlexFox
Tue Mar 19, 2024 7:13 am
Forum: Flare's General Discussion
Topic: drop-down hotspot
Replies: 4
Views: 483

Re: drop-down hotspot

Hi, a dropdown hotspot is automatically created within the dropdown head when you add dropdown text to a topic. You can select different text within the dropdown head if you want to change which text acts as the hotspot, then you'll see the option is selectable.
by AlexFox
Tue Mar 12, 2024 5:31 am
Forum: Flare's General Discussion
Topic: SharePoint Explorer with 365 in Flare 2018 not working
Replies: 9
Views: 8513

@Trent Sorry but I don't agree here. Flare is just plain weird with a lot of behaviours and this is one of them. I have SSO enabled for our Central licence and frequently get logged out of it on the Flare side and have to put my full work credentials in to sign into my Microsoft account to allow me ...
by AlexFox
Tue Jan 30, 2024 6:45 am
Forum: Single-Sourcing
Topic: Image conditions at snippet level?
Replies: 0
Views: 547

Image conditions at snippet level?

Hi, is it possible to use image conditions at snippet/topic level so I can use the same image multiple times but show/hide specific annotations based on the context the image appears in? The image is properly connected to the project as I can see all the project condition sets and my annotation is c...
by AlexFox
Thu Dec 21, 2023 1:40 am
Forum: Printed Documentation Targets
Topic: Linked TOC not included in PDF
Replies: 1
Views: 15299

Re: Linked TOC not included in PDF

I see this post is a few weeks old but I'm curious if you solved this? Hopefully you managed to figure it out!
by AlexFox
Tue Dec 19, 2023 3:13 am
Forum: Central's General Discussion
Topic: Time/Date variable set to update "On File Save" updates on every Central build
Replies: 2
Views: 2566

Time/Date variable set to update "On File Save" updates on every Central build

I have raised a bug for this, but hoping the community has some insight/workaround. I have a Time/Date variable that updates on each file save and works perfectly in local builds, however when the project is pushed to central and built into a central-hosted site, all instances of the timestamp are u...
by AlexFox
Tue Dec 12, 2023 3:26 am
Forum: Flare's General Discussion
Topic: HTML5-Help: Breadcrumps and toolbar next to each other
Replies: 1
Views: 7505

Re: HTML5-Help: Breadcrumps and toolbar next to each other

I would have thought setting a width or min-width of 50%/50vw on the cell that usually contains the breadcrumbs would resolve this?
by AlexFox
Tue Dec 05, 2023 7:00 am
Forum: Printed Documentation Targets
Topic: linking to specific sections of the pdf
Replies: 3
Views: 9006

Re: linking to specific sections of the pdf

Ah sorry, I misunderstood, but this might still be possible by appending #mysection to your URL where mysection is the bookmark name.
by AlexFox
Tue Dec 05, 2023 3:23 am
Forum: Source Control
Topic: Unable to pull
Replies: 3
Views: 19578

Re: Unable to pull

Apologies jonestone, I mistyped!