Search found 1175 matches

by wclass
Sun Sep 11, 2016 6:04 am
Forum: Printed Documentation Targets
Topic: Controlling styles when publishing to Word
Replies: 4
Views: 1664

Re: Controlling styles when publishing to Word

jjw wrote:Sigh, that kind of sucks. But thanks.
Yep - agreed. What I'd like to be able to do is map the styles myself - I don't think Flare picks very good defaults when it interacts with Word.
by wclass
Fri Sep 09, 2016 4:19 pm
Forum: Importing
Topic: What happens to Footnotes when importing Word into Flare?
Replies: 2
Views: 1869

Re: What happens to Footnotes when importing Word into Flare

They become pop-ups. Flare puts the text into the topic where the reference was and adds a span of class footnote. When a user clicks the reference, it uses javascript to pop up the footnote text. I don't think you need to do anything special (I admit I don't use footnotes anymore), and I'm sure you...
by wclass
Wed Sep 07, 2016 10:13 pm
Forum: Flare's General Discussion
Topic: Linking back to a specific slide in the slideshow
Replies: 1
Views: 1161

Re: Linking back to a specific slide in the slideshow

We have solved this problem with a bit of custom javascript - and we bypass using the Back button. We added the code supplied below to the master page for our Top Nav output, and, for each item in our TOC for the Top Nav, we added a call to the particular slide number we want. So to use it, you don'...
by wclass
Tue Sep 06, 2016 2:39 pm
Forum: Flare's General Discussion
Topic: Remove %3 and %7 from URL
Replies: 3
Views: 3148

Re: Remove %3 and %7 from URL

That's URL encoding - URLs can't contain spaces or a range of other special characters, and so are replaced by a % and 2 hex characters. For example, a space is converted to %20. Looks like you have %3D and %7C there - you can look up the codes at w3schools (and many other places). http://www.w3scho...
by wclass
Mon Sep 05, 2016 11:26 pm
Forum: Printed Documentation Targets
Topic: Controlling styles when publishing to Word
Replies: 4
Views: 1664

Re: Controlling styles when publishing to Word

A new style with the next number will get generated each time the formatting is in a different content. (And I'd say it is Flare that introduces this, not Word). You'll first get p_screentext as a normal paragraph, but you'll get "_1" appended if it appears in another context like a table ...
by wclass
Tue Aug 30, 2016 3:12 pm
Forum: Web-based Outputs
Topic: TOC fonts in HTML5 side navigation tripane
Replies: 7
Views: 3907

Re: TOC fonts in HTML5 side navigation tripane

I was going to suggest that you have a look at this old post: https://forums.madcapsoftware.com/viewtopic.php?f=9&t=9241 but it talks about changing fonts and icons for the old webhelp - I think you can only change the icons via the skin editor for HTML 5 skins. Maybe you can use the browser dev...
by wclass
Tue Aug 30, 2016 3:25 am
Forum: Flare's General Discussion
Topic: Can I delete unused targets?
Replies: 3
Views: 1169

Re: Can I delete unused targets?

Yes, you can delete targets. "Delete" is in the right-click menu and on the ribbon. Be aware if you delete the primary target, the system will then pick another as the primary and that can affect topic preview. I often create new targets just for testing items and have never had problems d...
by wclass
Mon Aug 22, 2016 3:24 pm
Forum: Importing
Topic: Flare Import Error: Word Cannot Save File In XML Format
Replies: 2
Views: 2567

Re: Flare Import Error: Word Cannot Save File In XML Format

This error pops up every now and then. Not sure of the exact reason but simplifying your word document can usually get it through. If the Word doc has macros, they can cause problems; same with cover pages. Some people have found that clearing the Import option to Create a Page Layout ... also avoid...
by wclass
Wed Aug 17, 2016 3:06 pm
Forum: Web-based Outputs
Topic: How to style menu drop down (Top Nav output)
Replies: 3
Views: 1579

Re: How to style menu drop down (Top Nav output)

This can be done in the skin editor - Styles tab.
Have a look at the help file:
http://help.madcapsoftware.com/flare12/ ... _Skins.htm
by wclass
Mon Aug 15, 2016 2:54 pm
Forum: Flare's General Discussion
Topic: Managing Hyperlinks across projects
Replies: 5
Views: 2571

Re: Managing Hyperlinks across projects

If you are looking for how to access the bookmarks, you just add a hashtag and the bookmark name (I don't think you can have spaces in the name). For example: <a href="html_tips.html#tips">Visit the Useful Tips Section</a> For links to other projects, you would need the whole URL where the...
by wclass
Thu Aug 11, 2016 9:19 pm
Forum: Flare's General Discussion
Topic: Managing Hyperlinks across projects
Replies: 5
Views: 2571

Re: Managing Hyperlinks across projects

We use context sensitive help IDs (CSH) for links across projects, though they are all stored on the same server and so we can easily set the base URL.
by wclass
Thu Aug 11, 2016 5:24 am
Forum: Printed Documentation Targets
Topic: How to rename the heading "TOC" to "Table of contents"
Replies: 1
Views: 1082

Re: How to rename the heading "TOC" to "Table of contents"

That was discussed recently - have a look at this topic:
viewtopic.php?f=10&t=27679
by wclass
Thu Aug 04, 2016 4:03 pm
Forum: Importing
Topic: System.InvalidCastException When Importing Word Documents
Replies: 3
Views: 2701

Re: System.InvalidCastException When Importing Word Document

Others have had this problem in the past, and usually running a Repair on Word will fix it - looks like a problem with the system environment. Worth a try.
Installaing .NET probably shouldn't break things, but it does change the system which could cause problems.
by wclass
Mon Jul 25, 2016 4:41 pm
Forum: Microsoft CHM Help
Topic: Variable has different value in displayed topic vs source
Replies: 2
Views: 3010

Re: Variable has different value in displayed topic vs sourc

I've had problems with variables if there is a space in the variable name - they seem to work at one level, but not if you customise for a target. Try renaming from "Tab Name" to "TabName". How many topics have you used the variable? You might have to do a find/replace to make su...
by wclass
Mon Jul 25, 2016 3:54 pm
Forum: Printed Documentation Targets
Topic: Word output created on VM do not display images on Mac
Replies: 4
Views: 2037

Re: Word output created on VM do not display images on Mac

Just guessing:
Have you embedded the images in the output? Maybe links don't work the same way in the Mac version.
by wclass
Fri Jul 22, 2016 3:28 pm
Forum: Flare's General Discussion
Topic: Date format within Flare
Replies: 8
Views: 3330

Re: Date format within Flare

There was a change to variables in the last major update - I understand it uses the language in Flare rather than the operating system now. (Note that I can't replicate this problem - short date always worked for me.) However, I now use the Date/Time variable (look up Custom Date/Time variables) - w...
by wclass
Wed Jul 20, 2016 5:03 pm
Forum: Flare's General Discussion
Topic: Feature request - edit/save Project Importer topics
Replies: 6
Views: 1811

Re: Feature request - edit/save Project Importer topics

I like the flagging option - I am happy for people to suggest updates, and then do the work so that makes sense, but updates have to be controlled.. Therefore I think in the parent, or template project, there would need to be a setting that allows updates, prevents updates, or has a flag to monitor/...
by wclass
Wed Jul 20, 2016 4:26 pm
Forum: Web-based Outputs
Topic: Build that includes only a few files
Replies: 4
Views: 1851

Re: Build that includes only a few files

You can do this with conditions. I created a new Condition Tag set with only 2 tags - reviewON and reviewOFF. Using the file list, apply reviewOFF to every topic. When you want to want to create an output for review, assign reviewON to just those topics that you want, and build the target where you ...
by wclass
Wed Jul 20, 2016 3:55 pm
Forum: Flare's General Discussion
Topic: Feature request - edit/save Project Importer topics
Replies: 6
Views: 1811

Re: Feature request - edit/save Project Importer topics

As long as it is an option. Your suggestion makes sense for solo authors, but in a team who share files, I'd rather others weren't randomly updating topics that I use in my project. We use Project linking to try to keep things more standard and avoid the ad hoc changes. If that option were allowed, ...
by wclass
Wed Jul 20, 2016 3:47 pm
Forum: Flare's General Discussion
Topic: Flare on a Network Drive
Replies: 3
Views: 1967

Re: Flare on a Network Drive

We had a similar experience and so for quite a while now we store our projects locally when working, and use the ZIP function to zip the project and back it up on the network. We now all run a zip at the end of each day, and sometimes create a zip several times a day. You have to manually go in and ...
by wclass
Wed Jul 13, 2016 5:39 am
Forum: Importing
Topic: Importing creates unneeded TOC file
Replies: 2
Views: 1884

Re: Importing creates unneeded TOC file

Are you importing Word files? I don't think you can disable the creation of the TOC, but I usually delete them as soon as I have run a Word import - I don't use the generated ones either.
by wclass
Tue Jul 12, 2016 5:49 am
Forum: Single-Sourcing
Topic: What is a CatapultTarget?
Replies: 4
Views: 3432

Re: What is a CatapultTarget?

Catapult is an internal name for Flare - if you look at the code for your target or TOC project files you will see this as the main element in the xml file. However, I'm not sure about the errors - looks like you may be linking to the wrong files in your TOC. So not much help but this might get you ...
by wclass
Mon Jul 11, 2016 6:02 pm
Forum: Importing
Topic: Pushing templates to Flare
Replies: 3
Views: 2505

Re: Pushing templates to Flare

To add to Daniel's note - here is the help page explaining more about templates in Flare - it might help: http://webhelp.madcapsoftware.com/flare12/Content/Templates/About_Templates.htm We keep templates for topics and projects in a central location and all the writers can access them easily. It's e...
by wclass
Thu Jun 23, 2016 5:00 am
Forum: Printed Documentation Targets
Topic: How do I change heading "TOC" to "Table of Contents"?
Replies: 11
Views: 9547

Re: How do I change heading "TOC" to "Table of Contents"?

... Wow, that's some sleuthing! ... I will admit to reading it in a help file some time ago. I had experimented with the automatic TOCs and came across a few problems. When I read about language skins I could only think Huh?? and I had to keep reading. While I think of myself as experienced, there ...
by wclass
Wed Jun 22, 2016 3:31 pm
Forum: Printed Documentation Targets
Topic: How do I change heading "TOC" to "Table of Contents"?
Replies: 11
Views: 9547

Re: How do I change heading "TOC" to "Table of Contents"?

OK - I can see the problem with the Tripane-PDF-Basic skin. It looks like "TOC" is a default but you can change it - not obvious though. In the Project pane > Advanced, you can add what's called a "Language skin". This lets you change some language strings for print output. I had...