Is there any way to display context depending on the value of a variable?
P.
Search found 277 matches
- Mon Feb 11, 2019 5:37 am
- Forum: Single-Sourcing
- Topic: Conditional text based on variables?
- Replies: 3
- Views: 3585
- Mon Jan 28, 2019 8:30 am
- Forum: Flare's General Discussion
- Topic: Automatically including header with table
- Replies: 1
- Views: 908
Automatically including header with table
if I insert a table, it does not have a header row by default: I have to go to the table properties and add a header there.
Is there any way so that when I insert a table, Flare automatically adds a header row?
P.
Is there any way so that when I insert a table, Flare automatically adds a header row?
P.
- Wed Jan 23, 2019 9:06 am
- Forum: Flare's General Discussion
- Topic: Quick Access Toolbar - settings don't save
- Replies: 2
- Views: 2305
Quick Access Toolbar - settings don't save
If I add an option to my Quick Access Toolbar, then quit Flare and restart, the option disappears. Any idea why this might happen?
P.
P.
- Wed Jan 23, 2019 8:28 am
- Forum: Flare's General Discussion
- Topic: Changing default images folder
- Replies: 2
- Views: 1249
Changing default images folder
By default, if I insert an image, Flare puts it in Resources/Images. Is there a way to change that default?
P.
P.
- Wed Jan 16, 2019 4:59 am
- Forum: Styles, Stylesheets and XML
- Topic: Spacing between heading numbering and content
- Replies: 0
- Views: 628
Spacing between heading numbering and content
Based on some posts here, I tried to use a span class to insert spacing between a heading numbering and its content (having the content aligned at 3cm:
span.heading
{
mc-auto-number-position: float-left;
{
h1
{
color: #000000;
/* Black */
mc-auto-number-format: 'GH:{n+} ';
mc-auto ...
span.heading
{
mc-auto-number-position: float-left;
{
h1
{
color: #000000;
/* Black */
mc-auto-number-format: 'GH:{n+} ';
mc-auto ...
- Tue Jan 15, 2019 5:33 am
- Forum: Flare's General Discussion
- Topic: Exclude Actions - Remove vs Unbind
- Replies: 2
- Views: 1877
Exclude Actions - Remove vs Unbind
I'm a little unclear on the difference between remove vs unbind for condition tags:
Exclude Action Displays the kind of "exclude" action tied to the condition tag. In most
cases, the exclude action is "remove." However, in some instances, this action might be
"unbind." For example, you might have ...
Exclude Action Displays the kind of "exclude" action tied to the condition tag. In most
cases, the exclude action is "remove." However, in some instances, this action might be
"unbind." For example, you might have ...
- Fri Dec 14, 2018 10:55 am
- Forum: Source Control
- Topic: Using Global Projects and Source Control
- Replies: 6
- Views: 5067
Re: Using Global Projects and Source Control
When you build the output from your child project, it's only going to use the files that are in the child project (that have been imported) - it doesn't take files directly from the original global project.
Yup agreed here.
So you need to include these files from your child project in source ...
Yup agreed here.
So you need to include these files from your child project in source ...
- Fri Dec 07, 2018 3:49 am
- Forum: Importing
- Topic: Pasting image: access denied
- Replies: 0
- Views: 1055
Pasting image: access denied
I get a strange error when I try to paste an image in my project.
I get an unauthorizedaccessexception with the error "Access to the path <pathname> is denied"
Where <pathname> is actually a path on a now-gone colleague's machine.
Why is Flare storing that location as the default location for ...
I get an unauthorizedaccessexception with the error "Access to the path <pathname> is denied"
Where <pathname> is actually a path on a now-gone colleague's machine.
Why is Flare storing that location as the default location for ...
- Wed Dec 05, 2018 6:54 am
- Forum: Source Control
- Topic: Using Global Projects and Source Control
- Replies: 6
- Views: 5067
Re: Using Global Projects and Source Control
I'd say (a)
If you didn't include these files in source control, then different people could have different local versions of these files.
But the source of the file is from the global project. If I check in the version of the file that is imported into the Local project, that means there's now ...
If you didn't include these files in source control, then different people could have different local versions of these files.
But the source of the file is from the global project. If I check in the version of the file that is imported into the Local project, that means there's now ...
- Wed Dec 05, 2018 3:38 am
- Forum: Source Control
- Topic: Using Global Projects and Source Control
- Replies: 6
- Views: 5067
Using Global Projects and Source Control
The source control method we use is Git and I'm currently migrating a single project to be multiple projects including a global project. This works fine and the expected files are imported from the Global project to my child project.
One thing that I'm unsure about - when I do a Git commit, the ...
One thing that I'm unsure about - when I do a Git commit, the ...
- Mon Oct 15, 2018 9:26 am
- Forum: Source Control
- Topic: New project from source control _without_ project file?
- Replies: 1
- Views: 1596
New project from source control _without_ project file?
Can a new user with Flare import a project from source control _without_ having the project file in the first place?
For example, I just did File > New > Import Project from Source, then specified the required details to import from Git.
However, when I click Next, I'm prompted to browse for a ...
For example, I just did File > New > Import Project from Source, then specified the required details to import from Git.
However, when I click Next, I'm prompted to browse for a ...
- Wed Oct 10, 2018 7:59 am
- Forum: Source Control
- Topic: Git - "this remote has never connected"
- Replies: 6
- Views: 5579
Git - "this remote has never connected"
I'm trying to push a project to Git at Azure. But I get the following error:
LibGit2Sharp exception: this remote has never connected : could not authenticate
Does that just indicate my user/password combo is incorrect or something else?
P.
LibGit2Sharp exception: this remote has never connected : could not authenticate
Does that just indicate my user/password combo is incorrect or something else?
P.
- Thu Sep 27, 2018 9:40 am
- Forum: Printed Documentation Targets
- Topic: PDF problem: random spaces inserted
- Replies: 3
- Views: 1619
Re: PDF problem: random spaces inserted
I hope Madcap fix this soon - more and more people are going to go to 1920 x 1080 or above resolutions, at which point font scaling over 100% is almost mandatory.
P.
P.
- Fri Sep 14, 2018 2:13 am
- Forum: Styles, Stylesheets and XML
- Topic: li, p and inheritance
- Replies: 3
- Views: 1517
li, p and inheritance
How does CSS inheritance work with li and p? I had set some margin and padding properties on body, assuming that li and p inherit these. Looking at my output this does not seem the case. Where do I set these to avoid having to set them in duplicate - or is this possible?
P.
P.
- Thu Sep 13, 2018 7:35 am
- Forum: Flare's General Discussion
- Topic: Change appearance of comments in XML editor
- Replies: 1
- Views: 983
Change appearance of comments in XML editor
Currently comments (that is, content in the text editor surrounded by <!-- and --> characters) is shown in the XML editor in a grey-bordered box and truncated.
Is there any way to change this appearance, especially the truncation?
P.
Is there any way to change this appearance, especially the truncation?
P.
- Thu Aug 30, 2018 1:27 am
- Forum: Web-based Outputs
- Topic: How do I set the default HTML5 skin?
- Replies: 6
- Views: 2843
Re: How do I set the default HTML5 skin?
Hi Tom,
My skin already appears at the top of the list so should be the default already, but isn't..
P.
My skin already appears at the top of the list so should be the default already, but isn't..
P.
- Wed Aug 29, 2018 8:21 am
- Forum: Flare's General Discussion
- Topic: Mail setup: "Could not find outgoing Mail server"
- Replies: 6
- Views: 4956
Mail setup: "Could not find outgoing Mail server"
I'm trying to complete the Send Files for Review wizard in Madcap Flare 12.
I have Outlook 2016 32-bit installed locally, using Microsoft Exchange.
However, the "Outgoing Mail Server" field of "Mail Setup" displays "(Could not find outgoing Mail server")
If I click "Lookup in Active Directory", I ...
I have Outlook 2016 32-bit installed locally, using Microsoft Exchange.
However, the "Outgoing Mail Server" field of "Mail Setup" displays "(Could not find outgoing Mail server")
If I click "Lookup in Active Directory", I ...
- Wed Aug 29, 2018 4:13 am
- Forum: Printed Documentation Targets
- Topic: Mapping Flare styles to Word OUTPUT styles
- Replies: 18
- Views: 16930
Re: Mapping Flare styles to Word OUTPUT styles
Is it still the case that you can't map Flare styles to Word styles for output?
EDIT: I was looking at using a Word macro to convert the styles used by Flare (for example, H1, li, etc) to Word styles.
However, one problem is that Flare uses the style "li" for both numbered list elements _and ...
EDIT: I was looking at using a Word macro to convert the styles used by Flare (for example, H1, li, etc) to Word styles.
However, one problem is that Flare uses the style "li" for both numbered list elements _and ...
- Tue Aug 28, 2018 2:28 pm
- Forum: Web-based Outputs
- Topic: How do I set the default HTML5 skin?
- Replies: 6
- Views: 2843
How do I set the default HTML5 skin?
How do i set the default HTML5 skin - that is, the skin that is considered the "(default)" value in General > Skin for a HTML5 target?
P.
P.
- Fri Aug 24, 2018 9:22 am
- Forum: Styles, Stylesheets and XML
- Topic: HTML5 not picking up correct indent properties of lists
- Replies: 1
- Views: 938
HTML5 not picking up correct indent properties of lists
I've created a HTML5 skin and in my target, I've set Skin > Skin to point to it and General > Master Stylesheet to the relevant stylesheet.
In the stylesheet I have, for example, the following style for ordered lists:
ol
{
list-style-type: decimal;
margin-left: 2.2em;
list-style-position ...
In the stylesheet I have, for example, the following style for ordered lists:
ol
{
list-style-type: decimal;
margin-left: 2.2em;
list-style-position ...
- Fri Aug 24, 2018 7:23 am
- Forum: Styles, Stylesheets and XML
- Topic: "var" is unsupported - any way to add colors as constants?
- Replies: 1
- Views: 923
"var" is unsupported - any way to add colors as constants?
I had thought to use the following in my CSS stylesheet:
:root {
--main-red: #c30e2e;
--mid-grey: #7f7f7f;
--dark-grey: #242424;
--light-grey: #d9d9d9;
}
Unfortunately Flare doesn't support the "var" function required to use these constants.
Is there any way to define colours as constants ...
:root {
--main-red: #c30e2e;
--mid-grey: #7f7f7f;
--dark-grey: #242424;
--light-grey: #d9d9d9;
}
Unfortunately Flare doesn't support the "var" function required to use these constants.
Is there any way to define colours as constants ...
- Fri Aug 24, 2018 7:20 am
- Forum: Styles, Stylesheets and XML
- Topic: Is the CSS support of the Flare editor documented anywhere?
- Replies: 3
- Views: 1680
Re: Is the CSS support of the Flare editor documented anywhe
Hi! I'm heading into some more advanced CSS tricks in order to streamline the process of cutomizing styles for different mediums. However, I've become confused by which CSS attributes are supported by Flare and which are not.
For example: The CSS attribute "widows" which is very useful for PDF ...
For example: The CSS attribute "widows" which is very useful for PDF ...
- Fri Aug 24, 2018 3:02 am
- Forum: Printed Documentation Targets
- Topic: PDF problem: random spaces inserted
- Replies: 3
- Views: 1619
PDF problem: random spaces inserted
I just had the oddest problem occur: when I generated PDFs from a target, words have random letters inserted into them; for example:
Create Schema on SQL Server for Windows (Client)
renders as:
"C re a te S c h e m a o n S Q L S e rv e r fo r W in d o w s (C lie n t)"
No idea why this is ...
Create Schema on SQL Server for Windows (Client)
renders as:
"C re a te S c h e m a o n S Q L S e rv e r fo r W in d o w s (C lie n t)"
No idea why this is ...
- Thu Aug 23, 2018 3:06 am
- Forum: Styles, Stylesheets and XML
- Topic: Wrapping multiple paragraphs in a <div> element
- Replies: 2
- Views: 1791
Wrapping multiple paragraphs in a <div> element
If it possible through the XML editor to select multiple <p> elements, then apply a <div> element _around_ them? If I select multiple elements then apply <div>, each element is instead converted to a <div> element.
{P.
{P.
- Wed Aug 22, 2018 6:47 am
- Forum: Web-based Outputs
- Topic: Default page layout for a topic in edit mode
- Replies: 0
- Views: 951
Default page layout for a topic in edit mode
When you open a topic in the XML Editor, a default (not "Default", as in the name of that particular layout) is applied automatically. This is distinct from the page layout applied to it in the target.
So for example, if I open a topic to edit, a Copyright.flpgl layout is applied.
Is this simply ...
So for example, if I open a topic to edit, a Copyright.flpgl layout is applied.
Is this simply ...