Search found 16 matches

by Kleb
Thu Sep 08, 2011 2:13 pm
Forum: Printed Documentation Targets
Topic: Table width ignores style
Replies: 10
Views: 6317

Re: Table width ignores style

We also experience the problem with table widths being ignored when there are long lines of text with no spaces in them. The issue appears to be that Flare does not support character wrapping so that it can enforce a width or max-width setting for tables.
by Kleb
Thu Mar 05, 2009 6:10 pm
Forum: Web-based Outputs
Topic: Can you use CSH with WebHelp AIR target?
Replies: 21
Views: 8859

Re: Can you use CSH with WebHelp AIR target?

I would think that madcap could define the parameters they want passed when an AIR application is called (id or topic path), write the code in the AIR application, and then release the information to us so we can call the AIR application from our application (whether it be AIR or .NET or something e...
by Kleb
Mon Feb 23, 2009 8:02 pm
Forum: Web-based Outputs
Topic: Trying to do Context Sensitive
Replies: 11
Views: 4859

Re: Trying to do Context Sensitive

You might also check with your developers to see what format they would like the headers in. It may not be that hard to do a regular expression search and replace to convert the header file into a C# class with a bunch of constants that the developers can import into their project.
by Kleb
Mon Feb 23, 2009 7:59 pm
Forum: Web-based Outputs
Topic: How to Auto-Merge Alias Files?
Replies: 6
Views: 2639

Re: How to Auto-Merge Alias Files?

Last time I looked into this (Flare 4), I was told that Context IDs do not automatically merge (and I verified this by testing URL calls to MCHelp). The response was that the alias files would need to be merged manually after building the help (and I suppose you would want to automate this somehow)....
by Kleb
Mon Jan 12, 2009 1:22 pm
Forum: Feedback Explorer and Server
Topic: How does Feedback work with merged projects?
Replies: 3
Views: 3434

Re: How does Feedback work with merged projects?

Do you have to use a key for each merged project?
by Kleb
Thu Nov 20, 2008 10:42 am
Forum: Flare's General Discussion
Topic: How to make Flare compile faster
Replies: 35
Views: 23137

Re: How to make Flare compile faster

Yes, JKDefrag is a great program. Not only is its default defrag mode better than the Windows defragger, but it has several other command line modes that can significantly speed up your computer. The mode I use is jkdefrag -a 8 This will rearrange your files by size. How does this speed up your driv...
by Kleb
Sat Nov 15, 2008 4:42 pm
Forum: Microsoft CHM Help
Topic: HTML Compiler Stops Working
Replies: 10
Views: 6774

Re: HTML Compiler Stops Working

Try rearranging your TOC. Odd as it sounds, that's what fixed it for me. I had something like Book +--- Topic1 +--- Topic2 Topic3 Topic4 Topic5 Book +--- ...etc If I removed Topic4 from the TOC, it would build without crashing. Or if I just moved some of the topics above Topic4 somewhere else, no cr...
by Kleb
Mon Oct 13, 2008 4:05 pm
Forum: Tips and Tricks
Topic: How do I create CSH in a Merged Project?
Replies: 10
Views: 11445

Re: How do I create CSH in a Merged Project?

Hi Trent, I've been trying Webhelp and dotnet outputs in Flare 4, but it isn't merging the alias files for me. When I try calling the master project with context IDs, the ones in the master project work, but the ones for subprojects do not. I looked in the generated Alias file, and it's only got the...
by Kleb
Mon Oct 13, 2008 3:42 pm
Forum: Web-based Outputs
Topic: Can you use CSH with WebHelp AIR target?
Replies: 21
Views: 8859

Re: Can you use CSH with WebHelp AIR target?

I looked around in the Flare help and didn't see how to do it either.

It certainly is possible for the AIR application to access the command line arguments, but whether Madcap has implemented that, I don't know. Perhaps if you use the same command line arguments as the Madcap viewer?
by Kleb
Wed Jul 02, 2008 2:45 pm
Forum: Flare's General Discussion
Topic: Object model for Flare?
Replies: 3
Views: 2743

Re: Object model for Flare?

If you are converting a project that Flare is able to convert, you could use something like Autoit to step through the gui.
by Kleb
Tue Apr 08, 2008 2:44 pm
Forum: Flare's General Discussion
Topic: XML Editor - General Use
Replies: 9
Views: 4377

Re: XML Editor - General Use

As far as being able to highlight portions of text in one editor and the corresponding portions in the other editor would be synchronously highlighted as well, I agree. That would be very useful. You can do that in programs like DreamWeaver, and I've found that to be very beneficial. I havn't reall...
by Kleb
Mon Apr 07, 2008 8:36 pm
Forum: Flare's General Discussion
Topic: New icons in the forums?
Replies: 7
Views: 6186

Re: New icons in the forums?

Yes, the icons are cool. :)

And the new look of the forum is really nice, too.
by Kleb
Mon Apr 07, 2008 8:32 pm
Forum: Flare's General Discussion
Topic: What do you think about the Ribbon?
Replies: 36
Views: 25440

Re: What do you think about the Ribbon?

I guess I'll chime in here and say I absolutely love the ribbon. Yes, if you're trying to get things done quick and you don't know where things are, it can be very frustrating (been there). But, once I got used to it, I've found it's much easier to use than having to get things in the menus. And the...
by Kleb
Thu Dec 13, 2007 6:51 pm
Forum: Styles, Stylesheets and XML
Topic: .xml files altered when building webhelp
Replies: 33
Views: 21468

Probably Flare is running the source files (xml, xhtml, htm, html) through an xsl transform and the one for the webhelp target defaults to adding missing code to make the file \"readable\". Like tputkey said, .xml files are readable by IE. You can put a link to an xsl stylesheet in the xml...
by Kleb
Thu Sep 20, 2007 9:51 am
Forum: Getting Started and Installation Issues
Topic: slow, slow, slow
Replies: 45
Views: 36801

I am also having speed issues with Flare as I posted in another topic. Add new topic and Preview topic are the two that stick out. Preview topic takes 1-2 sec to open and 5 seconds to close . Add new topic is slower than it needs to be as well. Index entry slows to a crawl on most of our pages becau...