Search found 6 matches

by akhoff
Wed Jan 26, 2011 12:32 pm
Forum: Mimic Output
Topic: Timing on output movie does not match Frame Timespan
Replies: 0
Views: 3040

Timing on output movie does not match Frame Timespan

I have created a mimic movie that basically is a software demo. I have added text boxes, text balloons and voice overs. When I first created the move, everything was fine. However, I have made some changes to some of the frames and now the timing of the output does not match the timing of the frames ...
by akhoff
Tue Feb 02, 2010 6:50 pm
Forum: DotNet Help and the Dot Net Viewer
Topic: context-sensitive help when programming in C#
Replies: 3
Views: 5234

Re: context-sensitive help when programming in C#

My developers tell me that the code to hook the context sensitive help is as follows:

MadCap.HelpViewerClient.HelpViewerClient helpViewer = new MadCap.HelpViewerClient.HelpViewerClient();
//location of the .mchelp file
helpViewer.Load(@"C:\sv\debug\DotNet Help Build\Manual.mchelp");
//the ID of ...
by akhoff
Sat Jan 30, 2010 9:28 am
Forum: Flare's General Discussion
Topic: Agile development and Flare
Replies: 23
Views: 10894

Re: Agile development and Flare

I am currently using Flare to develop help in an Agile environment. The only difference is the speed at which the releases occur. Every 4 weeks we release a new version and it leaves a limited amount of time to see changes in the interface and update the help. It does not affect Flare specifically.
by akhoff
Wed Sep 17, 2008 11:58 am
Forum: Web-based Outputs
Topic: Flat File Structure for Output
Replies: 5
Views: 3520

Flat File Structure for Output

Is there a way to structure the output from Flare to Webhelp so that all files - content, images, js, everything - are in one folder? I have a request from a developer to completely remove the structure that is created by Flare output. I tried using a Find And Replace application to search for and ...
by akhoff
Fri Aug 22, 2008 7:50 am
Forum: Web-based Outputs
Topic: Help Launch Receives 400 Error
Replies: 3
Views: 4700

Re: Help Launch Receives 400 Error

Thanks so much for your help. The developer switched to the URL method and the problem was solved. I will also forward the _CSH solution to him as well. Thank you!
Anne
by akhoff
Tue Aug 19, 2008 6:42 pm
Forum: Web-based Outputs
Topic: Help Launch Receives 400 Error
Replies: 3
Views: 4700

Help Launch Receives 400 Error

I am receiving a 400 error when the developer links the help to the application. When the help is launched, the TOC pane loads normally with all of the topics, as does the top pane. However, the content pane displays the message: Server Error in '/' Application. HTTP Error 400 - Bad Request. When ...