Search found 110 matches

by JasonSTI
Tue Apr 24, 2012 2:00 pm
Forum: Printed Documentation Targets
Topic: Index in EPub
Replies: 1
Views: 1224

Re: Index in EPub

The problem is, what "page" are you comparing against? ePub is designed to reflow to fit the screen based on the size of the reader, the selected font, margins, etc. Its all fluid. There is no hard-coded page numbers like in traditional print. Some e-readers mimic this by displaying how many of the ...
by JasonSTI
Mon Apr 23, 2012 12:31 pm
Forum: Microsoft CHM Help
Topic: Help window shrinks when compiled on build server
Replies: 10
Views: 7827

Re: Help window shrinks when compiled on build server

You might open your Skin file in Notepad, and see if there is anything set in the Anchors section. We ran into a problem a couple years ago where an invalid string got saved in there, and it caused the built window to appear very small, but only when using the command line build. Here is the topic ...
by JasonSTI
Fri Feb 10, 2012 10:32 am
Forum: WebHelp Mobile
Topic: Background Page Colour on WebHelp Mobile Output
Replies: 5
Views: 6661

Re: Background Page Colour on WebHelp Mobile Output

You can also apply this on the HTML attribute, instead of the BODY attribute, which may fill in any borders that the BODY leaves. We had to do this for our background image, as it was not filling down correctly when viewing a short page.
by JasonSTI
Fri Feb 10, 2012 10:29 am
Forum: WebHelp Mobile
Topic: Custom toolbar button or link to close Help window
Replies: 1
Views: 3347

Re: Custom toolbar button or link to close Help window

A lot will depend on how you are calling the help from your apps. As long as you are calling them as a child via Javascript, i.e.:
<a href="" onclick="window.open('Default.htm?cshid=1000', 'hlpwnd');">Help!</a>

Then you can simply add a standard Javascript close button:
<a href="" onclick ...
by JasonSTI
Fri Sep 03, 2010 2:08 pm
Forum: WebHelp Mobile
Topic: Installshield woes
Replies: 1
Views: 3466

Re: Installshield woes

We had a similar issue (although not with Help files) when we had the project folder out of sync with the InstallShield cabinet project. InstallShield failed to install because the files were not the same as those the cabinet thought were in it. We had to recreate the cabinet file in InstallShield ...
by JasonSTI
Fri Aug 20, 2010 6:57 am
Forum: Microsoft CHM Help
Topic: HTML Help Focus after Printing
Replies: 4
Views: 2455

Re: HTML Help Focus after Printing

I tried playing with z-order, but it seems that is only important within the CHM. The problem is the entire window is behind another application, so its a Windows issue I believe.

We need to use script to do this because there are several elements (iframes, floating DIV banner, etc) that are drawn ...
by JasonSTI
Wed Aug 18, 2010 7:06 am
Forum: Microsoft CHM Help
Topic: HTML Help Focus after Printing
Replies: 4
Views: 2455

HTML Help Focus after Printing

We are using CHM output, and have a JavaScript "Print" function in place. What this does is catch Ctrl+P (or a Print button press), format some of the text so it looks better in print, starts the print, then reverts the formatting. This works well, as long as there are no window focus changes ...
by JasonSTI
Wed Aug 11, 2010 12:04 pm
Forum: Microsoft CHM Help
Topic: Skin caption is overwritten by language skin
Replies: 3
Views: 3084

Re: Skin caption is overwritten by language skin

http://kb.madcapsoftware.com/Content/Flare/Output_Types/HTML_Help/OUTH1005-F_Missing_Caption_Title.htm

Solution: Set your operating system to the same setting for which the HTML Help File was created.

It appears that the Help is compiling in Thai, but the Windows OS is set to another language ...
by JasonSTI
Wed Aug 11, 2010 11:43 am
Forum: Mimic Output
Topic: Audio and Condition tags
Replies: 1
Views: 3309

Re: Audio and Condition tags

I don't see any way to do this either. Probably be something that should be put in as an R&D request.

https://www.madcapsoftware.com/bugs/submit.aspx
by JasonSTI
Thu Aug 05, 2010 9:58 am
Forum: Mimic Output
Topic: System.OutOfMemoryException
Replies: 2
Views: 3827

Re: System.OutOfMemoryException

According to MadCap support, this is caused by images being pasted into the project rather than inserted from a file. I have replaced all of them, and the memory usage has gone down dramatically. I am not getting a System.OutOfMemoryException message, but the video is never finishing compiling (I ...
by JasonSTI
Thu Jul 29, 2010 7:46 am
Forum: Mimic Output
Topic: System.OutOfMemoryException
Replies: 2
Views: 3827

Re: System.OutOfMemoryException

Strangely enough, running this in command line mode uses MORE memory (tops out at 1.4GB), but does finish. I'm confused...

Oh well, its working. Kinda.
by JasonSTI
Thu Jul 29, 2010 7:35 am
Forum: Capture's General Discussion
Topic: How do I avoid creating a PROP file.
Replies: 5
Views: 3972

Re: How do I avoid creating a PROP file.

The .props file is not required by any other program except Capture, so it can be deleted or the final image moved to another location where it becomes a plain ghraphic as if created in one of those other programs.

Well, actually Flare will require .props files if you conditionalize images. So it ...
by JasonSTI
Thu Jul 29, 2010 6:24 am
Forum: Mimic Output
Topic: System.OutOfMemoryException
Replies: 2
Views: 3827

System.OutOfMemoryException

I'm having an issue when building Flash files on my new computer. It is Windows 7, 32-bit, 2.8GHz P4 w/ 2GB memory. I'm not running Aero. I have a request in for a Core 2 Duo or better, but this is what I have to use currently. Some Mimic videos will build once or twice, especially if they are less ...
by JasonSTI
Thu Jun 17, 2010 8:29 am
Forum: Source Control
Topic: Windows 7, Source Control, and Elevation
Replies: 0
Views: 1964

Windows 7, Source Control, and Elevation

The source control software we are using requires an INI file in the root drive (C:\). We just updated to Windows 7, and the root seems to be one of the "protected folders" now, so to allow access we had to disable UAC and run our source control app as an admin. However, accessing the source control ...
by JasonSTI
Mon May 10, 2010 1:46 pm
Forum: Microsoft CHM Help
Topic: Search title not topic title
Replies: 2
Views: 2150

Search title not topic title

One of our users found an issue, and we can verify it but can't locate what is causing it.

Basically, when doing a search (via the Search tab), the title shown in the results is not the title of the topic. We tried changing the <TITLE> tag in the HTML of the topic, but this had no effect, its still ...
by JasonSTI
Fri Mar 12, 2010 8:31 am
Forum: Microsoft CHM Help
Topic: Command line build causes window of HTML help incorrect
Replies: 10
Views: 7995

Re: Command line build causes window of HTML help incorrect

After a discussion with Support, it may be an issue with Anchors being improperly enabled. We changed the .FLSKN file using Notepad, and changed the Anchors line to remove the incorrect anchors. Now it is just:

Anchors=""
We havn't had any of these issues since that change, so hopefully they are ...
by JasonSTI
Fri Mar 12, 2010 8:19 am
Forum: Mimic's General Discussion
Topic: Flash output never builds
Replies: 2
Views: 2134

Re: Flash output never builds

After working with MadCap Support, it looks like one of the MP3 files was "corrupted" (although it plays fine), so it would never compile into Flash. Replacing that file fixed the issue. However, without Support, there is no way of telling WHICH file was the culprit so this may be an issue again.
by JasonSTI
Fri Mar 12, 2010 7:54 am
Forum: Flare's General Discussion
Topic: How to localize Flare Glossaries
Replies: 1
Views: 1263

Re: How to localize Flare Glossaries

They are renamed XML files. The format is:

<?xml version="1.0" encoding="utf-8"?>
<CatapultGlossary>
<GlossaryEntry>
<Terms>
<Term>YOUR TERM</Term>
</Terms>
<Definition
Link="/Content/YOUR_TOPIC.htm"></Definition>
</GlossaryEntry>
<GlossaryEntry>
<Terms>
<Term>YOUR TERM</Term>
</Terms ...
by JasonSTI
Fri Mar 12, 2010 7:50 am
Forum: Tips and Tricks
Topic: Context-Sensitive Help & assigning identifiers to bookmarks
Replies: 2
Views: 2451

Re: Context-Sensitive Help & assigning identifiers to bookmarks

We are using HTML Help, and have several alias links to bookmarks. Other than the HTML Help Compiler throwing a message stating that the file doesnt exist, we don't have any problems and the CSH calls work fine.

Are you getting any compile errors?
If you check the .H file and the .FLALI file in a ...
by JasonSTI
Wed Mar 03, 2010 7:19 am
Forum: Web-based Outputs
Topic: How to open external topic from toolbar button?
Replies: 1
Views: 1141

Re: How to open external topic from toolbar button?

We have a couple toolbar buttons like that. What we chose to do was have a topic in the project which contains only a "jump" to that external topic. We open ours in another window and returns the current window to the calling topic, but you could probably open it directly. Since you are using a ...
by JasonSTI
Thu Feb 18, 2010 12:43 pm
Forum: Web-based Outputs
Topic: Javascript Provide Feedback Link
Replies: 7
Views: 6284

Re: Javascript Provide Feedback Link

Javascript is finicky about using quotation marks within quotation marks. The slash is supposed to cause this "inner" quotation mark to not count, but making sure you get it done properly is troublesome. Replace the "inner" quotes with apostrophes instead.
<script type="text/javascript">document ...
by JasonSTI
Wed Jan 20, 2010 8:18 am
Forum: Mimic's General Discussion
Topic: Flash output never builds
Replies: 2
Views: 2134

Flash output never builds

Starting having a problem with my Flash output builds yesterday. When I build the movie, the progress gets to "Compiling SWF...", but then stops. Mimic and MXMLC are running in the Task Manager at ~65 and 25%, respectively, but never complete, even when I ran it overnight. The progress meters in ...
by JasonSTI
Tue Jan 05, 2010 12:54 pm
Forum: Styles, Stylesheets and XML
Topic: code examples and line breaks
Replies: 11
Views: 7059

Re: code examples and line breaks

We ran into a similar issue with hyphens and slashes causing line breaks in our titles, that otherwise were not breaking due to CSS. We ended up having to add NOBR tags. You could do something similar, but it is a lot of manual coding.
<nobr>Enable-ABCService</nobr> <nobr>-ServiceName</nobr> <nobr ...
by JasonSTI
Thu Dec 17, 2009 11:52 am
Forum: Microsoft CHM Help
Topic: Windows 7 Javascript fails
Replies: 7
Views: 6047

Re: Windows 7 Javascript fails

I would assume you could add onLoad="document.location=<pdf file path>" to the body tag, but I don't tend to load PDFs within a CHM, so I can't verify this.
by JasonSTI
Tue Dec 01, 2009 11:59 am
Forum: Flare's General Discussion
Topic: Unable to add space between variables
Replies: 2
Views: 1471

Re: Unable to add space between variables

This is due to spaces between two HTML tags not being honored. You can use a

Code: Select all

<![CDATA[ ]]>
tag to force a space, or use a non-breaking space

Code: Select all

 
between the two elements. If you enter the space using the XML Editor in Flare, this usually adds a CDATA space automatically.