Search found 28 matches

by TheBrittleTechWriter
Thu Jan 18, 2018 4:11 pm
Forum: Flare's General Discussion
Topic: Madbuild Target In Nested Folder
Replies: 2
Views: 1400

Re: Madbuild Target In Nested Folder

Thanks for the confirmation!

The key is that it uses a forward slash, not a back slash:

[code]madbuild -project "c:\MyProject\Project.flprj" -target "ExampleA/TextTarget"[/code]

at least from the Windows command line interpreter.
by TheBrittleTechWriter
Thu Jan 18, 2018 3:07 pm
Forum: Flare's General Discussion
Topic: Madbuild Target In Nested Folder
Replies: 2
Views: 1400

Madbuild Target In Nested Folder

How do specify a target file in a path other than the default? For instance, if the path were (from the project folder) as "Project\Targets\ExampleA\TextTarget.fltar", I'd think it'd be: madbuild -project "c:\MyProject\Project.flprj" -target "ExampleA\TextTarget.fltar" ...
by TheBrittleTechWriter
Fri Sep 01, 2017 8:59 am
Forum: Importing
Topic: Getting rid of </span><span+> from word imports
Replies: 10
Views: 9148

Re: Getting rid of </span><span+> from word imports

The Unformat (Remove Inline formatting) button works well with one or two instances, but importing Word you may get literally hundreds of these pairs. Consider using regex. In a tool like NotePad++, you can : Find what: <span class="span_[0-9]">(.*?)</span> Replace with: \1 or variations. ...
by TheBrittleTechWriter
Thu Aug 31, 2017 1:36 pm
Forum: Styles, Stylesheets and XML
Topic: Overriding Table Styles?
Replies: 2
Views: 1720

Re: Overriding Table Styles?

As far as I tell, there is no way of overriding that mc style code. I removed it and modified the table styles, and while that worked, it circumvents a Flare feature.
by TheBrittleTechWriter
Wed Aug 30, 2017 11:18 am
Forum: Flare's General Discussion
Topic: Line break in a Snippet
Replies: 10
Views: 5916

Re: Line break in a Snippet

Thanks.

Interesting. The breaks appear in a snippet as part of a list, but the list is preceded and followed by another paragraph each.

If I understand you correctly, in this case I won't be able to get the breaks to work properly?
by TheBrittleTechWriter
Thu Aug 24, 2017 9:20 am
Forum: Flare's General Discussion
Topic: Line break in a Snippet
Replies: 10
Views: 5916

Line break in a Snippet

Is it possible to put an HTML line break (<br />) in a snippet? It currently ignores it and so all the lines are put together. It also ignores forced line breaks (shift-Enter). Hard returns are too widely spaced and I don't want to have a special style just to get it to work right.
by TheBrittleTechWriter
Wed Jul 19, 2017 8:19 am
Forum: Flare's General Discussion
Topic: Flare Build Batch File Restructuring
Replies: 0
Views: 1074

Flare Build Batch File Restructuring

I am trying to use a custom tool to create a batch file to build specific files. However, whenever I open that file, Flare overwrites my contents with its own, and includes all the files. To be clear, on opening the file through the Flare UI, the file's content is clearly ignored and the UI displays...
by TheBrittleTechWriter
Tue Jun 20, 2017 7:36 am
Forum: Flare's General Discussion
Topic: File Name In Post Build Events?
Replies: 2
Views: 1850

Re: File Name In Post Build Events?

Excellent! Thanks.

DOS programming has returned.
by TheBrittleTechWriter
Sun Jun 18, 2017 7:06 pm
Forum: Flare's General Discussion
Topic: File Name In Post Build Events?
Replies: 2
Views: 1850

File Name In Post Build Events?

How can I get the file name of the just-build file? I want to pass that to the .bat file.
by TheBrittleTechWriter
Sun Jun 11, 2017 8:02 pm
Forum: Styles, Stylesheets and XML
Topic: Overriding Table Styles?
Replies: 2
Views: 1720

Overriding Table Styles?

We have tables in some topics with table stylesheets applied: <table class="MyTableStyle" style="mc-table-style: url('../../../Resources/TableStyles/MyTableStyle.css');" cellspacing="1"> However, for some selected TD items, I want to override the style with custom styli...
by TheBrittleTechWriter
Wed May 24, 2017 7:03 am
Forum: Importing
Topic: Underscore, New Style Name?
Replies: 2
Views: 1900

Re: Underscore, New Style Name?

Thanks for the insight. That connection wasn't obvious.
by TheBrittleTechWriter
Sun May 21, 2017 1:38 pm
Forum: Importing
Topic: Underscore, New Style Name?
Replies: 2
Views: 1900

Underscore, New Style Name?

When importing Word documents, I get new styles, similar to existing names but with underscores, such as BodyText_1, BodyText_2, BodyText_3 for BodyText.

What causes Flare to create these?
by TheBrittleTechWriter
Tue Apr 25, 2017 10:12 am
Forum: MadCap Lingo General Discussion
Topic: The specified path, file name, or both are too long.
Replies: 19
Views: 25276

Re: The specified path, file name, or both are too long.

It's not always obvious but using a Windows directory tracking tool, I found instances like this: C:\Users\UsrName\Documents\County Projects\AustinHydroProject\Output\UsrName\Temporary\Westside Documents\Topic1\Flare Target Name\Flare Target Name_2EEEC342\Resources\Images\Westside Documents\Project ...
by TheBrittleTechWriter
Tue Apr 25, 2017 9:58 am
Forum: Importing
Topic: Imported Topic Names
Replies: 3
Views: 2336

Re: Imported Topic Names

That's a good observation.I got their tech support to confirm that. In my case, I was using a Section Break (New Page) and a manual page break combination, intentionally, for formatting reasons. If the first Section break was styled as Heading 1, the document was named as expected, that is, the text...
by TheBrittleTechWriter
Thu Apr 20, 2017 6:57 am
Forum: Styles, Stylesheets and XML
Topic: Self Generated XML Possible Problems?
Replies: 3
Views: 1864

Re: Self Generated XML Possible Problems?

Good to know. Thanks for the confirmations.
by TheBrittleTechWriter
Wed Mar 22, 2017 11:40 am
Forum: Styles, Stylesheets and XML
Topic: Self Generated XML Possible Problems?
Replies: 3
Views: 1864

Self Generated XML Possible Problems?

I'm planning on generating topic files from an application. It will place the generated files directly into the Windows structure inside the Flare project. It also generates the fltoc and fltar files. The XML seems to be Flare compliant and builds successfully, Does anyone know if this could cause p...
by TheBrittleTechWriter
Mon Mar 20, 2017 11:11 am
Forum: MadCap Lingo General Discussion
Topic: The specified path, file name, or both are too long.
Replies: 19
Views: 25276

Re: The specified path, file name, or both are too long.

Interesting. How does the command figure in? Do you have an example of that?
by TheBrittleTechWriter
Fri Mar 17, 2017 9:16 am
Forum: MadCap Lingo General Discussion
Topic: The specified path, file name, or both are too long.
Replies: 19
Views: 25276

Re: The specified path, file name, or both are too long.

I understand how to fix the immediate problem. However, I'd like to know ahead of time what to expect.

1) I don't know, nor was I anticipating the path name that errored. I base file names on the expected path.

2) Windows 10 doesn't fix this.
by TheBrittleTechWriter
Fri Mar 17, 2017 8:44 am
Forum: MadCap Lingo General Discussion
Topic: The specified path, file name, or both are too long.
Replies: 19
Views: 25276

Re: The specified path, file name, or both are too long.

I did check the log. The file and path doesn't exist. C:\XLData\CapturingCenter Sandbox\CapturingCenter\Output\I859244\SchemasXL Documents\Network Structure\InSource Manufact Quality Instrm Date Verifier Upload\[b]Project\Target\SchemasXL Documents\Network Structure\InSource Manufact Quality Instrm ...
by TheBrittleTechWriter
Fri Mar 17, 2017 7:29 am
Forum: Importing
Topic: Moving Files Doesn't Update TOC
Replies: 1
Views: 1513

Moving Files Doesn't Update TOC

In some cases after moving files and folders to a new location, the TOC does not properly update the paths/links to the new location, even though I clicked Update Links. I've tried moving the file back to the original location and try it again, but it never does update. I end up just manually updati...
by TheBrittleTechWriter
Fri Mar 17, 2017 7:21 am
Forum: Flare's General Discussion
Topic: Unable to move files and other issues
Replies: 4
Views: 2296

Re: Unable to move files and other issues

I'm getting these issues, too. If you're using Git, you have to Commit the new files first, then move them. After doing that, I've never got that problem.

However, not Commit-ing the files first isn't always consistent, and that was confusing at first. It sometimes moved them and sometimes didn't.
by TheBrittleTechWriter
Fri Mar 17, 2017 7:16 am
Forum: MadCap Lingo General Discussion
Topic: The specified path, file name, or both are too long.
Replies: 19
Views: 25276

Re: The specified path, file name, or both are too long.

I'm on Windows 10 and still get this problem.

Which files exactly does this affect? The longest file path/file name I can find is a combined 220 characters, below the 260-ish limit.
by TheBrittleTechWriter
Wed Mar 08, 2017 7:14 am
Forum: Flare's General Discussion
Topic: Page Layout Not Saving
Replies: 9
Views: 4633

Re: Page Layout Not Saving

Thanks for the quick reply! However, it's not sticking. I did change it in Projects->Project Properties->Defaults, even guessing that I had to relaunch Flare. But everything still opens in the previous page layout. And that default layout isn't even the first one alphabetically. Anything else I can ...
by TheBrittleTechWriter
Tue Mar 07, 2017 1:43 pm
Forum: Importing
Topic: Page Numbers Not Showing
Replies: 1
Views: 1422

Page Numbers Not Showing

I have two seemingly identical files. Following the same procedures for importing Word files, the first one correctly shows page numbers, as defined by the page layout template, the other one does not have page numbers. The second one also doesn't start renumbering page numbers in one of the section...
by TheBrittleTechWriter
Tue Mar 07, 2017 1:37 pm
Forum: Flare's General Discussion
Topic: Page Layout Not Saving
Replies: 9
Views: 4633

Page Layout Not Saving

In topic XML editor, I change the Page Layout to the correct .flpgl file through the hierarchical menu, and also through the TOC page. It changes on screen and I save the file but when I open the topic again, it's reset to the previous .flpgl.

How can I make the change stick?