Search found 29 matches

by davidgolden99
Wed Nov 14, 2018 2:16 pm
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119446

Re: Adding Feedback widget to topics

I'm late to the party, but I've discovered -- as has been mentioned in other threads -- that Flare 2017 and later breaks JS. I tried to implement Dave's code, only to find that I have dead "Yes" and "No" links. Is there a workaround to get the script to execute? For the moment, I...
by davidgolden99
Fri Sep 07, 2018 7:45 am
Forum: Web-based Outputs
Topic: Online Output: extra page when printing workaround?
Replies: 3
Views: 1405

Re: Online Output: extra page when printing workaround?

Hi Nita, I'm in the same situation. We have a breadcrumb trail and a print button. When the user clicks the print button, the breadcrumb prints on the first page and the content starts on the next page. Could you share what you're putting in your print media query? I went into our print medium and a...
by davidgolden99
Thu Apr 19, 2018 11:01 am
Forum: Web-based Outputs
Topic: Including robots.txt in a build
Replies: 0
Views: 770

Including robots.txt in a build

We are moving our help files to an AWS host. This means at least 20 separate help systems linked from their respective applications, with no common landing page or root directory. We need to include robots.txt in the root directory of each help build. Is there a way for Flare to include robots.txt i...
by davidgolden99
Tue Nov 25, 2014 8:05 am
Forum: Flare's General Discussion
Topic: Wildcard search not working?
Replies: 4
Views: 1745

Re: Wildcard search not working?

Thanks. That makes sense in an undocumented and inconvenient way. :mrgreen:
by davidgolden99
Wed Nov 12, 2014 3:58 pm
Forum: Flare's General Discussion
Topic: Wildcard search not working?
Replies: 4
Views: 1745

Re: Wildcard search not working?

I was able to delete the list tags using a regular expression.

Code: Select all

<ol style="list-style-type: decimal;" start="\d">
I still don't understand why the wildcards don't work.
by davidgolden99
Wed Nov 12, 2014 9:31 am
Forum: Flare's General Discussion
Topic: Wildcard search not working?
Replies: 4
Views: 1745

Wildcard search not working?

I have a Flare 10 project that was imported from Word, and has a lot of unwanted ordered lists. I need to remove all the lists and fix the formatting. Rather than unbind each list individually, I was hoping to just remove them all with a few find & replace actions. A typical tag is <ol style=&qu...
by davidgolden99
Wed Jan 05, 2011 8:01 am
Forum: Web-based Outputs
Topic: From Flare to QT help
Replies: 4
Views: 4967

Re: From Flare to QT help

We just did something similar for a project. The application is in QT Framework. I gave the software developer CHM and mobile builds. Here's what he did: I maintained an internal map in code whereas help html pages are mapped to screen pointers(helpIds). So whenever user clicks a button, appropriate...
by davidgolden99
Tue May 12, 2009 11:46 am
Forum: Source Control
Topic: ClearCase Users
Replies: 5
Views: 7302

Re: ClearCase Users

My problem with the plug-in was that I was using the remote client. I just had the fat client installed (Rational ClearCase Explorer 7.0.1.0). When I attempt to bind my project to ClearCase, Flare finds ClearCase but gives me a new set of problems. I have worked through three scenarios with no succe...
by davidgolden99
Tue Apr 28, 2009 11:46 am
Forum: Source Control
Topic: ClearCase Users
Replies: 5
Views: 7302

Re: ClearCase Users

I'm trying to locate the Microsoft Source Control plug-in for ClearCase. It looks like I'll be tracking down the actual installation CDs in a large corporation. Does anybody know if there's an easier way? I can't find it on the IBM/Rational web site.
by davidgolden99
Mon Apr 20, 2009 8:28 am
Forum: Web-based Outputs
Topic: HelpControlMenu items, Concept Links & Related topics
Replies: 4
Views: 2148

Re: HelpControlMenu items, Concept Links & Related topics

Sorry about that. I realized later that I should have provided some details. I finally got my color settings correct, but I want to change the font to the Verdana family. I can't find the right class to change. http://img.photobucket.com/albums/v438/BB5Whack/help_control.jpg I'm curious about how Ma...
by davidgolden99
Fri Apr 17, 2009 1:08 pm
Forum: Web-based Outputs
Topic: HelpControlMenu items, Concept Links & Related topics
Replies: 4
Views: 2148

HelpControlMenu items, Concept Links & Related topics

How many different things do I have to set in my stylesheet to get what I want in the Help Control menu?
by davidgolden99
Fri Apr 03, 2009 11:13 am
Forum: Web-based Outputs
Topic: Customized Help for some customers
Replies: 3
Views: 1868

Re: Customized Help for some customers

Thanks Lisa. I'll read up on that. I should provide some more detail. The product screens & workflow can be customized with Visual Basic. Our custom help will document the customer's customization of the product. The only change to the skin would be the customer's logo instead of our own in the ...
by davidgolden99
Fri Apr 03, 2009 8:24 am
Forum: Web-based Outputs
Topic: Customized Help for some customers
Replies: 3
Views: 1868

Customized Help for some customers

We are planning to offer customized help as a professional service to our customers. What is the best way to integrate these customizations into the standard help file? Looking forward, how would you maintain the custom help as new software versions are released and the standard help is updated? :fl...
by davidgolden99
Wed Feb 25, 2009 9:32 am
Forum: Flare's General Discussion
Topic: My Templates folder not found
Replies: 1
Views: 1147

My Templates folder not found

When I start a new project, Flare does not recognize the My Templates folder. Complicating things is our setup, where My Documents is on a network share (U:\My Documents). I saved My Templates there, and I copied it to the "normal" My Documents location. Flare does not show any templates a...
by davidgolden99
Wed Dec 03, 2008 11:35 am
Forum: Tips and Tricks
Topic: Finding outbound links
Replies: 3
Views: 2636

Finding outbound links

Is there a way to see the outbound links from a topic? Show Dependencies is good for showing links in, but I need something that works in reverse.
by davidgolden99
Wed Dec 03, 2008 11:30 am
Forum: Microsoft CHM Help
Topic: Exporting a header file as .def
Replies: 4
Views: 3519

Re: Exporting a header file as .def

I found a coouple of things. The help.def file I was provided needs to be edited so that a. #define must be lower case b. comments are indicated by // rather than && c. it has an .hh suffix When I export the help file back to the developer I may have to convert the comment indicators to &...
by davidgolden99
Wed Nov 26, 2008 12:14 pm
Forum: Microsoft CHM Help
Topic: Exporting a header file as .def
Replies: 4
Views: 3519

Re: Exporting a header file as .def

This is a sample of the legacy format from help.def: && File Menu #DEFINE _H_KFlExprtData 211010000 && Export Data dialog #DEFINE _H_KFlBatLink 211020000 && Batch-Link dialog #DEFINE _H_KFlChUser 111030000 && Change User dialog #DEFINE _H_KFlCalc 111040000 && ...
by davidgolden99
Wed Nov 26, 2008 10:16 am
Forum: Microsoft CHM Help
Topic: Exporting a header file as .def
Replies: 4
Views: 3519

Exporting a header file as .def

I'm documenting an application built in FoxPro. Is it possible to export the header file as a .def?
by davidgolden99
Fri May 02, 2008 1:07 pm
Forum: Styles, Stylesheets and XML
Topic: Defined styles not updated in Topic
Replies: 3
Views: 3355

Re: Defined styles not updated in Topic

Selecting non-print fixed it. Thanks.
by davidgolden99
Fri May 02, 2008 10:38 am
Forum: Styles, Stylesheets and XML
Topic: Defined styles not updated in Topic
Replies: 3
Views: 3355

Defined styles not updated in Topic

I have defined the h1 tag in a stylesheet, but it is not honored by the XML editor and doesn't appear in the Styles window. I checked the CSS link and my topic is definitely using the right stylesheet. When I select "Edit class" the stylesheet even displays the correct definitions. What's ...
by davidgolden99
Fri May 02, 2008 10:01 am
Forum: Styles, Stylesheets and XML
Topic: Popups: which classes should be defined?
Replies: 2
Views: 3054

Re: Popups: which classes should be defined?

Thanks, Dave. I'm almost getting what I want, but it raises a couple more questions. 1. How can I adjust the placement of the text popup box when it opens. My spec calls for the popup to be Top edge flush with top edge of associated text link, and 3 px from right edge of associated text link. 2. Whe...
by davidgolden99
Thu May 01, 2008 1:58 pm
Forum: Styles, Stylesheets and XML
Topic: Popups: which classes should be defined?
Replies: 2
Views: 3054

Popups: which classes should be defined?

What is the difference between the classes
popup
popupHead
popupBody
.MCPopupBody
.MCPopupBodyBG

No matter what I do, my popups all look exactly like the topic.
by davidgolden99
Thu May 01, 2008 9:57 am
Forum: Tips and Tricks
Topic: Custom window size for image map/hyperlink popups
Replies: 15
Views: 43461

Re: Custom window size for image map/hyperlink popups

Expand the Unclassified group and set the mc-master-page property to the name of the master page created in step 1, if one was used; otherwise leave this property blank.
I couldn't find this property at first. I had to select Show:Assorted Relevant Properties.
by davidgolden99
Wed Apr 30, 2008 7:37 am
Forum: Styles, Stylesheets and XML
Topic: CSS property for adding text to a style, like "NOTE:"
Replies: 44
Views: 37314

Re: CSS property for adding text to a style, like "NOTE:"

Dave Lee wrote: (I'm assuming the other David set up a span class span.bold)
That's exactly what I did. Then I saw that was possible to set up the bold in the autonumbering dialog box with curly braces {b}NOTE:{/b} -- or use the other method described above.
by davidgolden99
Tue Apr 29, 2008 1:12 pm
Forum: Styles, Stylesheets and XML
Topic: Available styles list shows too many unwanted styles
Replies: 3
Views: 3311

Re: Available styles list shows too many unwanted styles

Thanks, Kevin. I started a new CSS, and it's possible I opened a skin file by mistake. :oops: I will try cut/paste my classes to a clean CSS and link it to my project.