Search found 52 matches

by Craig.Prichard
Tue Mar 15, 2011 3:08 pm
Forum: Flare's General Discussion
Topic: Javascript in a Flare project?
Replies: 10
Views: 3839

Re: Javascript in a Flare project?

Does anyone have some sample javascript code for reading a cookie when a WebHelp page loads?
by Craig.Prichard
Tue Mar 15, 2011 3:02 pm
Forum: Styles, Stylesheets and XML
Topic: Dropdowns in lists
Replies: 1
Views: 884

Dropdowns in lists

When I place a dropdown in an <li> the collapsed state is visually fine. When the dropdown is expanded the bullet (unordered) or number (ordered) drops down near the bottom of the dropdown body. Is there a way through CSS or otherwise for the bullet or number to not move (ideally, not even flicker) ...
by Craig.Prichard
Mon Mar 14, 2011 9:35 am
Forum: Styles, Stylesheets and XML
Topic: Changes to MadCap generated styles
Replies: 7
Views: 4355

Re: Changes to MadCap generated styles

Has anyone from MadCap offered an explanation for the changes? Has anyone from MadCap documented these changes, making sure nothing is missing? Thank you.
by Craig.Prichard
Tue Mar 08, 2011 7:15 am
Forum: Analyzer Tips and Tricks
Topic: If your Analyzer project will not open
Replies: 1
Views: 12176

Re: If your Analyzer project will not open

FYI, this is still true. When I installed Flare v7 alongside v6 then installed Analyzer v4, none of the analyzing activity was occuring in either. Analyzer would load but appeared to have no project loaded. When I explicitly loaded a project Analyzer still looked like no project was loaded. When I l...
by Craig.Prichard
Fri Mar 04, 2011 7:00 am
Forum: Styles, Stylesheets and XML
Topic: Tables or pure CSS for lists?
Replies: 3
Views: 2097

Re: Tables or pure CSS for lists?

Rob, did you ever get your first column width problem resolved? If so, how? Thank you.
by Craig.Prichard
Fri Mar 04, 2011 6:44 am
Forum: Styles, Stylesheets and XML
Topic: CSS for left-side graphic, right-side explanatory text?
Replies: 7
Views: 3416

Re: CSS for left-side graphic, right-side explanatory text?

So does anyone have any CSS suggestions for ordered and unordered lists in the p.float next to img.right or img.left? Thank you.
by Craig.Prichard
Thu Feb 03, 2011 2:56 pm
Forum: Styles, Stylesheets and XML
Topic: Multiple class names for an element
Replies: 1
Views: 1300

Multiple class names for an element

Does Flare support assigning more than one (1) class name to an element, e.g. <p class="indent code"> or <span class="bold italic"> ? I have tried a few tests that did not work. According to http://www.w3.org/TR/html401/struct/global.html#h-7.5.2 it should be possible. My CSS fil...
by Craig.Prichard
Fri Dec 10, 2010 8:46 am
Forum: Flare's General Discussion
Topic: Overflow error in Flare v6.1
Replies: 4
Views: 1694

Re: Overflow error in Flare v6.1

For the sake of thoroughness I will reset Layouts. However, this is happening since my harddrive was replaced last weekend and I installed Flare v6.1 fresh on Monday. Since the install I have not many Flare UI changes, including creating or saving any Layouts. But I think you are on the right track....
by Craig.Prichard
Fri Dec 10, 2010 8:39 am
Forum: Flare's General Discussion
Topic: Flare using HUGE amounts of RAM
Replies: 21
Views: 8052

Re: Flare using HUGE amounts of RAM

I wonder how much impact Analyzer's presence has on Flare. I suspect it frequently or constantly evaluates the current project to refresh its' metrics. Whenever I explicitly load Analyzer it always takes several minutes to refresh and the CPU spikes and the harddrive grinds during this refresh.
by Craig.Prichard
Thu Dec 09, 2010 9:15 am
Forum: Flare's General Discussion
Topic: Overflow error in Flare v6.1
Replies: 4
Views: 1694

Overflow error in Flare v6.1

Happening more and more frequently in my project, while editing a topic (usually pasting content) Flare will generate an Unhandled exception overflow error. I can continue editing and save changes without corruption (I hope) but the UI will place a red x-ed box between the topic content and the &quo...
by Craig.Prichard
Thu Dec 02, 2010 12:49 pm
Forum: Web-based Outputs
Topic: Nonscrolling region woes part deux...
Replies: 9
Views: 3489

Re: Nonscrolling region woes part deux...

Here's a piece of gold I found at David Walsh's blog (http://davidwalsh.name/ie8-emulate-ie7) on how to force your web page to be IE7-compliant. I placed the following in the <head>...</head> of my MasterPage.flmsp: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> If...
by Craig.Prichard
Thu Dec 02, 2010 5:17 am
Forum: Web-based Outputs
Topic: Nonscrolling region woes part deux...
Replies: 9
Views: 3489

Re: Nonscrolling region woes part deux...

It seems to be that IE7 doesn't like the color lightgrey spelled lightgray. To be safe I'm using #d3d3d3 instead and it works fine.
by Craig.Prichard
Wed Dec 01, 2010 3:56 pm
Forum: Web-based Outputs
Topic: Nonscrolling region woes part deux...
Replies: 9
Views: 3489

Re: Nonscrolling region woes part deux...

As a slight fork on this subject, I am using the non-scrolling region solution of a modified body { margin-top:...} with a fixed-region div and no changes to my MasterPage. What has me baffled is the fixed-region div has a light gray background (i.e. solid, not transparent) which renders as such in ...
by Craig.Prichard
Tue Nov 23, 2010 11:42 pm
Forum: Styles, Stylesheets and XML
Topic: Margins, padding, and a horizontal scrollbar in WebHelp
Replies: 5
Views: 2981

Re: Margins, padding, and a horizontal scrollbar in WebHelp

I have

Code: Select all

body { overflow: auto; }
which seems to work.

* Is body the correct tag to place overflow in?
* How does overflow: auto; differ from overflow-x: hidden; overflow-y: auto;?

Thank you all for your help.
by Craig.Prichard
Mon Nov 22, 2010 10:18 am
Forum: Styles, Stylesheets and XML
Topic: "Visibility" attribute for classes (PDF output)
Replies: 8
Views: 2844

Re: "Visibility" attribute for classes (PDF output)

This only works for print outputs, and would not be suitable for help outputs. Although the text would be initially hidden when you view the topic, it will be displayed when you search for it; i.e. the hidden text will be displayed if it contains the search term. Correct. I should have also mention...
by Craig.Prichard
Mon Nov 22, 2010 10:03 am
Forum: Styles, Stylesheets and XML
Topic: Margins, padding, and a horizontal scrollbar in WebHelp
Replies: 5
Views: 2981

Margins, padding, and a horizontal scrollbar in WebHelp

If I add any margin-left or padding-left to classes like MadCap|miniTOCProxy a horizontal scrollbar appears at the bottom of the content frame. No matter the width of the browser window before, during, or after the topic is rendered, the horizontal scrollbar is present and remains constant (by the a...
by Craig.Prichard
Sun Nov 21, 2010 7:31 pm
Forum: Styles, Stylesheets and XML
Topic: "Visibility" attribute for classes (PDF output)
Replies: 8
Views: 2844

Re: "Visibility" attribute for classes (PDF output)

.Hidden { mc-heading-level: 0; font-family: Consolas, 'Lucida Console', 'Trebuchet MS', monospace; font-weight: normal; font-style: normal; font-size: 10pt; color: darkgreen; background-color: lightyellow; border: dashed 1px darkgreen; text-decoration: none; display: none; } Here is the generic cla...
by Craig.Prichard
Sun Nov 21, 2010 7:54 am
Forum: Styles, Stylesheets and XML
Topic: Replaces <table...></table> with pure CSS
Replies: 1
Views: 1011

Replaces <table...></table> with pure CSS

I am using tables like this extensively: <table> <col /> <col style="width: 68px;" /> <tbody> <tr> <td> <h2 class="TopicTitle">Topic Title</h2> </td> <td> <MadCap:snippetText src="../Resources/Snippets/UI_Elements/page/ExpandCollapse.flsnp" /> <MadCap:snippetText src=&q...
by Craig.Prichard
Tue Nov 16, 2010 5:00 pm
Forum: Web-based Outputs
Topic: Local versus Remote links
Replies: 3
Views: 1528

Re: Local versus Remote links

Steve, I don't think the breadcrumbs' link colours have any bearing on the placement of the proxy on the web page. However, I did try. There was no improvement. It seems that Flare has a problem with: a[href^="http:"]. What bugs me is that I got this code from Scott Deloach's "Develop...
by Craig.Prichard
Mon Nov 15, 2010 2:25 pm
Forum: Web-based Outputs
Topic: Local versus Remote links
Replies: 3
Views: 1528

Local versus Remote links

I want to have all local file links display green and all non-local links display in the default blue. a:link {color: #60C460;} /* Local links */ a[href^="http:"] {color: #0000ff;} /* Remote links */ My problem is that the presence of a[href^="http:"] in my CSS causes my breadcru...
by Craig.Prichard
Wed Sep 29, 2010 12:52 pm
Forum: Printed Documentation Targets
Topic: Differences between PDF and Word targets
Replies: 1
Views: 1238

Differences between PDF and Word targets

I have a PDF target and a Word target for the same content. I have poured over the properties of each fltar file to match as many properties as possible (all the common ones I can figure out). My intention is for the two outputs to look as identical as possible. However, in several ways, they do not...
by Craig.Prichard
Tue Aug 24, 2010 5:47 am
Forum: Web-based Outputs
Topic: Generate Previous/Next links in topic
Replies: 2
Views: 1408

Re: Generate Previous/Next links in topic

I like that UI and would like to produce similar. In the mean time, I'm settling for the Previous Topic and Next Topic toolbar buttons above the content pane. I know you can add a toolbar proxy to a MasterPage so I believe it is possible to create place a modified toolbar on every page. However, I d...
by Craig.Prichard
Tue Aug 24, 2010 5:42 am
Forum: Web-based Outputs
Topic: Setting up Webhelp project
Replies: 5
Views: 2004

Re: Setting up Webhelp project

I will be facing a similar painful experience with my project in a few days. Any guidance, particularly about how to make the PDF as robust and similar to the WebHelp as possible would be appreciated. Thank you.
by Craig.Prichard
Tue Aug 24, 2010 5:35 am
Forum: Web-based Outputs
Topic: Cannot expand/open TOC without opening attached topic
Replies: 4
Views: 1866

Re: Cannot expand/open TOC without opening attached topic

Is this still true as of Flare v6.1? I would like to traverse the TOC without firing off open book and close book events. Also, is it possible to configure the TOC to support the up/down arrows for vertical movement and the left/right arrows for opening/closing books?
by Craig.Prichard
Fri Aug 20, 2010 5:02 pm
Forum: Tips and Tricks
Topic: Tip : Expanding a dropdown automatically, by class
Replies: 3
Views: 3082

Re: Tip : Expanding a dropdown automatically, by class

Would you mind posting the HTML for setting the class and calling the function? Thank you.