Search found 810 matches

by kwag_myers
Thu Dec 03, 2015 8:43 am
Forum: Web-based Outputs
Topic: TopNav skin menu customisation
Replies: 3
Views: 1681

Re: TopNav skin menu customisation

Try adding this to your CSS and change the content value as desired: .right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after, .left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after { content: "\BB"; margin-left: 0.5rem; display: inline; } If you want to use an image, ...
by kwag_myers
Thu Dec 03, 2015 8:15 am
Forum: Tips and Tricks
Topic: Table rows and conditions
Replies: 5
Views: 3621

Re: Table rows and conditions

I tried that once when I was just getting started with Flare and ended up making two versions of the table in the topic and applying a condition tag to each table so I could omit/include either version. I think the problem with using tags to omit rows is that the table properties specify how many ro...
by kwag_myers
Thu Dec 03, 2015 7:45 am
Forum: Styles, Stylesheets and XML
Topic: HTML Top Navigation Stylesheet
Replies: 1
Views: 935

Re: HTML Top Navigation Stylesheet

I used the @import technique suggested by Nita in this thread: How to use Google Fonts and I typed the font family into the text field:
GoogleFontsTopNavMenu.png
by kwag_myers
Thu Dec 03, 2015 7:18 am
Forum: Web-based Outputs
Topic: Cannot center search bar on Home page of Top Nav output
Replies: 1
Views: 1121

Re: Cannot center search bar on Home page of Top Nav output

Do I need to throw a div tag around the search bar proxy in my home page code? That's what I did with mine: <body> <div class="searchBg" style="text-align: center;"> <h6>Title</h6> <MadCap:searchBarProxy data-mc-skin="/Project/Skins/AVOC_search_skin.flskn" /> <p class=...
by kwag_myers
Tue Nov 24, 2015 6:00 am
Forum: Web-based Outputs
Topic: automatically closing drop-downs, when others are opened?
Replies: 1
Views: 683

Re: automatically closing drop-downs, when others are opened

When a WebHelp output refreshes, all drop-downs revert to closed. I'm wondering if you could program an onclick script to refresh the page and then open the selected drop-down. With WebHelp (and not HTML 5), each drop-down has an ID, so it seems like it's possible. This has come up before recently, ...
by kwag_myers
Mon Nov 23, 2015 11:27 am
Forum: Styles, Stylesheets and XML
Topic: Converting from DITA and writing my own CSS files
Replies: 5
Views: 2352

Re: Converting from DITA and writing my own CSS files

Your company sounds like the one I worked for a while back where we replaced RoboHelp and FrameMaker with XMetal. I still use DITA tags for wintitle, uicontrol, userinput, and a few more. Just to echo what Nita said, for these I use a span tag. You only want to use p for the entire paragraph. As for...
by kwag_myers
Mon Nov 23, 2015 11:02 am
Forum: Flare's General Discussion
Topic: How to automatically expand drop-down text or toggler?
Replies: 5
Views: 2969

Re: How to automatically expand drop-down text or toggler?

I think (because I haven't thoroughly tested my theory) it depends on your output type. For WebHelp, each drop-down has an id, so you should be able to use a javascript with an onload command. I don't see any id in the HTML5 output, which you need in order to tell the browser which to open. Just my ...
by kwag_myers
Mon Nov 23, 2015 9:28 am
Forum: Flare's General Discussion
Topic: Sorting Bookmarks in a Topic
Replies: 1
Views: 1047

Re: Sorting Bookmarks in a Topic

You can display Used Bookmarks in alphabetical order in Analyzer and even export the file (if that helps).
by kwag_myers
Mon Nov 23, 2015 9:15 am
Forum: Flare's General Discussion
Topic: Automating the Project Zip function
Replies: 2
Views: 1098

Re: Automating the Project Zip function

Just Google, "vbs zip folder" and you should find some code for a batch file. But wouldn't that be the same as clicking Zip Project within Flare?
by kwag_myers
Tue Nov 17, 2015 6:45 am
Forum: Source Control
Topic: SVN Trunk'ing Outputs Only
Replies: 9
Views: 4738

Re: SVN Trunk'ing Outputs Only

Kwag, could you create a different folder and ask your Devs to grab output from there? Or even could you PUBLISH to wherever Dev copies their stuff to? That way you get to control what goes in the build. Just a thought... Yeah, I do something like that now with most of my projects. Here's the issue...
by kwag_myers
Mon Nov 16, 2015 9:34 am
Forum: Source Control
Topic: SVN Trunk'ing Outputs Only
Replies: 9
Views: 4738

Re: SVN Trunk'ing Outputs Only

I can't address why your devs want your output put in the trunk. Perhaps someone else who uses Subversion that way can weigh in. My understanding is that they have it set up to grab specific directories out of Perforce when they do a build. Easy for them, but quite confusing to me. On our team, we ...
by kwag_myers
Fri Nov 13, 2015 8:39 am
Forum: Source Control
Topic: SVN Trunk'ing Outputs Only
Replies: 9
Views: 4738

Re: SVN Trunk'ing Outputs Only

I understand the concept of trunk, branches, and tags (thank you), I just don't see the advantage for a single writer to work in a branch and merge into the trunk. I'm not going to break the build with my Flare project, so there really isn't (in my opinion) the need for using branches to protect the...
by kwag_myers
Wed Nov 11, 2015 6:29 am
Forum: Source Control
Topic: SVN Trunk'ing Outputs Only
Replies: 9
Views: 4738

SVN Trunk'ing Outputs Only

I may be complicating the simple, but wondering if there is a way to put just my outputs in the trunk folder? I use a branch for development and I tag each release. Up until now I've never had much use for a trunk folder. The idea we're working on is for the developers to include my trunk folder in ...
by kwag_myers
Tue Sep 29, 2015 6:30 am
Forum: Styles, Stylesheets and XML
Topic: How to preserve leading spaces in code sample paste?
Replies: 5
Views: 3040

Re: How to preserve leading spaces in code sample paste?

If I understand the issue, you must preserve both the spaces and the paragraph styles (which pre doesn't do), correct? The only way I can see to do this is to replace all spaces with   : 1. Paste the code into NotePad and open the Find and Replace dialog ( Ctrl+H ). 2. Type a space in the Find what ...
by kwag_myers
Tue Sep 29, 2015 6:11 am
Forum: Flare's General Discussion
Topic: Bookmarks
Replies: 3
Views: 899

Re: Bookmarks

...do I have to go through and find every reference to a renamed bookmark and correct it? I think so. Run Analyser from the Launch section of the Tools tab to get a list of broken links. If you have a large project, use Find and Replace with Find in source code selected. Search for #bookmark , wher...
by kwag_myers
Tue Sep 29, 2015 6:02 am
Forum: Flare's General Discussion
Topic: Help with vbscript
Replies: 4
Views: 2029

Re: Help with vbscript

Where I you attempting to add the script? You can put something like this inside the body tag: <FORM NAME="Form1"> <INPUT TYPE="Button" NAME="Button1" VALUE="Click" /> <SCRIPT FOR="Button1" EVENT="onClick" LANGUAGE="VBScript"> Msg...
by kwag_myers
Mon Sep 28, 2015 5:57 am
Forum: Flare's General Discussion
Topic: My Cross Refs refer to whole topic and not bookmarks
Replies: 1
Views: 642

Re: My Cross Refs refer to whole topic and not bookmarks

Which output are you using? And by "look Ok" you mean they look like this in the Text Editor (where #Example is the bookmark)?

Code: Select all

<MadCap:xref href="BookmarkTest.htm#Example">Example</MadCap:xref>
by kwag_myers
Mon Sep 28, 2015 5:49 am
Forum: Web-based Outputs
Topic: Numbered list format problem in top navigation output
Replies: 2
Views: 1327

Re: Numbered list format problem in top navigation output

I'd like to know more about why you're using a paragraph style. Could you post the properties for that style? As for the table issue (and I have to say I'm not convinced that Flare is actually doing that conversion), check the display property of the ol and p styles. I think they both default to blo...
by kwag_myers
Fri Sep 25, 2015 5:12 am
Forum: Printed Documentation Targets
Topic: Headings in Stylesheet
Replies: 2
Views: 961

Re: Headings in Stylesheet

Change the Show Heading Styles to Show All Styles and (this is optional, but I find it easier to use) change Show: Property Groups to Show: Alphabetical List. Then set the mc-heading-level property for h3 to 1.
H3asTOC.png
by kwag_myers
Thu Sep 24, 2015 2:57 pm
Forum: Printed Documentation Targets
Topic: Horizontal line with gradient color
Replies: 5
Views: 2861

Re: Horizontal line with gradient color

All I can say is that I've yet to read a post in this forum from someone who was pleasantly impressed with Flare's Word output. Most users who need a Word output on a regular basis find it easier to generate a PDF, and from that convert to Word in Acrobat.
by kwag_myers
Thu Sep 24, 2015 1:24 pm
Forum: Flare's General Discussion
Topic: Split a table into 2 separtate tables
Replies: 1
Views: 1276

Re: Split a table into 2 separtate tables

Worst case scenario I can export to Word, split the table into multiple tables and reimport into MadCap. If the table is already organized into the sections you want to break out, just slip some code in (I know you said you don't want to do this, but this might be fairly easy). Copy the first part ...
by kwag_myers
Thu Sep 24, 2015 6:00 am
Forum: Flare's General Discussion
Topic: "Find and Replace" problems (can't find/greyed out)
Replies: 1
Views: 784

Re: "Find and Replace" problems (can't find/greyed out)

Older versions of F&R caused me to start using Search & Replace Master. Versions 10 & 11 are much improved.
by kwag_myers
Thu Sep 24, 2015 5:47 am
Forum: Web-based Outputs
Topic: Background in TopNav Output
Replies: 1
Views: 644

Re: Background in TopNav Output

Sorry, I don't have time to test this, but I wonder if you can have a 100px (or whatever) border instead of background?
by kwag_myers
Thu Sep 24, 2015 5:33 am
Forum: Web-based Outputs
Topic: Questions about customizing the TopNav skin
Replies: 3
Views: 2480

Re: Questions about customizing the TopNav skin

Index Proxy: Just to be clear, you have a page with heading and no content, correct? If so, I'm afraid I have no suggestions. MiniTOC Proxy: The proxy adds any child topics, so if you have a chapter topic at level 1 and child topics at level 2, those child topics are included along with any level 3...
by kwag_myers
Thu Sep 24, 2015 4:53 am
Forum: Printed Documentation Targets
Topic: Horizontal line with gradient color
Replies: 5
Views: 2861

Re: Horizontal line with gradient color

Is there a way to create this kind of horizontal line in Flare short of just taking a screenshot of the line in Word? I tried using linear-gradient(orange, white) in the background property of a paragraph style, but it doesn't work with print outputs (looks nice in html, though). I think your best ...