A few things I learned recently while trying to do something similar:
- Flare's build events start in the directory from which Flare was launched (Desktop, if you launched Flare from a shortcut there; the folder where your .flprj is, if you launched Flare by double-clicking the project file; etc ...
Search found 6 matches
- Mon May 22, 2023 5:08 pm
- Forum: Flare's General Discussion
- Topic: Running robocopy as pre-build event?
- Replies: 1
- Views: 1726
- Thu Jun 23, 2022 4:09 pm
- Forum: Web-based Outputs
- Topic: Print Issue in Flare 2022
- Replies: 8
- Views: 4437
Re: Print Issue in Flare 2022
Yes, I see the same problem in the output from my existing projects rebuilt with Flare 2022. And, as previously noted, in Flare's own online help.
- Tue May 31, 2022 7:56 am
- Forum: Flare's General Discussion
- Topic: MadCap Flare on Mac M1
- Replies: 6
- Views: 7238
Re: MadCap Flare on Mac M1
Here's what my team has done to run Flare in Windows on ARM on an M1 Mac:
1. Install Windows on ARM in Parallels: https://kb.parallels.com/125375 .
2. In Windows, download and install the latest Visual C++ Redistributable runtime libraries for ARM64: https://docs.microsoft.com/en-us/cpp/windows ...
1. Install Windows on ARM in Parallels: https://kb.parallels.com/125375 .
2. In Windows, download and install the latest Visual C++ Redistributable runtime libraries for ARM64: https://docs.microsoft.com/en-us/cpp/windows ...
- Mon Feb 01, 2021 7:46 am
- Forum: Flare's General Discussion
- Topic: Code Snippets
- Replies: 9
- Views: 7092
Re: Code Snippets
For JSON, choose Javascript as the language. Then it appears to format correctly.bunnycat wrote: However, I feel it is still lacking in some language support. Common ones are there, but it feels like it's missing things like JSON and command line.
- Fri Oct 09, 2020 11:12 am
- Forum: Styles, Stylesheets and XML
- Topic: Flare wraps variables in spans, any way to prevent this?
- Replies: 4
- Views: 1985
Re: Flare wraps variables in spans, any way to prevent this?
Oh, yes! Thanks for pointing that out. We shouldn't have been using <MadCap:Variable> in JavaScript anyway. So it's only when using <MadCap:variable name="Variables.Something" /> that the variable in the output is within a <span> tag starting in 2020 r2. If you use the [%=Variables.Something%] form ...
- Thu Oct 08, 2020 3:48 pm
- Forum: Styles, Stylesheets and XML
- Topic: Flare wraps variables in spans, any way to prevent this?
- Replies: 4
- Views: 1985
Re: Flare wraps variables in spans, any way to prevent this?
We're using Flare variables in JavaScript on our master page. Now that Flare output wraps variables with a <span> tag, we'll have to find a workaround.
We tried using a snippet instead of a variable, but Flare doesn't seem to evaluate snippets inside of <script> tags. Adding JavaScript to extract ...
We tried using a snippet instead of a variable, but Flare doesn't seem to evaluate snippets inside of <script> tags. Adding JavaScript to extract ...