Search found 32 matches

by peckerdunne
Thu Nov 02, 2017 12:59 am
Forum: Flare's General Discussion
Topic: Header Formatting with Images
Replies: 1
Views: 1183

Re: Header Formatting with Images

You've probably sorted this by now but you could use a div. <div class="iconhd_top"> <div> <img src="../Resources/Images/Icons/categories/ene.svg" alt="decoration icon" class="small_icon" /> </div> <div> <h1 class="level3">Ene 04 Low carbon design </...
by peckerdunne
Thu Nov 02, 2017 12:52 am
Forum: Flare's General Discussion
Topic: Bulk applying styles to snippets
Replies: 2
Views: 1088

Re: Bulk applying styles to snippets

You could use Notepad++ to do a bulk search and replace.
by peckerdunne
Tue Sep 26, 2017 11:30 pm
Forum: Styles, Stylesheets and XML
Topic: Hanging paragraph for Autonumbered Headings
Replies: 3
Views: 1746

Re: Hanging paragraph for Autonumbered Headings

Well, that got me out of a fix. I was using mc-auto-number-position: outside-head; to place autonumbers but this meant that we had problems when inserting footnotes. It sure was a head-scratcher. Many thanks. Hi, I hope I don't misunderstand your problem. I use hanging headings as well, for this I d...
by peckerdunne
Tue Apr 11, 2017 3:46 am
Forum: Contributor General Discussion
Topic: How can multiple user access contributor application simulta
Replies: 2
Views: 8589

Re: How can multiple user access contributor application sim

Ideally one user at a time. Otherwise things can get complicated. We use Sharepoint with Contributor and encourage users to check out their document to prevent content being altered by another user.
by peckerdunne
Tue Oct 04, 2016 12:33 am
Forum: Printed Documentation Targets
Topic: TOC with Heading 1 only
Replies: 2
Views: 1157

Re: TOC with Heading 1 only

I specify the heading levels in the stylesheet. Works OK.

Code: Select all

h1
{
	font-size: @base-font-size * 1.6;
	mc-heading-level: 1;
}
h2
{
	mc-heading-level: 0;
}
by peckerdunne
Wed Jul 20, 2016 9:17 am
Forum: Flare's General Discussion
Topic: Unable to name a newly created folder
Replies: 2
Views: 1053

Re: Unable to name a newly created folder

Here's what I did. Backup your project in case it all goes horribly wrong. Close Flare. Rename the new folder in Windows. Delete the project folder in the Analyzer folder. Open the project in Flare If still having issues... I had some strange problems with Flare and permissions; not allowing me to g...
by peckerdunne
Tue Jun 28, 2016 12:49 am
Forum: Flare's General Discussion
Topic: Text Editor - how do I tell Flare to keep my formatting
Replies: 4
Views: 2281

Re: Text Editor - how do I tell Flare to keep my formatting

Yep. I agree; it's extremely frustrating.
My workaround is:
Open the topic in the XML editor
Open it again using Notepad++
find >< replace with >\r\n<
reindent
and edit it in Notepad++
When saved, the XML editor version will update.

Not ideal but a quick fix.
by peckerdunne
Mon Aug 24, 2015 11:27 pm
Forum: Single-Sourcing
Topic: Conditional help for conditional text (on one condition)
Replies: 2
Views: 1891

Re: Conditional help for conditional text (on one condition)

It's fairly simple but extremely tedious. 1: Make a pot of coffee and turn off your phone. 2. Tag your content as needed. I found that it's sometimes easier to repeat paragraphs and tag them (for ease of reading and spell checking purposes) 3. Make air-cooled and hydrostatic targets. Don't know if i...
by peckerdunne
Mon Aug 10, 2015 2:49 am
Forum: Printed Documentation Targets
Topic: Epub output - Flare changing identifiers
Replies: 0
Views: 679

Epub output - Flare changing identifiers

I output to Epub and Mobi filetypes. I want to publish a manual using the iBook store and this means validating the epub with Epubcheck. I get hundreds of ERROR: infra_2014.epub/OPS/scoring_rating.xhtml(94,147): 'The': fragment identifier is not defined in 'OPS/id03_hand_care.xhtml' errors and it lo...
by peckerdunne
Mon Jun 15, 2015 8:03 am
Forum: Single-Sourcing
Topic: Including PDFs in web -- a better way?
Replies: 7
Views: 4176

Re: Including PDFs in web -- a better way?

I use mapping to achieve this. I work on my project files on our \\errol server, which I mapped to P: (P:\manuals\MyFlareProject\). I created another mapping (V:) for the same server. In my PDF target dialog, I set the Output folder to V:\manuals\MyFlareProject\Content\Resources. I then use a batch ...
by peckerdunne
Wed Apr 15, 2015 12:35 am
Forum: Contributor General Discussion
Topic: Questions about Contributor Review Workflow
Replies: 3
Views: 4344

Re: Questions about Contributor Review Workflow

Hi Joe, Your workflow seems to be more dynamic than what we have here. We publish technical manuals for a number of energy rating schemes. The same team of authors work on a cycle of manuals for new schemes and updating existing manuals. So it's a slower process. When I'm told that a manual is to be...
by peckerdunne
Tue Apr 15, 2014 8:44 am
Forum: Flare's General Discussion
Topic: Responsive design and navigation
Replies: 2
Views: 976

Re: Responsive design and navigation

Thanks Reuben,
I'd prefer if it displayed the book-page which contains a summary of the section but it's not a huge problem.
by peckerdunne
Tue Apr 15, 2014 12:51 am
Forum: Flare's General Discussion
Topic: Responsive design and navigation
Replies: 2
Views: 976

Responsive design and navigation

When I resize my browser to tablet or phone size, I noticed that when I click on a 'book' link in the navigation pane, it doesn't close the navigation pane, as I would have expected.
Anybody else experience this?
[img]P:\zzzzzzzzzkf\Screen%20Shots\ScreenShot002.png[/img]
by peckerdunne
Sat Apr 12, 2014 2:57 am
Forum: Contributor General Discussion
Topic: Questions about Contributor Review Workflow
Replies: 3
Views: 4344

Re: Questions about Contributor Review Workflow

Re 1. We save the packages on a Sharepoint server and email the authors when the packages are available. They then only have the latest version available to edit, so no more descending into version hell. It's really handy to check out the files when importing Flare to prevent authors tinkering with ...
by peckerdunne
Tue Jun 04, 2013 4:15 am
Forum: Contributor General Discussion
Topic: Applying tr class
Replies: 1
Views: 2119

Applying tr class

I want our SMEs to break long tables for printed output. Some of the rows are quite high so I can't apply a page-break-inside:avoid property universally as it plays havoc with the layout. In Flare I can right-click on a tr element in the structure bars and apply a tr.nosplit class that inserts a pag...
by peckerdunne
Thu May 02, 2013 3:18 am
Forum: Styles, Stylesheets and XML
Topic: ePub Stylesheets and Formatting
Replies: 1
Views: 778

Re: ePub Stylesheets and Formatting

You can open an ePub file with Winzip or some other compression application and extract the css file, which may help.
by peckerdunne
Thu Apr 18, 2013 6:40 am
Forum: Flare's General Discussion
Topic: Output tagged items only
Replies: 4
Views: 1258

Re: Output tagged items only

Oh well, I'll have to try another tack.
Thanks for your help, Lisa.
by peckerdunne
Wed Apr 17, 2013 10:21 am
Forum: Flare's General Discussion
Topic: Output tagged items only
Replies: 4
Views: 1258

Re: Output tagged items only

Thanks for your quick reply Lisa.
Tried it but it's not really the result I was looking for.
Only items with the 'showthis' tag should be extracted. Normal, untagged text should be excluded.
I'm sure that there's a way to do this in the Conditional Text editor but it's got me stumped.
by peckerdunne
Wed Apr 17, 2013 6:22 am
Forum: Flare's General Discussion
Topic: Flare 9 Performance Issues?
Replies: 8
Views: 2836

Re: Flare 9 Performance Issues?

I had this problem also.
Tried a repair of .Net 4.5; didn't work.
Uninstalled .Net 4.5 and re-installed .Net 4.0.
It seems to be stable now.
by peckerdunne
Wed Apr 17, 2013 6:10 am
Forum: Flare's General Discussion
Topic: Output tagged items only
Replies: 4
Views: 1258

Output tagged items only

Is there any way to output tagged items only ? I've got about 140 topics that have a similar structure. Each topic has a table summary that I want to extract into a PDF file. As a trial, I created a topic. I put a tag in <body MadCap:conditions="bre_tags.General"> and put in a paragraph li...
by peckerdunne
Thu Aug 16, 2012 12:12 am
Forum: Flare's General Discussion
Topic: Equation Editor will not start
Replies: 0
Views: 802

Equation Editor will not start

The equation editor will not start up. Usually when this happened before, I closed MCF and other running programs and restarted MCF. But now the editor won't run, even after a reboot; just sits there, loading, with the progress bar scrolling by in a mocking fashion. Generally this isn't a big deal w...
by peckerdunne
Thu Mar 01, 2012 8:21 am
Forum: Flare's General Discussion
Topic: Multiple references to single footnote
Replies: 7
Views: 4082

Re: Multiple references to single footnote

Thanks to Charlie for saving my bacon.
Attempting to have multiple references to a single footnote was a noodlescratcher that I gave up on.
Good solution.
by peckerdunne
Wed Jan 25, 2012 8:33 am
Forum: Printed Documentation Targets
Topic: Blank page above wide table
Replies: 0
Views: 688

Blank page above wide table

I'm outputting an instruction manual to a PDF file. Generally the document is A4 portrait but there are a few wide tables that I output using a landscape page layout. However, Flare always puts a blank landscape page before the wide table (even in the xml editor). I disabled the end on left page opt...
by peckerdunne
Thu Dec 15, 2011 1:05 am
Forum: Web-based Outputs
Topic: Adobe Air; auto-update. Can it be done in MCF?
Replies: 0
Views: 749

Adobe Air; auto-update. Can it be done in MCF?

I've been asked to investigate Adobe Air for distributing our frequently updated technical manuals I haven't installed Air on my computer yet but from Google searches, it looks like the Air output files from MCF do not auto-update. Has anybody any experience of Air and whether there is a workaround ...
by peckerdunne
Wed Oct 12, 2011 7:56 am
Forum: Getting Started and Installation Issues
Topic: Flare 6.0 Failed to run command 'Preview' error
Replies: 13
Views: 16003

Re: Flare 6.0 Failed to run command 'Preview' error

Same thing happened to me. Thanks for sharing the solution.