Search found 39 matches

by gwadmin
Mon Jul 11, 2011 1:39 pm
Forum: Styles, Stylesheets and XML
Topic: Entering Ascii characters in the mc-auto-number-format tab
Replies: 4
Views: 3026

Re: Entering Ascii characters in the mc-auto-number-format tab

If anyone is currently chasing this, I needed to use this in Flare 7.1 to get a square bullet:

Code: Select all

mc-auto-number-format: '\25a0 ';
by gwadmin
Mon Jul 11, 2011 1:38 pm
Forum: Styles, Stylesheets and XML
Topic: Bullets in Paragraph classes
Replies: 6
Views: 4237

Re: Bullets in Paragraph classes

If anyone is currently chasing this, I needed to use this in Flare 7.1 to get a square bullet:

Code: Select all

mc-auto-number-format: '\25a0 ';
by gwadmin
Sat Jan 08, 2011 7:09 pm
Forum: Styles, Stylesheets and XML
Topic: Passing color definitions in a variable/style?
Replies: 11
Views: 4700

Re: Passing color definitions in a variable/style?

And we're back -- if the div.BoxColor doesn't work for you (it did in some cases, not in others), try a p.BoxColor; in some cases needed to set the frame as a header/footer instead of decoration. Not really consistent under the covers, but seems to be working now.
by gwadmin
Sat Jan 08, 2011 5:52 pm
Forum: Styles, Stylesheets and XML
Topic: Passing color definitions in a variable/style?
Replies: 11
Views: 4700

Re: Passing color definitions in a variable/style?

Toning down the happy dance a bit... Tried putting a graphic over the colored frame and it looks fine in the page layout view, but when generating the PDF the colored bit always appears on top of everything even if it's sunk to the very bottom layer of the layout. There's something funky going on th...
by gwadmin
Sat Jan 08, 2011 3:23 pm
Forum: Styles, Stylesheets and XML
Topic: Passing color definitions in a variable/style?
Replies: 11
Views: 4700

Re: Passing color definitions in a variable/style?

aha! While neatening up the page layout code I noticed something I hadn't before (sleep does that, perhaps). Instead of trying to modify the 'Frame' element to pick up a style, I modified the 'Content' element -- within Content is essentially a mini-html page with "xhtml:" preceding each h...
by gwadmin
Fri Jan 07, 2011 4:14 pm
Forum: Styles, Stylesheets and XML
Topic: Frame vs. Flare TOC styles
Replies: 3
Views: 1563

Re: Frame vs. Flare TOC styles

Ah, I just made the connection (had a similar situation doing DocBook stylesheets) -- If a given writing style dictates that a ChapterTitle is always followed by a paragraph and not a heading, then bumping an [online] H1 to a [print] chapter heading makes more sense. The acrobatics mentioned above w...
by gwadmin
Fri Jan 07, 2011 3:58 pm
Forum: Styles, Stylesheets and XML
Topic: applying stylesheets
Replies: 31
Views: 12917

Re: applying stylesheets

If you like using a FrameMaker-esque scheme, you can do something like the following: replacing ordered lists with something like p.Numbered { mc-auto-number-position: outside-head; margin-left: 30px; mc-auto-number-offset: 20px; mc-auto-number-format: 'N:{n+}. '; } (another style can set n=1) repla...
by gwadmin
Fri Jan 07, 2011 3:44 pm
Forum: Styles, Stylesheets and XML
Topic: Frame vs. Flare TOC styles
Replies: 3
Views: 1563

Frame vs. Flare TOC styles

Okay, this may be an incredibly basic question, but I'm building a new project up from scratch and I'm trying to start fresh and do away with various templates/hacks I've used over past few years. A typical FrameMaker chapter file includes tags similar to: ChapterTitle, Heading1, Heading2, Heading3....
by gwadmin
Fri Jan 07, 2011 7:58 am
Forum: Styles, Stylesheets and XML
Topic: Passing color definitions in a variable/style?
Replies: 11
Views: 4700

Re: Passing color definitions in a variable/style?

I don't believe it's a <Frame> tag in the HTML sense (I tried that too :wink:); the .flpgl file looks to be straight XML and I'm not yet sure how it's being processed.
by gwadmin
Fri Jan 07, 2011 7:44 am
Forum: Styles, Stylesheets and XML
Topic: Passing color definitions in a variable/style?
Replies: 11
Views: 4700

Re: Passing color definitions in a variable/style?

Yes, trying to color the frame, as you say -- but if possible I'd like to have only one set of page layouts to cover all of the products, and pull in the theme color from somewhere (as with the heading colors and such via linked stylesheets, which works beautifully). There are currently five page la...
by gwadmin
Thu Jan 06, 2011 8:45 pm
Forum: Styles, Stylesheets and XML
Topic: Passing color definitions in a variable/style?
Replies: 11
Views: 4700

Re: Passing color definitions in a variable/style?

Woo! Thank you, Lisa/Nita -- excellent result with a product-specific stylesheet linking to a master stylesheet. That just leaves the color elements in the page layouts; the .flpgl file looks like this (stripped down for simplicity): <?xml version="1.0" encoding="utf-8"?> <PageSt...
by gwadmin
Thu Jan 06, 2011 1:28 pm
Forum: Styles, Stylesheets and XML
Topic: Passing color definitions in a variable/style?
Replies: 11
Views: 4700

Passing color definitions in a variable/style?

Hi — I’m working on documentation for a set of products, each of which has a different "theme" color. That theme color is used to color areas of the page layouts, to set the color of headings and table heads, etc. The straightforward but clunky method would be maintaining multiple sets...
by gwadmin
Wed Nov 18, 2009 9:03 am
Forum: Contributor General Discussion
Topic: Sending multiple topics for review in one email?
Replies: 9
Views: 9449

Re: Sending multiple topics for review in one email?

I'm thinking of testing this at a client site, and the multiple topic reviews is certainly an issue (I'd be sending whole projects or branches of projects, and need the snippets and such included)... I'd guess this might be a hot feature in v2...coming anytime soon?
by gwadmin
Wed Oct 28, 2009 8:34 am
Forum: Getting Started and Installation Issues
Topic: Windows 7 support plans?
Replies: 14
Views: 8336

Re: Windows 7 support plans?

Now that Windows 7 is officially released, is there an "official" stance regarding MadCap app support?
by gwadmin
Mon Aug 31, 2009 8:24 pm
Forum: Capture's General Discussion
Topic: Images not refreshing (Capture holding on to old image data)
Replies: 3
Views: 3733

Re: Images not refreshing (Capture holding on to old image data)

FYI, this is the insight from Tech Support: Capture reads all its Image information from the props file (boxes, call outs, text, variables, conditions, crop information etc) then generates the image. Flare reads/displays the Image and only reads the props file for variables and conditions. I do agre...
by gwadmin
Tue Aug 25, 2009 6:26 am
Forum: Capture's General Discussion
Topic: Images not refreshing (Capture holding on to old image data)
Replies: 3
Views: 3733

Images not refreshing (Capture holding on to old image data)

I've started using Capture to set online/print resolutions for my images, which were not taken w/Capture. What I'm discovering (too late) is that if I update image files in Photoshop, Capture "remembers" what the image looked like previously and still displays/prints the old version of the...
by gwadmin
Fri Aug 07, 2009 10:17 am
Forum: Printed Documentation Targets
Topic: page break?
Replies: 19
Views: 7518

Re: page break?

Thanks! Still tweaking, but on the whole it works beautifully!
by gwadmin
Fri Aug 07, 2009 7:14 am
Forum: Printed Documentation Targets
Topic: page break?
Replies: 19
Views: 7518

Re: page break?

my bad; TOC levels were bumping an h2.permissioned to an h3 where that subclass didn't exist; immediate fix would be to create an h3.permissioned that will take effect when bumped... ...which brings me to generic classes; I can manually go into the stylesheet and create .permissioned to (in theory) ...
by gwadmin
Thu Aug 06, 2009 1:45 pm
Forum: Printed Documentation Targets
Topic: page break?
Replies: 19
Views: 7518

Re: page break?

I'm having this problem in PDF output now; not with images, but with a class of h1 -- page-break-before is set to always for print medium, but headings are still starting midway on the page.
by gwadmin
Wed Jun 10, 2009 12:54 pm
Forum: Capture's General Discussion
Topic: Searching on image's callout text?
Replies: 2
Views: 2149

Re: Searching on image's callout text?

BTW, the answer is apparently no -- I put in an enhancement request
by gwadmin
Wed Jun 10, 2009 9:42 am
Forum: Capture's General Discussion
Topic: Searching on image's callout text?
Replies: 2
Views: 2149

Searching on image's callout text?

I'm looking at the .props file that capture saves with the images, and noticed that it does include the text placed in callouts. Now when using one of those images in Flare, is there a way to have Flare's search find text from those image callouts (bringing you to the topic containing that image) si...
by gwadmin
Tue May 19, 2009 10:45 am
Forum: Web-based Outputs
Topic: WebHelp Plus - search behavior
Replies: 1
Views: 1075

Re: WebHelp Plus - search behavior

gwadmin wrote:WHP supposedly has the ability to index PDF files that are part of the project -- so, when a user clicks on a search result, do they jump directly to page nnn of the PDF, or just to the first page?
Hmmm. WHP not so popular perhaps... can anyone from MadCap answer this particular point?
by gwadmin
Sat May 02, 2009 11:43 am
Forum: Web-based Outputs
Topic: WebHelp Plus - search behavior
Replies: 1
Views: 1075

WebHelp Plus - search behavior

This is possibly a silly question, but I don't see it directly addressed anywhere and I can't easily test it as I don't immediately have access to an IIS setup: WHP supposedly has the ability to index PDF files that are part of the project -- so, when a user clicks on a search result, do they jump d...
by gwadmin
Mon Feb 23, 2009 9:30 pm
Forum: Printed Documentation Targets
Topic: Tweaking PDF bookmark creation
Replies: 2
Views: 1907

Re: Tweaking PDF bookmark creation

BTW -- while there are changes I'd like to see, AutoBookmark from http://www.evermap.com has been working pretty well....zaps and recreates the bookmarks in about a second.
by gwadmin
Mon Feb 23, 2009 6:55 pm
Forum: Printed Documentation Targets
Topic: Control over PDF image compression?
Replies: 21
Views: 15182

Re: Control over PDF image compression?

Just came looking for an answer to this issue...after talking up the fact that I could now produce PDF files directly from Flare, which would save time (and client $$) over going through Frame and postprocessing...that is, after I spent a bunch of time rebuilding fresh stylesheets for creating print...