Search found 8 matches

by dmarino55
Thu Apr 04, 2024 10:35 am
Forum: Flare's General Discussion
Topic: Generating text output without tags
Replies: 0
Views: 1385

Generating text output without tags

My company wants to embed parts of our online help in an application and needs the files as text, without any tags. The problem is that the content they need is formatted in tables in Flare. Is there any straightforward way to do this? When I generate the help topics that contain tables as Clean ...
by dmarino55
Fri Jan 27, 2017 4:04 pm
Forum: Single-Sourcing
Topic: Multiple authors accessing different projects
Replies: 1
Views: 1949

Multiple authors accessing different projects

We are new to using source control in Flare and are still trying to figure out a few things. We just upgraded to the most recent version of Flare 2017. We are using Git as our source control tool.

There are 3 writers on the team and we each store our help project files in a different repository (so ...
by dmarino55
Fri Oct 30, 2015 10:07 am
Forum: Printed Documentation Targets
Topic: Creating PDF of only selected topics?
Replies: 1
Views: 826

Creating PDF of only selected topics?

Is it possible to create a PDF that contains only selected files? We have a very large help system and want to create a PDF with only selected help topics. Any way to do this?

Thanks, Donna
by dmarino55
Mon Oct 26, 2015 1:42 pm
Forum: Microsoft CHM Help
Topic: Linking topics outside of the original project
Replies: 0
Views: 1903

Linking topics outside of the original project

We are creating CHM help. From that help, we are also pulling individual HTM topics to use in our release notes. We have checked the release notes content into a separate repository into our source control tool. Because the topics were originally created in a different repository, when a topic with ...
by dmarino55
Mon Sep 21, 2015 2:55 pm
Forum: Flare's General Discussion
Topic: Accessing topics from two different help projects
Replies: 2
Views: 1131

Re: Accessing topics from two different help projects

Thanks, Nita. That's very helpful! I'll check out those topics.

The projects have only a few topics that are duplicated in both.

Assuming that you want to keep them as separate projects, you could use Project Merging either to merge their output or to create a third project that will merge the ...
by dmarino55
Mon Sep 21, 2015 12:28 pm
Forum: Flare's General Discussion
Topic: Accessing topics from two different help projects
Replies: 2
Views: 1131

Accessing topics from two different help projects

My company has two products and each has its own help project. For our support team, we need to create a target that contains topics from both help projects. What's the easiest way to do this?

Thanks, Donna
by dmarino55
Mon Sep 21, 2015 10:25 am
Forum: Flare's General Discussion
Topic: C# applications and implementing CS help
Replies: 12
Views: 4253

Re: C# applications and implementing CS help

The approach we took was not to hard code any IDs/values in the application itself.

The identifiers that are used in the CSH calls are automatically generated by the app, based on the internal form name (in the C# app), using the full namespace of the form so that they're unique.
For example, if ...
by dmarino55
Mon Aug 31, 2015 11:37 am
Forum: Flare's General Discussion
Topic: C# applications and implementing CS help
Replies: 12
Views: 4253

C# applications and implementing CS help

Our application is written in C# and our developers are having trouble implementing context-sensitive help based on Map IDs I've generated. Is anyone here using CS help with an application written in C#? How are you doing it? I'm hoping to come up with an easy way to manage this. Right now, they are ...