Search found 503 matches

by trent the thief
Thu Jul 20, 2023 1:16 pm
Forum: Tips and Tricks
Topic: Force MadCap Code Snippets to respect table cell margins
Replies: 0
Views: 12437

Force MadCap Code Snippets to respect table cell margins

Add this to your css and it will force your code snippets to remain within a table cell and display a scroll bar on overflow.

MadCap|codeSnippetBody.table
{
width: 100%;
overflow: scroll;
}
by trent the thief
Thu Jul 20, 2023 1:13 pm
Forum: Flare's General Discussion
Topic: Code snippets in tables
Replies: 3
Views: 1603

Re: Code snippets in tables

I'm responding to an old post. I was just looking up how to accomplish that.

Add this override to your CSS and it'll restrict the width to that of the table cell.

Code: Select all

MadCap|codeSnippetBody.table
{
	width: 100%;
	overflow: scroll;
}
by trent the thief
Thu Jul 20, 2023 6:17 am
Forum: Flare's General Discussion
Topic: How do I clear the "Recent" list on the Start page?
Replies: 5
Views: 2182

Re: How do I clear the "Recent" list on the Start page?

It seems oddly reversed that a reset for of the things that are supposed to appear one time made that go away :?

But I'll take it :D
by trent the thief
Wed Jul 19, 2023 6:06 am
Forum: Flare's General Discussion
Topic: How many Relationship Tables do you use?
Replies: 1
Views: 500

Re: How many Relationship Tables do you use?

I'm only starting to research this myself. I'm setting up my first huge project since they became a thing ;-) Everything I've read so far indicates that you should use as many as necessary. That seemed mainly to avoid giant files, but I haven't finished reading everything. P.S., If you're able, you'...
by trent the thief
Wed Jul 19, 2023 5:07 am
Forum: Flare's General Discussion
Topic: Error processing SVG file
Replies: 4
Views: 2341

Re: Error processing SVG file

Hi,

Can you share the exact steps you used to create your SVG so someone else can take a shot at resolving the issue? Different tools, different workflows, it might work with a slightly different approach from what you used.
by trent the thief
Tue Jul 18, 2023 1:41 pm
Forum: Tips and Tricks
Topic: Pinned Items - Styles, Variables, Etc.
Replies: 2
Views: 7653

Pinned Items - Styles, Variables, Etc.

Ever wonder where the config for those things lives? Look at one of these locations for an example of PinnedStyles.xml: "ProjDirectory\Project\Users\YourName\PinnedStyles.xml" --- or --- "ProjDirectory\FileSync\Base\Project\Users\YourName\PinnedStyles/xml" (The difference has som...
by trent the thief
Tue Jul 18, 2023 7:09 am
Forum: Web-based Outputs
Topic: Different search results for different users?
Replies: 5
Views: 937

Re: Different search results for different users?

Why am I not surprised that it's M$'s browser causing the issue?

All hail the new Internet Exploder :lol:
by trent the thief
Tue Jul 18, 2023 6:37 am
Forum: Web-based Outputs
Topic: Different search results for different users?
Replies: 5
Views: 937

Re: Different search results for different users?

This issue popped up in the Slack channels this morning. Here's a link: https://madcapflareusergroups.slack.com/archives/C5CTN95BP/p1689675281541079 But just in case: Steve Arrants suggested: Some things to try: Is the replaced file name the same (capitalization, etc.?) Clean the project from the Pr...
by trent the thief
Fri Jul 14, 2023 1:47 pm
Forum: Styles, Stylesheets and XML
Topic: CSS in Flare shows Flex property as invalid
Replies: 10
Views: 10446

Re: CSS in Flare shows Flex property as invalid

There a feature request to add flex and all its attendant elements. Feel free to climb on :-)

Flare will whine about flex, but will still use it.
by trent the thief
Fri Jul 14, 2023 12:29 pm
Forum: Flare's General Discussion
Topic: Vertical Toolbar Buttons
Replies: 1
Views: 625

Re: Vertical Toolbar Buttons

Hi Jim, Add this to the div classes, button-group-container-left or button-group-container-right, that hold your toolbar. style=" display:flex;flex-direction:column;" Flare whines about flex, but it works. Output: https://i.postimg.cc/brWpL462/Snap2.png Overriding CSS: https://i.postimg.cc...
by trent the thief
Fri Jul 14, 2023 7:17 am
Forum: Flare's General Discussion
Topic: Tabs in Topics
Replies: 2
Views: 2588

Re: Tabs in Topics

@ktbCA57, Laura Johnson's tabbing system works: https://www.madcapsoftware.com/blog/adding-tabs-to-your-madcap-flare-topics/ Open Laura's code pen and paste the html into a new topic, add the css to your stylesheet, add the js to resources/scripts/js, then add the script tag to the head of the page ...
by trent the thief
Fri Jul 14, 2023 6:58 am
Forum: Flare's General Discussion
Topic: Interface: How do I reorganize/remove icons from the title bar?
Replies: 2
Views: 585

Re: Interface: How do I reorganize/remove icons from the title bar?

Hi,

Unfortunately, you can't do anything to the first four icons on the quick access toolbar. You can right-click on the tool strip function to add more functions, but there is no way to shuffle them around or remove the first four.
by trent the thief
Fri Jul 14, 2023 6:47 am
Forum: Tips and Tricks
Topic: Let's not lose our corporate memory!
Replies: 12
Views: 26218

Re: Let's not lose our corporate memory!

As Nita mentioned, us Flare users are kinda light on the ground and using Slack provides a sense of community that we probably can't find locally. I know about the physical user groups, but for those one needs even more time than we need to just pop into Slack or to the forum. And all those others c...
by trent the thief
Wed Jul 12, 2023 8:31 am
Forum: Tips and Tricks
Topic: Let's not lose our corporate memory!
Replies: 12
Views: 26218

Re: Let's not lose our corporate memory!

Yep, I am in complete agreement. I think the price is a bit much. If I had to pay for my own, I might go $50 a year. So just the same way we can become a company's corporate memory, we can do that for ourselves, too. I'm looking to put a scraping bot to work. I have a couple leads for a script from ...
by trent the thief
Wed Jul 12, 2023 8:24 am
Forum: Tips and Tricks
Topic: Vertically and Horizontally Centering Div Content
Replies: 1
Views: 4747

Vertically and Horizontally Centering Div Content

You need to add these to the div style: display:flex (flex isn't available in the editor, add it manually) justify-content:center align-items:center Flare doesn't show flex as a block option and the justify-content and align-items come without their properties. Mine were "inherit." when I ...
by trent the thief
Wed Jul 12, 2023 6:49 am
Forum: Tips and Tricks
Topic: Let's not lose our corporate memory!
Replies: 12
Views: 26218

Let's not lose our corporate memory!

Hi All, Sure, we look at Slack 99% of the time. But when message drop off after 90 days, it's like ghosts said it because there's no record and we can't recall all the details. If you find a cool workaround and a way to accomplish some crazy task that has everyone scratching their heads, please shar...
by trent the thief
Wed Jul 12, 2023 6:37 am
Forum: Tips and Tricks
Topic: Left-to-Right Header Gradients
Replies: 0
Views: 6440

Left-to-Right Header Gradients

Copy out nav.title-bar from one of Flare's generated css files Add it to your stylesheet with these changes: nav.title-bar { padding: 10px 0; line-height: inherit; display: block; background-repeat: no-repeat; background-position: center top; padding-top: 25px; padding-bottom: 25px; background: tran...
by trent the thief
Fri Jul 07, 2023 11:27 am
Forum: Web-based Outputs
Topic: Equations in HTML5 output
Replies: 2
Views: 514

Re: Equations in HTML5 output

Flare uses MathJax to process the equations entered into the equation editor. I've used prism.js and mermaid.js for syntax highlighting and diagramming in Flare by adding it to the head section of the templates. You ought to be able to manually add mathjax to a template and then have mathjax process...
by trent the thief
Fri Jul 07, 2023 8:12 am
Forum: Styles, Stylesheets and XML
Topic: Image Bookmark
Replies: 5
Views: 1016

Re: Image Bookmark

You could bookmarks the image captions to make the cross-refs work as you need.
by trent the thief
Sat Jul 01, 2023 5:24 am
Forum: Single-Sourcing
Topic: Automatic Process
Replies: 2
Views: 5652

Re: Automatic Process

Hi, Your question is a little complex. Flare has a function that you can call from a script that would allow you to schedule a build using Windows Scheduled Tasks. You would need to lay the groundwork for that automation, though. You need to create an Import project file for the report's file type. ...
by trent the thief
Sat Jul 01, 2023 5:06 am
Forum: Styles, Stylesheets and XML
Topic: Image Bookmark
Replies: 5
Views: 1016

Re: Image Bookmark

I was able to add a bookmark for an image from the ribbon after selecting the img block. It leaves the anchor between the p and img tags: https://i.imgur.com/ebEhg5b.png https://i.imgur.com/h82oM5S.png What did Flare do in the code when you tried it? Are you able to use Slack? You'll get faster resp...
by trent the thief
Fri Jun 23, 2023 5:42 am
Forum: Central's General Discussion
Topic: MadCap Central User/Seat Roles
Replies: 9
Views: 8180

Re: MadCap Central User/Seat Roles

Yep, pretty much. It'll get updated soon and then we can push the users to the right seats.
by trent the thief
Fri Jun 23, 2023 5:41 am
Forum: Flare's General Discussion
Topic: Set default value for hyperlink target frame
Replies: 6
Views: 1112

Re: Set default value for hyperlink target frame

There's no method to set any "(default)" value settings. That's Flare's placeholder for null.
by trent the thief
Thu Jun 22, 2023 6:15 am
Forum: Central's General Discussion
Topic: MadCap Central User/Seat Roles
Replies: 9
Views: 8180

Re: MadCap Central User/Seat Roles

We got our licenses a month or so ago and also have the old license names. MadCap setup our site with the Contributor and Executive licenses both set as Author until they roll out the change. It essentially works the same as Central's planned future mode. That lets me run central, allows my contribu...
by trent the thief
Fri Jun 16, 2023 9:58 am
Forum: Styles, Stylesheets and XML
Topic: Cannot see styles in the Styles window (of a project)
Replies: 6
Views: 3903

Re: Cannot see styles in the Styles window (of a project)

That's some good information, Matt. I'm dealing with that situation right now shuffling css around for a word import. Now I know what to look for.