Search found 6 matches

by GJT
Wed Jan 13, 2010 4:33 pm
Forum: Feedback Explorer and Server
Topic: Hosted Feedback Server trial URL?
Replies: 3
Views: 4319

Re: Hosted Feedback Server trial URL?

I am guessing that the default "madcap" works during the trial as well, but I'd like some confirmation.

My project is set up to use my new project_template.fbconf, but I can't actually get anything to show in the output.
by GJT
Fri Jan 08, 2010 12:53 pm
Forum: Feedback Explorer and Server
Topic: Hosted Feedback Server trial URL?
Replies: 3
Views: 4319

Hosted Feedback Server trial URL?

Howdy—

My company currently uses Flare for building output. We're interested in using the hosted version of the Madcap Feedback v2 to allow for user comments.

I signed up and received my 30-day Feedback Key. What I don't understand is how to use this key to try out a hosted solution. If I go ...
by GJT
Wed May 20, 2009 4:37 pm
Forum: Web-based Outputs
Topic: Adding my JavaScript to all Flare topics in WebHelp output
Replies: 4
Views: 14615

Re: Adding my JavaScript to all Flare topics in WebHelp output

Thanks everyone for your help. I got the issue sorted out.

Long story short, we're using MadCap in conjunction with ant. I wasn't copying the file over correctly in build.xml . Instead, I was getting blank references to Resources/MasterPages/foo.js
by GJT
Wed May 20, 2009 12:59 pm
Forum: Web-based Outputs
Topic: Adding my JavaScript to all Flare topics in WebHelp output
Replies: 4
Views: 14615

Re: Adding my JavaScript to all Flare topics in WebHelp output

Thank you very much for the suggestion. I am definitely closer than when I was before.

However, I've noticed that when I add a "src" attribute to the script tag in the master page, the tag does not display. The JavaScript file does exist in the content directory.

Am I missing something else? I ...
by GJT
Tue May 19, 2009 4:55 pm
Forum: Web-based Outputs
Topic: Adding my JavaScript to all Flare topics in WebHelp output
Replies: 4
Views: 14615

Adding my JavaScript to all Flare topics in WebHelp output

I have a JavaScript file--let's say foo.js--that I want inserted in all WebHelp HTML files output like so:

<head><title>Foo Class</title>
<link href="help.css" rel="stylesheet" />
<script src="SkinSupport/MadCapUtilities.js">
</script>
<script src="SkinSupport/MadCapBody.js">
</script ...
by GJT
Fri Nov 14, 2008 10:35 am
Forum: Flare's General Discussion
Topic: Excessive CPU usage in Flare output
Replies: 2
Views: 2058

Excessive CPU usage in Flare output

Howdy all—

When launching the Flare HTML output on a Mac using Safari, users are experiencing a 100% CPU usage for two to three seconds. The problem also occurs on Windows machines, though not quite as dramatically. This is on Firefox and Safari.

I ran Venkman's JavaScript profile on a Windows ...