Search found 27 matches

by oleksandr_kokoshyn
Tue Oct 29, 2019 5:09 am
Forum: Printed Documentation Targets
Topic: Mulitple stylesheets with PDF output
Replies: 6
Views: 2932

Re: Mulitple stylesheets with PDF output

As a workaround, you can use the @import command in your main CSS file:

Code: Select all

@import url('path-to-your-other-stylesheet.css');
by oleksandr_kokoshyn
Wed Sep 25, 2019 1:21 am
Forum: Printed Documentation Targets
Topic: Adding a graphic to a page layout - can I use a variable?
Replies: 9
Views: 3639

Re: Adding a graphic to a page layout - can I use a variable

You can use variables in image source paths like this: <img src="../_resources/graphics/frontmatter/[%=doc_props.front_img%]" /> In the example above, I'm using the front_img variable from the doc_props variable set. The front_img values can either be filenames (product01.png, product02.pn...
by oleksandr_kokoshyn
Wed Sep 11, 2019 2:25 am
Forum: MadCap Lingo General Discussion
Topic: Lingo does not include a target language for Czech-Republic?
Replies: 3
Views: 2511

Re: Lingo does not include a target language for Czech-Repub

Hi Barb, I assume that the xml:lang property in the TMX file contains the value for Czech that Lingo does not recognize. You can try to do the following: * Open the TMX file in a text editor. * Replace all strings xml:lang="THE_VALUE_THAT_LINGO_CANNOT_USE" with xml:lang="THE_VALUE_THA...
by oleksandr_kokoshyn
Mon Apr 15, 2019 1:34 am
Forum: MadCap Lingo General Discussion
Topic: File names with periods // Bug
Replies: 1
Views: 1653

Re: File names with periods // Bug

Hi, I had a similar issue and the MadCap support has confirmed that this is a bug. The bug reference number: 149664. In my case, Lingo did not pull files with dots in filenames from Flare when filenames were longer than 100 characters. But generally it looks like Lingo does not handle filenames with...
by oleksandr_kokoshyn
Mon Apr 08, 2019 3:05 am
Forum: MadCap Lingo General Discussion
Topic: What exactly does -syncProject [true/false] do?
Replies: 0
Views: 1308

What exactly does -syncProject [true/false] do?

When using the command line, what exactly does -syncProject [true/false] do? If I set it to true, what would be the equivalent action from the UI?
http://help.madcapsoftware.com/lingo10/ ... Prompt.htm
by oleksandr_kokoshyn
Mon Apr 08, 2019 1:44 am
Forum: Source Control
Topic: Git: No longer pushing changes to Git
Replies: 3
Views: 2963

Re: Git: No longer pushing changes to Git

My colleague and I had similar problems - Push/Synchronize buttons not working, we are using BitBucket. We've tried all solutions suggested by support, on one occasion they helped, on other occasions they didn't. We've stopped using Flare's UI for source control and started using TortoiseGit - it wo...
by oleksandr_kokoshyn
Mon Apr 01, 2019 4:10 am
Forum: Simon's Career Network
Topic: MadCap Flare/Lingo consultants recommendations
Replies: 0
Views: 7635

MadCap Flare/Lingo consultants recommendations

Hello all, I'll be happy to hear your recommendations of MadCap Flare/Lingo consultants. I'm interested in the following topics in particular: Translation of projects with thousands of snippets and global project linking (or how to reuse content between projects in a better way). Generation and depl...
by oleksandr_kokoshyn
Mon Mar 25, 2019 1:46 am
Forum: MadCap Lingo General Discussion
Topic: Git: Cannot merge liprjf
Replies: 1
Views: 1645

Re: Git: Cannot merge liprjf

Hi Crash, The .liprjdb3 file is the database file that Lingo uses to store various relations between topics. I recommend to exclude it from Git since it's an internal Lingo file. If you close Lingo, delete this file, and start Lingo again, Lingo will recreate it. Add something like this to your .git...
by oleksandr_kokoshyn
Thu Mar 14, 2019 5:31 am
Forum: Printed Documentation Targets
Topic: How to make the number of pages a multiple of 4 (booklet)?
Replies: 0
Views: 666

How to make the number of pages a multiple of 4 (booklet)?

Hi all, I'm creating a booklet layout (A5 format) and I want to ensure that the total number of pages is a multiple of 4 (4, 8, 12, 16, ...). I don't want to create an A4 layout with two frames. I want Flare to insert 2 extra empty pages, if the final total number of pages is not a multiple of 4. Ca...
by oleksandr_kokoshyn
Thu Mar 14, 2019 5:24 am
Forum: Printed Documentation Targets
Topic: Flare does not insert empty pages (for me)
Replies: 2
Views: 1173

Re: Flare does not insert empty pages (for me)

Thank you!

I'm experimenting with Left/Right page types now.
by oleksandr_kokoshyn
Wed Mar 13, 2019 2:09 am
Forum: Printed Documentation Targets
Topic: Flare does not insert empty pages (for me)
Replies: 2
Views: 1173

Flare does not insert empty pages (for me)

Hi, I would appreciate if someone could point me at what I'm missing. Flare does not insert empty pages in the PDF output. I have the following setup: * Page layout has the following pages: Normal, Empty. Empty has type Empty. * In the TOC: chapter breaks on all root topics, "Auto-end" ena...
by oleksandr_kokoshyn
Tue Mar 05, 2019 2:17 am
Forum: Source Control
Topic: Flare adding gitignore to .gitignore file
Replies: 11
Views: 15428

Re: Flare adding gitignore to .gitignore file

Hi,

Has anyone found a way to prevent Flare from changing the .gitignore file?
by oleksandr_kokoshyn
Tue Mar 05, 2019 1:19 am
Forum: Source Control
Topic: Protect my .gitignore File from MadCapFlare
Replies: 1
Views: 2169

Re: Protect my .gitignore File from MadCapFlare

Hi,

Have you found a way to prevent Flare from updating the .gitignore file?
In my case, I want to have my custom .gitignore inside the project folder, and I want to include it in source control, but Flare keeps adding the line to the top level gitignore that excludes my custom file.
by oleksandr_kokoshyn
Fri Feb 22, 2019 6:58 am
Forum: MadCap Lingo General Discussion
Topic: Content flattening/Filter by target
Replies: 2
Views: 1824

Re: Content flattening/Filter by target

Hi Crash,

You can add a variable set in the translation bundle in Lingo.
Values of variables are translated in almost the same way as content inside topics.
by oleksandr_kokoshyn
Thu Feb 21, 2019 6:50 am
Forum: MadCap Lingo General Discussion
Topic: How to add new language to existing Lingo Project?
Replies: 4
Views: 3337

Re: How to add new language to existing Lingo Project?

MunchMan, I have axactly the same issue. Have you found a workaround?
by oleksandr_kokoshyn
Fri Feb 01, 2019 3:48 am
Forum: Flare's General Discussion
Topic: Add app to "Open with"
Replies: 1
Views: 860

Add app to "Open with"

Right-clicking on an image shows the dialog with the "Open linked file with" menu.
That menu only contains Illustrator.exe and I want to add paint.net to the list.
Is there a way to do that?
In Windows explorer I already have paint.net in the "Open with" menu.
by oleksandr_kokoshyn
Wed Jan 23, 2019 2:40 am
Forum: Source Control
Topic: Push and Pull buttons do not push and pull (only commit)
Replies: 3
Views: 9151

Re: Push and Pull buttons do not push and pull (only commit)

We've just tried to uninstall/install Flare, and then imported the project again. Still the same behavior.
by oleksandr_kokoshyn
Tue Jan 22, 2019 2:42 am
Forum: Source Control
Topic: Push and Pull buttons do not push and pull (only commit)
Replies: 3
Views: 9151

Push and Pull buttons do not push and pull (only commit)

Hello,

My colleague has an issue with Push and Pull buttons in the Flare UI:
They both trigger the Commit dialog, but do not start neither the Push, nor the Pull dialog.
The Synchronize button works as it should though.

We are using Git and Bitbucket.

What can that be?
by oleksandr_kokoshyn
Fri Jan 18, 2019 1:58 am
Forum: Styles, Stylesheets and XML
Topic: Bullets in bulleted lists misaligned vertically in PDF
Replies: 5
Views: 2839

Re: Bullets in bulleted lists misaligned vertically in PDF

The styles that worked for me for the print media: ul { list-style-image: none; } ul > li::marker { content: '•'; } The reply from MadCap support: "Thank you for contacting MadCap Technical Support. The alignment with PDF output is a known issue with the disc and square list-style-type. A metho...
by oleksandr_kokoshyn
Wed Jan 16, 2019 1:30 pm
Forum: Styles, Stylesheets and XML
Topic: Bullets in bulleted lists misaligned vertically in PDF
Replies: 5
Views: 2839

Re: Bullets in bulleted lists misaligned vertically in PDF

Thanks Nita! I've just submitted this as a bug.
I'm getting really frustrated by Flare's CSS parser.
by oleksandr_kokoshyn
Wed Jan 16, 2019 8:17 am
Forum: Styles, Stylesheets and XML
Topic: Bullets in bulleted lists misaligned vertically in PDF
Replies: 5
Views: 2839

Bullets in bulleted lists misaligned vertically in PDF

Hello, The bullets in bulleted lists are misaligned vertically in my PDF output. The bullets appear to be at the lower border of the line. In HTML5 they are fine. This is how they look: Screenshot_1.png This is my css code. There are no other places where styles for ul or li are modified. This happe...
by oleksandr_kokoshyn
Tue Jan 15, 2019 5:14 am
Forum: Source Control
Topic: Sequence contains more than one element
Replies: 33
Views: 29269

Re: Sequence contains more than one element

So, these are my findings: When I moved/renamed files and folders in Flare, it looks like it did something strange to the Git index. I have reset my local repository to the previous commit (hard reset using TortoiseGit), and then ran the command: git gc --prune=now Now Flare can pull and push change...
by oleksandr_kokoshyn
Tue Jan 15, 2019 4:52 am
Forum: Source Control
Topic: Sequence contains more than one element
Replies: 33
Views: 29269

Re: Sequence contains more than one element

I have just renamed/moved some files and directories and I have the same issue now.
I'm using Git at Bitbucket.
Tried unbinding/binding - did not help.
by oleksandr_kokoshyn
Wed Nov 28, 2018 12:43 am
Forum: Styles, Stylesheets and XML
Topic: Background-size property has no effect for print (svg, eps)
Replies: 0
Views: 821

Background-size property has no effect for print (svg, eps)

Hi All, I'm editing the div style for warnings that contain the warning icon on the left. The warning icon is a background image. The background-size property has no effect for the print medium for svg and eps images . It works fine for HTML (default medium), but not for print. I have to change the ...
by oleksandr_kokoshyn
Tue Nov 27, 2018 3:32 am
Forum: Printed Documentation Targets
Topic: EDIT: Background images wrong size after move to Windows 10
Replies: 1
Views: 1005

Re: EDIT: Background images wrong size after move to Windows

I have a similar experience.
Have you found a way to scale vector graphics as background images?