Search found 85 matches

by emsachs
Wed Dec 07, 2016 11:38 am
Forum: Styles, Stylesheets and XML
Topic: Getting a weird CSS Parser message when I save my stylesheet
Replies: 9
Views: 5729

Re: Getting a weird CSS Parser message when I save my styles

I just had a similar error in Flare 12, and the binary chop is the way to go. I made a copy of the file and cut and pasting things in and out. I was getting an error for Line 1 Character 4, and it actually was line 116. In my case it was a topic with a font setting that used Style instead of Class.
by emsachs
Mon Oct 10, 2016 2:17 pm
Forum: Flare's General Discussion
Topic: Auto numbering in appendices
Replies: 1
Views: 1233

Re: Auto numbering in appendices

Can you copy/paste the definitions for the appendix styles from the CSS? We actually use the same styles for h2 and h3 in an appendix. So what I have for print (taking out the formatting and just leaving the numbering): h1 { mc-auto-number-format: 'CH:Chapter {chapnum} '; } h1.Appendix { mc-auto-num...
by emsachs
Wed Sep 07, 2016 1:22 pm
Forum: Styles, Stylesheets and XML
Topic: Appendix numbering won't work
Replies: 1
Views: 1053

Re: Appendix numbering won't work

The A in the mc-auto-number-format is merely a sequence signifier -- it doesn't set the format of the number. You can have sequence A for appendix numbering, sequence C for chapters, sequence F for figures, and they can all show up as numbers. For my appendix I have in Properties in the TOC: Autonum...
by emsachs
Wed Jul 20, 2016 4:02 pm
Forum: Web-based Outputs
Topic: Build that includes only a few files
Replies: 4
Views: 1826

Re: Build that includes only a few files

If you just need a content review, you could build your target in a print format like PDF or word (assuming the engineers can access it). Obviously that has limitations -- for example, if your review site is set up for HTML, that might not work. Also they can't review how it looks -- there will cert...
by emsachs
Wed Apr 13, 2016 3:10 pm
Forum: Source Control
Topic: Finding the file in conflict
Replies: 2
Views: 1690

Re: Finding the file in conflict

You need to install an external tool for your source control package. For example, for SVN a lot of people use Tortoise, although I just use the command line and that works for me. All dedicated source control packages have a command/feature that lets you check the status of your local copy against ...
by emsachs
Mon Mar 28, 2016 11:11 am
Forum: Flare's General Discussion
Topic: Ideas why Flare variable auto-suggest would stop working?
Replies: 10
Views: 4258

Re: Ideas why Flare variable auto-suggest would stop working

Did you accidentally turn off File > Options > Auto Suggestion?
by emsachs
Thu Oct 15, 2015 10:48 am
Forum: Flare's General Discussion
Topic: Procedure numbering: autonumber and <p> tag vs. <ol> <li>
Replies: 15
Views: 8133

Re: Procedure numbering: autonumber and <p> tag vs. <ol> <li

This may be TMI, but here goes. Here are my styles for numbered paragraphs: p.Numbered_First { margin-top: 2pt; mc-auto-number-format: 'N:{n=1}.'; mc-auto-number-position: outside-head; mc-auto-number-offset: .25in; margin-left: .25in; mc-next-class: Numbered; } p.Numbered { margin-top: 2pt; mc-auto...
by emsachs
Mon Oct 12, 2015 11:43 am
Forum: Flare's General Discussion
Topic: Excluding topics from search in HTML output
Replies: 2
Views: 1217

Re: Excluding topics from search in HTML output

In addition, in your target, there is a flag "Exclude content not linked directly or indirectly from the target" (Go to Project Explorer > righc-click your target & select Properties > Advanced). If you link to topics not in your TOC, then they will still show up, but if you have insur...
by emsachs
Mon Oct 12, 2015 11:33 am
Forum: Styles, Stylesheets and XML
Topic: Duplicate styles
Replies: 1
Views: 767

Re: Duplicate styles

I have not seen this error before. Having different styles for web and PDF will not produce that error. It also doesn't seem to be referencing a topic, so it's unlikely that it is bad markup in a topic (usually you will see warnings or even a failure in the build if there's a bad topic). Maybe you h...
by emsachs
Fri Oct 02, 2015 10:55 am
Forum: Flare's General Discussion
Topic: What does "Processing topic" really mean?
Replies: 6
Views: 2595

Re: What does "Processing topic" really mean?

One possibility: if you are creating HTML5 output and you don't have "Exclude content not linked directly or indirectly from the target" selected, then the outdated topics are being indexed for search. To turn that option on, In Project Organzier, find your Target, double-click to open Pro...
by emsachs
Wed Sep 30, 2015 2:49 pm
Forum: Flare's General Discussion
Topic: All pages are getting opened in XML Editor
Replies: 2
Views: 973

Re: All pages are getting opened in XML Editor

I don't know if this is your problem, but there are two versions of the editor. One has tabs for Text Editor and XML Editor, and another version does not. This second version says Text Editor in the upper left-hand corner and has only a few icons. It also has a different favicon if you are using tab...
by emsachs
Wed Sep 30, 2015 2:39 pm
Forum: Flare's General Discussion
Topic: Copy function in Flare Going Crazy
Replies: 1
Views: 663

Re: Copy function in Flare Going Crazy

There are different levels of troubleshooting. Have you closed Flare and rebooted your machine? Always the place to start. After that, the simplest thing to try is, if you are have a print medium and an online medium, and you are working in print medium, try switching to the online medium. Sometimes...
by emsachs
Wed Sep 30, 2015 2:29 pm
Forum: Flare's General Discussion
Topic: Word wrap in PDFs
Replies: 3
Views: 1063

Re: Word wrap in PDFs

If you are using a character style, like Code, for your function names, you can set
mc-hyphenate: never;
for the style in the stylesheet.

Bonus tip: For code you can also set mc-language: none; and then spell checking will skip your function names.
by emsachs
Mon Sep 28, 2015 1:58 pm
Forum: Styles, Stylesheets and XML
Topic: Nested Topic Autonumbers
Replies: 12
Views: 5201

Re: Nested Topic Autonumbers

Actually your numbers should be in the same stream. You have: H1: {chapnum} H2: {chapnum}.{n+} The H1 and H2 tell them they are in different numbering streams and shouldn't be paying attention to each other. You want something like: CH: {chapnum} CH: {chapnum}.{n+} Where the prefix is the same for b...
by emsachs
Thu Sep 24, 2015 3:50 pm
Forum: Styles, Stylesheets and XML
Topic: Cell Content Style in TableStyle Editor
Replies: 6
Views: 2867

Re: Cell Content Style in TableStyle Editor

I don't know if this is your problem, but tables do have a little gotcah. When you first create a table, all the cells are plain table cells (td), with no paragraph style. so you won't see the number, because the default paragraph style can only be applied once you have a paragraph. Try clicking in ...
by emsachs
Thu Sep 17, 2015 12:45 pm
Forum: Styles, Stylesheets and XML
Topic: Table not displaying in HTML5 Preview
Replies: 6
Views: 2655

Re: Table not displaying in HTML5 Preview

I suggest you look in the text editor. Take out anything about height or font-size in any of the rows in this table. I've had trouble with row height getting hard-coded in the HTML before. You could also post the html for the table, we might be able to see if you have an error somewhere. Is there te...
by emsachs
Fri Sep 11, 2015 11:14 am
Forum: Getting Started and Installation Issues
Topic: Focus issues when opening Flare
Replies: 6
Views: 4928

Focus issues when opening Flare

does anyone else have this problem? Whenever I open a project in Flare, I always forget that Flare highjacks the user interface on my system while it opens all the files in the project. This means that if I go to another program and start typing there, Flare will take the key presses and insert them...
by emsachs
Thu Aug 27, 2015 2:42 pm
Forum: Flare's General Discussion
Topic: Comparing / merging Flare projects (using Source Control)?
Replies: 4
Views: 1982

Re: Comparing / merging Flare projects (using Source Control

it depends a little on your source. Sometimes with a diff, you get false hits on difference because the XML file has changed even though the actual output is the same. I'm not quite sure why this happens, but I think one case is if you display in different output types (online vs. print) and then sa...
by emsachs
Tue Aug 18, 2015 10:10 am
Forum: Styles, Stylesheets and XML
Topic: Extending a style across multiple paragraphs
Replies: 10
Views: 2952

Re: Extending a style across multiple paragraphs

you would change it to: div.Note { background-repeat: no-repeat; border: solid 1px #404040; border-radius: 6px; padding-bottom: 10px; padding-right: 10px; padding-top: 10px; color: #424342; background-color: #c7e6f9; padding-left: 50px; mc-auto-number-format: '{b}{color #424342}Note: {/color}{/b}'; ...
by emsachs
Mon Aug 17, 2015 3:54 pm
Forum: Printed Documentation Targets
Topic: Stuck in Overwrite mode
Replies: 2
Views: 1313

Re: Stuck in Overwrite mode

Try the Insert key on your keyboard.
by emsachs
Thu Aug 13, 2015 11:17 am
Forum: Flare's General Discussion
Topic: Snippet for a row in a table
Replies: 10
Views: 5121

Re: Snippet for a row in a table

I didn't get it to work either - the table lines came out badly. But if you want to put the tables in different topics, you can use snippet conditions. To do this, you would put the whole table in a snippet and then add conditions to each row. You would have a table with four rows: table Condition1 ...
by emsachs
Mon Aug 10, 2015 12:24 pm
Forum: Flare's General Discussion
Topic: Copy an Entire Project?
Replies: 9
Views: 4190

Re: Copy an Entire Project?

The SVN binding is just a few lines in the .flprj file. Copy over the project and rename the .flprj file as suggested above (delete the Analysis and Ouput folders before copying, it will go faster.). Close your project. BACK UP your .flprj file then open it in a text editor. In the CatapultProject e...
by emsachs
Wed Aug 05, 2015 12:07 pm
Forum: Styles, Stylesheets and XML
Topic: Allow Inner Table to Break Across Pages
Replies: 2
Views: 956

Re: Allow Inner Table to Break Across Pages

To see/change the page break settings for a table style: Select your table & go to Table > Edit Style. If all you see is the Preview, you may have to drag the top section down to display it. This can be tricky, because I always drag the line that is next to Preview. You need to drag slightly hig...
by emsachs
Wed Jul 29, 2015 12:56 pm
Forum: Flare's General Discussion
Topic: Keeping Track of Topic Status?
Replies: 10
Views: 4915

Re: Keeping Track of Topic Status?

Go to Project > Reports to open or create a report. In the top half, you see a huge list of sections with selections, most of which are unchecked. Scroll down to the File Tags section, select "Files with File Tags". click Generate to run the report. I don't use this, but it will probably s...
by emsachs
Mon Jul 27, 2015 12:05 pm
Forum: Printed Documentation Targets
Topic: How to remove title and copyright pages from TOC
Replies: 2
Views: 1068

Re: How to remove title and copyright pages from TOC

I have a special heading style, h1.Contents, which has the following style added: mc-heading-level: 0; To set this in the editor, open your stylesheet in the Stylesheet Editor, create a new class from h1, then in Properties, select Medium: print (Or whatever your print medium is) Show :property Grou...