Hi there,
At my previous company, we came up with a pretty effective system for translating images that builds on some of the concepts that Ramon mentioned. This wouldn't work for all user interfaces, but it is worth sharing in case it helps somebody out:
Firstly, all of the text in the ...
Search found 140 matches
- Sun Dec 20, 2015 1:13 pm
- Forum: MadCap Lingo General Discussion
- Topic: How to "translate" images?
- Replies: 7
- Views: 7941
- Tue Dec 15, 2015 1:34 pm
- Forum: Tips and Tricks
- Topic: Non-breaking hypen in a variable?
- Replies: 2
- Views: 5856
Re: Non-breaking hypen in a variable?
Hi there,
You could try adding the code for a non-breaking hyphen into the variable manually and see if that fixes your issue. To do this:
Right click on the variable set and select Open With Internal Text Editor .
Replace the existing hyphens with ‑
Save your changes.
Build your output and ...
You could try adding the code for a non-breaking hyphen into the variable manually and see if that fixes your issue. To do this:
Right click on the variable set and select Open With Internal Text Editor .
Replace the existing hyphens with ‑
Save your changes.
Build your output and ...
- Sun Dec 13, 2015 2:28 pm
- Forum: Simon's Career Network
- Topic: immediate need for a Flare consultant
- Replies: 2
- Views: 3756
Re: immediate need for a Flare consultant
Hi there,
Having used Gary's services before, I would definitely recommend him.
Having used Gary's services before, I would definitely recommend him.
- Tue Dec 08, 2015 1:21 pm
- Forum: Flare's General Discussion
- Topic: Delete a Publishing Destination
- Replies: 1
- Views: 998
Re: Delete a Publishing Destination
Hi there,
If the destination is no longer required for any target, you can delete it from the Project Organizer > Destinations folder.
If the destination is no longer required for any target, you can delete it from the Project Organizer > Destinations folder.
- Tue Dec 08, 2015 1:14 pm
- Forum: Flare's General Discussion
- Topic: Dashes turned into symbols
- Replies: 9
- Views: 3444
Re: Dashes turned into symbols
I'm clutching at straws now, but does the QA server have your preferred font installed? I'm thinking that if you have a font family hierarchy defined in your stylesheet, perhaps the QA server does not have the first font in the list installed, so it is falling back to the next available font which ...
- Mon Dec 07, 2015 12:58 pm
- Forum: Flare's General Discussion
- Topic: Dashes turned into symbols
- Replies: 9
- Views: 3444
Re: Dashes turned into symbols
Hi there,
I have experienced this before. In my case, using the html number (—) instead of — fixed the problem, although it isn't an ideal solution (especially as Flare is prone to convert — back to — when a topic is saved).
I have experienced this before. In my case, using the html number (—) instead of — fixed the problem, although it isn't an ideal solution (especially as Flare is prone to convert — back to — when a topic is saved).
- Thu Dec 03, 2015 3:25 pm
- Forum: Flare's General Discussion
- Topic: What types of businesses use Flare?
- Replies: 3
- Views: 13233
Re: What types of businesses use Flare?
Hi there,
Here is MapCap's published customer list, which will give you an idea of some of the companies and industries that use Flare:
http://www.madcapsoftware.com/company/customerlist.aspx
Here is MapCap's published customer list, which will give you an idea of some of the companies and industries that use Flare:
http://www.madcapsoftware.com/company/customerlist.aspx
- Wed Dec 02, 2015 12:33 pm
- Forum: Printed Documentation Targets
- Topic: Change from Portrait to Landscape page layout in Word Output
- Replies: 1
- Views: 907
Re: Change from Portrait to Landscape page layout in Word Ou
Hi there,
How do you apply your page layouts? I had a similar issue in the past. In my case, I found that the Page Layout break type did not work, but the Chapter Layout break type did change the page layout.
However, this workaround does have the side effect of causing MiniTOCs to not show topics ...
How do you apply your page layouts? I had a similar issue in the past. In my case, I found that the Page Layout break type did not work, but the Chapter Layout break type did change the page layout.
However, this workaround does have the side effect of causing MiniTOCs to not show topics ...
- Tue Nov 24, 2015 1:04 pm
- Forum: Web-based Outputs
- Topic: Search.mcsdb.gif & Search.s3db.gif
- Replies: 6
- Views: 3568
Re: Search.mcsdb.gif & Search.s3db.gif
Hi there,
I am pretty sure that file is an SQLite database file. You could install a free tool such as DB Browser for SQLite and take a look and see what is in this database.
Link:
http://sqlitebrowser.org/
I am pretty sure that file is an SQLite database file. You could install a free tool such as DB Browser for SQLite and take a look and see what is in this database.
Link:
http://sqlitebrowser.org/
- Thu Nov 12, 2015 1:06 pm
- Forum: Web-based Outputs
- Topic: Images missing in preview and output
- Replies: 11
- Views: 8243
Re: Images missing in preview and output
This commonly happens if you paste content from one Flare project into another.
One way to quickly check whether the images are in the project is:
1. right click on the image, them select Image Properties.
2. When the image properties window displays, click OK. If the image is located outside of ...
One way to quickly check whether the images are in the project is:
1. right click on the image, them select Image Properties.
2. When the image properties window displays, click OK. If the image is located outside of ...
- Tue Nov 10, 2015 1:26 pm
- Forum: Web-based Outputs
- Topic: Is HTTPS available?
- Replies: 3
- Views: 1228
Re: Is HTTPS available?
Hi there,
HTTPS is the protocol that is used to connect to the webserver hosting your content, so it is not something that you would specifically configure in Flare. More information is available here: https://en.wikipedia.org/wiki/HTTPS
I can confirm that our HTML5 Flare projects run fine when ...
HTTPS is the protocol that is used to connect to the webserver hosting your content, so it is not something that you would specifically configure in Flare. More information is available here: https://en.wikipedia.org/wiki/HTTPS
I can confirm that our HTML5 Flare projects run fine when ...
- Mon Nov 09, 2015 1:11 pm
- Forum: Capture's General Discussion
- Topic: Different Props Files for Same Background
- Replies: 3
- Views: 3351
Re: Different Props Files for Same Background
Hi there,
Do you mean that the background should be the same, but the callouts will be different? If this difference is across Flare targets, you could condition the callouts. Alternatively, you could use variables for the callout text.
Do you mean that the background should be the same, but the callouts will be different? If this difference is across Flare targets, you could condition the callouts. Alternatively, you could use variables for the callout text.
- Mon Nov 02, 2015 1:29 pm
- Forum: Flare's General Discussion
- Topic: Flare - programatically automate processes
- Replies: 5
- Views: 1799
Re: Automated program execution in Flare
Hi there,
There will definitely be a way to achieve what you want to do. As somebody that is unfamiliar with Flare, I will give you a couple of tips to get you started:
Each output/buildable document is defined by a Flare target (*.fltar)
Targets contain a link to a Flare TOC - table of contents ...
There will definitely be a way to achieve what you want to do. As somebody that is unfamiliar with Flare, I will give you a couple of tips to get you started:
Each output/buildable document is defined by a Flare target (*.fltar)
Targets contain a link to a Flare TOC - table of contents ...
- Mon Nov 02, 2015 1:08 pm
- Forum: Web-based Outputs
- Topic: Packaging HTML5 help in an MSI installer
- Replies: 3
- Views: 1847
Re: Packaging HTML5 help in an MSI installer
At my previous company we did something similar too. After the documentation build was completed, we ran a script that converted the HTML5 parent folder into a .zip file. This .zip file was then packaged into a .dll with a method to extract the help, and the dll was built into the master installer ...
- Sun Nov 01, 2015 1:18 pm
- Forum: Printed Documentation Targets
- Topic: Mapping Flare styles to Word OUTPUT styles
- Replies: 18
- Views: 16928
Re: Mapping Flare styles to Word OUTPUT styles
Hi there,
Some additional tips:
If you place the above-mentioned code into a Macro called AutoOpen() the Macro will automatically run when the document is opened:
Sub AutoOpen()
On Error Resume Next
ActiveDocument.Styles("h1").ParagraphFormat.OutlineLevel = wdOutlineLevel1
ActiveDocument.Styles ...
Some additional tips:
If you place the above-mentioned code into a Macro called AutoOpen() the Macro will automatically run when the document is opened:
Sub AutoOpen()
On Error Resume Next
ActiveDocument.Styles("h1").ParagraphFormat.OutlineLevel = wdOutlineLevel1
ActiveDocument.Styles ...
- Wed Oct 28, 2015 1:11 pm
- Forum: Printed Documentation Targets
- Topic: Flare taking image from .props file?
- Replies: 8
- Views: 4230
Re: Flare taking image from .props file?
Sorry Nita, but I think ChoccieMuffin's assumption is right in this instance... If you do not use Capture at all, but place a condition or file tag property on a non-XML file (PDF, image etc.) then a props file will be created to contain that information.
The structure of this props file is ...
The structure of this props file is ...
- Mon Oct 19, 2015 1:09 pm
- Forum: Source Control
- Topic: Totally new to Source Control
- Replies: 8
- Views: 5730
Re: Totally new to Source Control
SVN and Git are both free/cheap. Personally, I have used SVN for around ten years, and quite frankly, I can't imagine working without it.
Here's a tutorial/brief overview of SVN:
http://www.mind.ilstu.edu/research/complete_inactive/iris4/iris40/developers/svntutorial/
One thing to note: I don't ...
Here's a tutorial/brief overview of SVN:
http://www.mind.ilstu.edu/research/complete_inactive/iris4/iris40/developers/svntutorial/
One thing to note: I don't ...
- Wed Oct 07, 2015 3:15 pm
- Forum: Flare's General Discussion
- Topic: Warnings, Ignored Warnings, and Errors
- Replies: 9
- Views: 11340
Re: Warnings, Ignored Warnings, and Errors
Ignored warnings are warnings that you (or Flare by default for some warnings) have indicated that you do not want to be notified about.
These are defined at a global level from the Build tab of the Options window. You can override the settings from the Warnings tab for individual Flare targets if ...
These are defined at a global level from the Build tab of the Options window. You can override the settings from the Warnings tab for individual Flare targets if ...
- Tue Oct 06, 2015 1:00 pm
- Forum: Web-based Outputs
- Topic: What files/folders are NEEDED for distribution?
- Replies: 5
- Views: 1604
Re: What files/folders are NEEDED for distribution?
Based on the description, it sounds like you want to go one folder level deeper. For example, if you have three targets (A,B and C), and you have already built each target, your output\username folder should contain sub-folders called A,B and C. If you wanted to distribute project A, you would only ...
- Mon Oct 05, 2015 10:37 pm
- Forum: Web-based Outputs
- Topic: Displaying outside content in a topic?
- Replies: 2
- Views: 1250
Re: Displaying outside content in a topic?
Hi there,
There are a few options...
Add an empty topic to your TOC and manually set the link address to the full URL of your JIRA service desk. This is the easiest way because you do it all using Flare.
Use a Javascript redirector (the only advantage of this over the above implementation would ...
There are a few options...
Add an empty topic to your TOC and manually set the link address to the full URL of your JIRA service desk. This is the easiest way because you do it all using Flare.
Use a Javascript redirector (the only advantage of this over the above implementation would ...
- Sun Oct 04, 2015 1:46 pm
- Forum: Flare's General Discussion
- Topic: Spell Checker Crashing
- Replies: 2
- Views: 1316
Re: Spell Checker Crashing
Hi Paula,
The error indicates that there is an invalid xml file somewhere. At a guess, it could be that something has gone wrong with one of your custom dictionaries.
You can find them here:
%APPDATA%\MadCap Software\Flare\Spelling Dictionaries
The error indicates that there is an invalid xml file somewhere. At a guess, it could be that something has gone wrong with one of your custom dictionaries.
You can find them here:
%APPDATA%\MadCap Software\Flare\Spelling Dictionaries
- Mon Sep 28, 2015 3:01 pm
- Forum: Flare's General Discussion
- Topic: Bookmarks & references
- Replies: 2
- Views: 919
Re: Bookmarks & references
Hi there,
You can use the built-in Flare reports:
Project > Reports > Add Report File. The Used and Unused Bookmarks options should give you what you want.
You can use the built-in Flare reports:
Project > Reports > Add Report File. The Used and Unused Bookmarks options should give you what you want.
- Mon Sep 28, 2015 1:59 pm
- Forum: Source Control
- Topic: Strange lodger in my Pending Check-ins list
- Replies: 6
- Views: 4022
Re: Strange lodger in my Pending Check-ins list
The Content9.s3db file is a SQLite database file that is used by Flare. I think that the main purpose of this file is to speed up the turnaround time when you generate a report in Flare.
In theory, you could close your Flare project, delete the Analyzer folder (or better still back it up by moving ...
In theory, you could close your Flare project, delete the Analyzer folder (or better still back it up by moving ...
- Mon Sep 21, 2015 8:17 pm
- Forum: Printed Documentation Targets
- Topic: Topics as separate pages (PDF)
- Replies: 2
- Views: 1399
Re: Topics as separate pages (PDF)
Hi there,
I don't have a lot of experience with PDF targets, but I would assume that the page-break-before:always; CSS declaration is supported. If this is supported, you could add something like this to your style sheet:
I don't have a lot of experience with PDF targets, but I would assume that the page-break-before:always; CSS declaration is supported. If this is supported, you could add something like this to your style sheet:
Code: Select all
h1,h2,h3,h4,h5,h6
{
page-break-before:always;
}- Mon Sep 21, 2015 12:18 pm
- Forum: Single-Sourcing
- Topic: Conditional text applied automatically to page numbers?
- Replies: 9
- Views: 29780
Re: Conditional text applied automatically to page numbers?
I would have thought so. I've added the extra tag to the above suggestion.ChoccieMuffin wrote:Don't you have to have {/color} after your page number?