Search found 795 matches

by Psider
Mon Jun 20, 2022 4:58 pm
Forum: Flare's General Discussion
Topic: One Drive Issue: The tag present in the reparse point buffer
Replies: 3
Views: 923

Re: One Drive Issue: The tag present in the reparse point bu

In corporate environments, the Documents and Desktop folders are often mapped to OneDrive. Are your projects or output in those folders maybe?
by Psider
Thu Jun 16, 2022 9:52 pm
Forum: Web-based Outputs
Topic: HTML5 display in SharePoint
Replies: 2
Views: 1086

Re: HTML5 display in SharePoint

In the absence of any other advice, and noting that I've never done it, I feel like the files need to be published with an aspx extension? You can set a custom extension in the target somewhere, from memory. Or alternatively some change needs to be made to sharepoint by an admin to allow htm files t...
by Psider
Thu Jun 09, 2022 8:49 pm
Forum: Printed Documentation Targets
Topic: Help-PDF output giving error
Replies: 10
Views: 6774

Re: Help-PDF output giving error

doloremipsum wrote:Thanks @Psider, that's a very neat trick!
Something to be grateful to Win3.1 for. :p
SteveS wrote:You can copy to a text file and change the file extension to .bat
Place the .bat (for batch) file in any folder (directory) you want to query and double click it.
Nice.
by Psider
Wed Jun 08, 2022 9:23 pm
Forum: Printed Documentation Targets
Topic: Help-PDF output giving error
Replies: 10
Views: 6774

Re: Help-PDF output giving error

If you want a file listing so you can get a bit of a visual idea of your longest file path, the following will generate a text file in the project folder which contains a list of all the files in your project, including the full path to each file. 1. Navigate to the project folder in File Explorer. ...
by Psider
Thu Jun 02, 2022 7:23 pm
Forum: Web-based Outputs
Topic: How to link between targets within a "master" home screen?
Replies: 3
Views: 2523

Re: How to link between targets within a "master" home scree

Poking around in the Developer Tools Sources tag, it looks like the dropdowns are added by custom javascript, and hard coded urls are stored in another javascript which is used to populate the list. Do you have a friendly developer who could help you implement something similar?
by Psider
Thu Jun 02, 2022 7:09 pm
Forum: Flare's General Discussion
Topic: Flare and Docs-as-Code
Replies: 10
Views: 6565

Re: Flare and Docs-as-Code

There's a command line tool that I think can be integrated somehow with source control. I've never done it though. Something to look in to; at least some new words to search on the forum until anyone else with experience responds. :) https://help.madcapsoftware.com/flare2021r3/Content/Flare/Step5-Bu...
by Psider
Thu May 26, 2022 8:54 pm
Forum: Styles, Stylesheets and XML
Topic: Duplicate Styles
Replies: 1
Views: 778

Re: Duplicate Styles

They're not exactly duplicates as the case is different. In the cobra _print.css are these styles written as upper or lower case (open in a text editor to check)? If they're upper case, you could try changing one to lower case to see if that solves the issue.
by Psider
Tue May 03, 2022 8:18 pm
Forum: Flare's General Discussion
Topic: Speed issues - should I upgrade
Replies: 10
Views: 1962

Re: Speed issues - should I upgrade

Asking your IT team about the virus checker is a really good idea. I once had a project slow to unusability and the culprit was a change IT had made to the antivirus settings. I think excluding the output directories from the virus check fixed the issue in our case (although it was a long time ago a...
by Psider
Mon May 02, 2022 7:13 pm
Forum: Flare's General Discussion
Topic: Want to add a different skin type - combo of topnav and side
Replies: 2
Views: 2626

Re: Want to add a different skin type - combo of topnav and

I wonder if this method to add links to the header would work with a menu proxy?
viewtopic.php?f=6&t=30865

While it uses scripting, the script itself shouldn't need to be updated.

<div id="header-links">
[menu proxy goes here]
</div>
by Psider
Thu Apr 28, 2022 7:42 pm
Forum: Flare's General Discussion
Topic: Stuck on context-sensitive help
Replies: 4
Views: 1067

Re: Stuck on context-sensitive help

When you say "searching by name" do you mean there your users are clicking on a little help icon next to the Name field in the application? It's been a long time, but I think if the above is what you mean, then each field needs it's own unique ID just like for a screen; the help topic need...
by Psider
Mon Apr 25, 2022 6:30 pm
Forum: Styles, Stylesheets and XML
Topic: DIV style font color
Replies: 5
Views: 1503

Re: DIV style font color

You can set the font-style on the div because you haven't specifically set the font-style on the p tag. If you changed the p to include font-style: normal you'd find the italic from the div wouldn't be applied.
by Psider
Wed Apr 20, 2022 4:53 pm
Forum: Styles, Stylesheets and XML
Topic: Graphics to show full size if target uses thumbnails
Replies: 3
Views: 1169

Re: Graphics to show full size if target uses thumbnails

I wonder if you could create a custom medium (e.g. ViewInFlare) and unset the thumbnails just in that medium, then use that medium as your editor view? Theoretically everything else would be inherited from the default medium, so only the thumbnail setting would be different.
by Psider
Wed Apr 06, 2022 10:08 pm
Forum: Styles, Stylesheets and XML
Topic: Custom web fonts not showing on all machines
Replies: 3
Views: 1449

Re: Custom web fonts not showing on all machines

Double-check that the capitalisation of the path in the output exactly matches what you've typed as it's possible something different is happening than you expect. (you've said it works okay for some Mac users, so probably this isn't the issue, but worth confirming) You could also try clearing the b...
by Psider
Thu Mar 31, 2022 9:51 pm
Forum: Styles, Stylesheets and XML
Topic: Table text not hard against page margin
Replies: 18
Views: 3056

Re: Table text not hard against page margin

The dev tools are pretty cool. There's a lot to take in initially, but it's pretty easy once you know what you're looking for. Quick walkthrough. I created a simple htm page (not in Flare) and opened it in Chrome. The other browser have similar tools, but may look and behave a little differently. I ...
by Psider
Tue Mar 29, 2022 10:01 pm
Forum: Styles, Stylesheets and XML
Topic: Table text not hard against page margin
Replies: 18
Views: 3056

Re: Table text not hard against page margin

I usually create a temporary stylesheet and use that for the web output to try to see what's happening. Not all pdf quirks translate to the web though, unfortunately.
by Psider
Sun Mar 27, 2022 5:23 pm
Forum: Styles, Stylesheets and XML
Topic: Table text not hard against page margin
Replies: 18
Views: 3056

Re: Table text not hard against page margin

Could there be a text-indent of a couple of pixels/points floating around somewhere in your stylesheet?
by Psider
Wed Mar 23, 2022 5:10 pm
Forum: Importing
Topic: Project Importer (Internal Error) One or More errors occurre
Replies: 2
Views: 2499

Re: Project Importer (Internal Error) One or More errors occ

Path length is a common problem. If you keep your projects in the Documents folder, individual users' login names can push the path length over the limit, if everything else is otherwise the same. Could this apply to your situation?
by Psider
Wed Mar 09, 2022 9:34 pm
Forum: Web-based Outputs
Topic: HTML5 sidenav output, IE indented by miles
Replies: 7
Views: 2042

Re: HTML5 sidenav output, IE indented by miles

ChoccieMuffin wrote:(That dsoe mkae tpynig a bit trckiy tho!)
BAHAHAAA :)
by Psider
Wed Mar 02, 2022 5:43 pm
Forum: Styles, Stylesheets and XML
Topic: "On the next page" "on the facing page"
Replies: 2
Views: 968

Re: "On the next page" "on the facing page"

I think you need to use the required text plus {page} rather than just {pageref} which changes based on how close the referenced location is.

https://help.madcapsoftware.com/flare20 ... rences.htm
by Psider
Thu Feb 17, 2022 4:11 pm
Forum: Web-based Outputs
Topic: fontawesome v6 in html output
Replies: 2
Views: 1003

Re: fontawesome v6 in html output

In case it helps, the release notes for Fontawesome v6 Beta 3 indicate support for IE as been removed. https://fontawesome.com/docs/changelog/ Version 6 will no longer support Internet Explorer We have ended support for Internet Explorer in v6 - all IE specific fallbacks and assets have been removed...
by Psider
Tue Feb 15, 2022 5:44 pm
Forum: Flare's General Discussion
Topic: Bulk remove embedded paragraph tags?
Replies: 2
Views: 1265

Re: Bulk remove embedded paragraph tags?

Perhaps you can do it with find and replace elements? https://help.madcapsoftware.com/flare2021r3/Content/Flare/Editor-Tools/Find-Replace/Main-Activities/Finding-Replacing-Elements.htm#microcontent1 Out of curiosity, could you replace your li::before style with: li { padding-left: 20px; } It seems t...
by Psider
Sun Feb 06, 2022 9:40 pm
Forum: Flare's General Discussion
Topic: Text Editor jumps from cursor placement after Flare 2021 R3
Replies: 4
Views: 2588

Re: Text Editor jumps from cursor placement after Flare 2021

While I haven't used the new version, the zoom feature used to cause a problem like this, so you could check if you've somehow changed it from 100%.
https://help.madcapsoftware.com/flare20 ... ature1.htm
by Psider
Tue Feb 01, 2022 4:46 pm
Forum: Getting Started and Installation Issues
Topic: Trouble installing Flare on Parallels desktop 17
Replies: 1
Views: 8009

Re: Trouble installing Flare on Parallels desktop 17

Apparently someone on a Slack channel said they got it running.
viewtopic.php?f=13&t=33535