Search found 36 matches

by lanval
Wed Apr 13, 2016 12:28 pm
Forum: Flare's General Discussion
Topic: Combine multiple projects into one HTML5 Project
Replies: 2
Views: 1110

Re: Combine multiple projects into one HTML5 Project

Thanks!

I've always thought of global projects as a one to many feature, instead of a many to one feature. I'm going to give this a try.
by lanval
Wed Apr 13, 2016 7:56 am
Forum: Flare's General Discussion
Topic: Combine multiple projects into one HTML5 Project
Replies: 2
Views: 1110

Combine multiple projects into one HTML5 Project

Hello,

I have a series of projects, one for each of seven user manuals that have PDF and Word targets. Each manual details a specific aspect of our software and average 250 pages in length.

Is there anyway of getting the content of all seven projects into one HTML5 project/build?
by lanval
Wed Mar 24, 2010 11:36 am
Forum: Flare's General Discussion
Topic: Madcap elements in html tag
Replies: 7
Views: 3393

Madcap elements in html tag

Is there some way of preventing Flare from adding the MadCap:lastBlockDepth , MadCap:lastHeight , and MadCap:lastWidth to the html tag? This causes additional work every time we perform merges in our CMS (TFS) as it is seen as a content change. When you are merging into 80 branches (which is how dev...
by lanval
Wed Jun 03, 2009 8:06 am
Forum: Styles, Stylesheets and XML
Topic: Removing unused styles from style window
Replies: 6
Views: 3846

Removing unused styles from style window

There are a multitude of styles that appear in the style windows that we simply do not use, and are not defined in my Style.css file. This includes things like address, cite, del, etc.

This leads to a lot more scrolling that we would like. Is there anyway to prevent these from being listed?
by lanval
Tue Sep 30, 2008 1:17 pm
Forum: Web-based Outputs
Topic: script error in toolbar.html
Replies: 8
Views: 4729

Re: script error in toolbar.html

Our developers found the problem. The issue is with the Default_CSH.htm file. Part of the scripting in this file converts a file names to lowercase, so when the scripting runs it makes a cal for default.xml . However, the file is in actual fact Default.xml . This is not a problem for most locally he...
by lanval
Mon Sep 15, 2008 9:09 am
Forum: Web-based Outputs
Topic: script error in toolbar.html
Replies: 8
Views: 4729

Re: script error in toolbar.html

The browser in use is IE 7. The webhelp is delivered in both online (the help is kept on a client's corporate server) and offline (Help stored locally). The issue only occurs in online. We make the call to help in this fashion: window.open(base_url + '/../' + url, 'tarheel_window_b_' + win_type + '_...
by lanval
Mon Sep 15, 2008 8:02 am
Forum: Web-based Outputs
Topic: script error in toolbar.html
Replies: 8
Views: 4729

script error in toolbar.html

When launching our Webhelp directly, we get no script errors. However, when opening the Webhelp from the application we get the following script error: Line: 137 Char: 2 Error: 'documentElement' is nul or not an object Code: 0 URL: https://directory stuff here/Skin/Toolbar.htm The Toolbar.htm only h...
by lanval
Wed Aug 27, 2008 10:05 am
Forum: Flare's General Discussion
Topic: Flare and Multiprocessing or Dual-Core Chips
Replies: 9
Views: 4815

Re: Flare and Multiprocessing or Dual-Core Chips

All good advice, I'm sure. Perhaps beyond me in some cases (for example using sysinternals tools), but I will forward them off to our systems department (who initially asked me the question as they couldn't find the answer in Flare documentation or the Madcap site). However, I'm still hoping someone...
by lanval
Wed Aug 27, 2008 8:40 am
Forum: Flare's General Discussion
Topic: Flare and Multiprocessing or Dual-Core Chips
Replies: 9
Views: 4815

Re: Flare and Multiprocessing or Dual-Core Chips

The files are refreshed out of VSS to a local drive before the compiling is done. So, they are building on a local drive.
by lanval
Wed Aug 27, 2008 7:42 am
Forum: Flare's General Discussion
Topic: Flare and Multiprocessing or Dual-Core Chips
Replies: 9
Views: 4815

Re: Flare and Multiprocessing or Dual-Core Chips

It is the compiling that we are hoping to boost. We do almost 300 builds a night. It currently takes from 6 pm to about 4 am. Our systems staff was wondering if the process would see a speed boost if the system was upgraded to a dual core or if they clustered some systems.
by lanval
Wed Aug 27, 2008 7:19 am
Forum: Flare's General Discussion
Topic: Flare and Multiprocessing or Dual-Core Chips
Replies: 9
Views: 4815

Flare and Multiprocessing or Dual-Core Chips

We were wondering whether Flare can make use of multiprocessing either by using * Multiple CPUs by linking several computer systems together. or * Multiple core chips such as Intel Core2 Duo. By this mean we mean that Flare not only runs on these chipsets (which we know it does), but actually make u...