Search found 794 matches

by Psider
Sun Apr 21, 2024 5:27 pm
Forum: Web-based Outputs
Topic: Tablet/Mobile Medium Displayed in Web Browser
Replies: 1
Views: 44

Re: Tablet/Mobile Medium Displayed in Web Browser

The tablet view generally kicks in at a specific pixel width. Have you tried making your browser window larger? If your browser window is already full screen, then it could be because of the Window Scale and Layout setting. If it is set to more than 100% then the browser window will have "fewer...
by Psider
Sun Apr 14, 2024 9:36 pm
Forum: Printed Documentation Targets
Topic: Controlling background image size
Replies: 3
Views: 82

Re: Controlling background image size

Yeah some CSS isn't supported by PDF generators, and this seems like this is one of them. The generators seem to be black boxes for supported properties though, so it's a bit trial and error. One thing you could try is also specifying the width, in case it's just the 'auto' height value that isn't u...
by Psider
Sun Apr 14, 2024 9:25 pm
Forum: Printed Documentation Targets
Topic: Indestructible folder
Replies: 5
Views: 113

Re: Indestructible folder

As weird as it sounds, I've sometimes had success closing Outlook. (Also check Word is task-killed.)
by Psider
Mon Apr 01, 2024 4:38 pm
Forum: Web-based Outputs
Topic: Edit top nav off canvas wrapper inner style
Replies: 2
Views: 87

Re: Edit top nav off canvas wrapper inner style

I had a poke around in the customer showcase examples and I think it might be a style in the foundation css called ".js-off-canvas-exit". I think it'd just be the box-shadow setting you'd need to specify yourself. Whether you can specify it in your skin or topic css I'm not sure. It might ...
by Psider
Sun Mar 24, 2024 4:50 pm
Forum: Styles, Stylesheets and XML
Topic: Can't Adjust Column Width in Table
Replies: 8
Views: 4065

Re: Can't Adjust Column Width in Table

That's the way html tables work, rather than being something Flare is doing. The width and height adjust to fit the content if there are no wrapping opportunities e.g. a long string with no spaces or hyphens. You could try adding wordbreak: break-all; to the table or td definition (I'm unsure if the...
by Psider
Mon Mar 18, 2024 4:59 pm
Forum: Doc-To-Help Output
Topic: Integration with Gen AI
Replies: 3
Views: 223

Re: Integration with Gen AI

Central has an integration with ChatGPT but I don't know if they are planning on bringing it to Flare or Doc-To-Help eventually. https://www.madcapsoftware.com/blog/more-with-less-unveiling-madcap-central-ai-assist/ https://www.madcapsoftware.com/madcap-central-2023/ https://documentation.madcapsoft...
by Psider
Mon Mar 18, 2024 4:32 pm
Forum: Flare's General Discussion
Topic: HTML5 with PDF library
Replies: 3
Views: 154

Re: HTML5 with PDF library

Are the pdfs going to change regularly and are they maintained by you or some other business area? If they are largely static, I think I would create a separate folder and subfolders on the webserver and store them there, then link to that folder using a standard url (htttps://mysite.com/pdfs/catego...
by Psider
Sun Mar 03, 2024 7:34 pm
Forum: Flare's General Discussion
Topic: Creating a soft line break in Flare?
Replies: 4
Views: 351

Re: Creating a soft line break in Flare?

Could you perhaps have the "Show Tags" button turned on and one of the settings causes the br to show as <empty>? Something to check, anyway. Here's the relevant help page: https://help.madcapsoftware.com/flare2023r2/Content/Flare/Interface/Editors/XML-Editor/XML-Editor.htm#ButtonsandSecti...
by Psider
Tue Feb 27, 2024 3:37 pm
Forum: Styles, Stylesheets and XML
Topic: CSS in Flare shows Flex property as invalid
Replies: 10
Views: 10152

Re: CSS in Flare shows Flex property as invalid

display: contents has very poor support across browsers, so I personally would probably avoid using it. https://caniuse.com/css-display-contents

However, if you really need it you can request for it to be added using the second link Trent provided.
by Psider
Sun Feb 25, 2024 4:57 pm
Forum: Styles, Stylesheets and XML
Topic: Importing RoboHelp CSS into Flare
Replies: 1
Views: 142

Re: Importing RoboHelp CSS into Flare

I would import the RH project into a temporary Flare project, so that any conversions can happen. I can't remember exactly how much can or is converted, but try it and see. Then you can copy any plain css styles across, and note any rh specific things you'll need to recreate. Things like expanders, ...
by Psider
Sun Jan 28, 2024 3:46 pm
Forum: Flare's General Discussion
Topic: TOC: Unknown TOC item in the table of contents
Replies: 3
Views: 789

Re: TOC: Unknown TOC item in the table of contents

Out of curiosity, what was the issue and solution?
by Psider
Sun Jan 21, 2024 4:30 pm
Forum: Flare's General Discussion
Topic: TOC: Unknown TOC item in the table of contents
Replies: 3
Views: 789

Re: TOC: Unknown TOC item in the table of contents

I think that is the TOC heading. This post suggests if you are using the autogenerated toc method, then the toc heaidng uses H1 and you can't change that? viewtopic.php?t=32616
by Psider
Thu Jan 18, 2024 4:13 pm
Forum: Web-based Outputs
Topic: Assign keys to Next topic and Previous topic in Topic Toolbar Proxy
Replies: 2
Views: 449

Re: Assign keys to Next topic and Previous topic in Topic Toolbar Proxy

I've never done it, but I'd imagine it's just calling the click() function for the element that represents the button. In jquery it would be something like the following: $('element.class-name').click(); Hopefully that at least gives you a direction to look until someone more knowledgeable comes alo...
by Psider
Mon Jan 15, 2024 3:47 pm
Forum: Flare's General Discussion
Topic: Issue with generating header files for CSH
Replies: 1
Views: 398

Re: Issue with generating header files for CSH

Can you confirm what you tried, as export and generate are two different things. If you exported the header, to .bas format for example, then only the existing IDs in the header file would be exported to the new format. https://help.madcapsoftware.com/flare2023/Content/Flare/CSH/Process/Providing-De...
by Psider
Sun Dec 17, 2023 3:54 pm
Forum: Flare's General Discussion
Topic: Manage Recent Projects in Windows Task Bar
Replies: 2
Views: 10257

Re: Manage Recent Projects in Windows Task Bar

I think it's probably a window Windows feature called "Show recently opened items in Jump Lists on Start or the taskbar and in File Explorer Quick Access". To get to it, right-clcik on the desktop, select Personalize, then click the Start tab. (Or, click the start button and start typing t...
by Psider
Mon Dec 04, 2023 4:04 pm
Forum: Web-based Outputs
Topic: Google Analytics search terms
Replies: 3
Views: 10620

Re: Google Analytics search terms

I don't have any specific advice, but perhaps this page can offer some help. It runs through setting up GA4 (and I learnt a few things about how it works I hadn't realised before), then covers reports and finally other options if the generic search tracking doesn't work. No guarantees, but worth a r...
by Psider
Thu Nov 30, 2023 4:40 pm
Forum: Flare's General Discussion
Topic: Can Flare include graphics in the TOC?
Replies: 2
Views: 9957

Re: Can Flare include graphics in the TOC?

I don't think the toc includes icons as I believe the text is taken from the title tag, not the h1 in the topic. However, you could look at whether you can achieve something similar using tocentry classes and the mark as new feature. https://help.madcapsoftware.com/flare2023r2/Content/Flare/TOCs/Pro...
by Psider
Sun Nov 19, 2023 4:50 pm
Forum: Single-Sourcing
Topic: Using topics in multiple projects
Replies: 5
Views: 19277

Re: Using topics in multiple projects

Historical/group "you" not personal "you" in the previous post, btw. :)
by Psider
Sun Nov 19, 2023 4:48 pm
Forum: Single-Sourcing
Topic: Using topics in multiple projects
Replies: 5
Views: 19277

Re: Using topics in multiple projects

Hmm although reading your post again, maybe you have to create to different versions of output, but just aren't allowed to use conditions? In which case snippets are probably the way to go so you don't have to make changes twice and potentially forget. (Although snippets are potentially as problemat...
by Psider
Sun Nov 19, 2023 4:38 pm
Forum: Single-Sourcing
Topic: Using topics in multiple projects
Replies: 5
Views: 19277

Re: Using topics in multiple projects

Or, if the objection is that conditions are proprietary, they are, but they are just text, so you could find/replace them to your own "data- " attribute if you move to a different system. Or implement your own data- attributes now, athoug applying them is likely to be a bit of a pain. http...
by Psider
Sun Nov 19, 2023 4:23 pm
Forum: Single-Sourcing
Topic: Using topics in multiple projects
Replies: 5
Views: 19277

Re: Using topics in multiple projects

I think you can still use conditions, but instead of excluding them from specific builds you leave them in, then use css to show/hide based on screen breakpoints. So in the output (and I'm going from memory here, so the examples are are for illustration only) you'd get something like this: <p mc-con...
by Psider
Mon Nov 13, 2023 3:40 pm
Forum: Microsoft CHM Help
Topic: Error "Make sure the web address //ieframe.dll/dnserrordiagoff.htm# is correct"
Replies: 1
Views: 14340

Re: Error "Make sure the web address //ieframe.dll/dnserrordiagoff.htm# is correct"

I'd check that the csh is correctly linked to a file in the project. For example, maybe the path is slightly wrong and the file doesn't exist in the destination location (this happens easily when using relative paths and getting the number of ../ wrong). Or maybe the file was deleted or moved but th...
by Psider
Sun Nov 12, 2023 4:26 pm
Forum: Web-based Outputs
Topic: Glossary proxy in HTML output
Replies: 3
Views: 5311

Re: Glossary proxy in HTML output

I think you should be able to use a menu proxy that displays only the style used for the letter headings. Then you'd need to do some flex css styling to get it to display horizontally rather than vertically. The iProov Documentation Center example from the MadCap Customer Showcase shows the vertical...
by Psider
Tue Oct 31, 2023 3:48 pm
Forum: Web-based Outputs
Topic: Topic not found in search results
Replies: 5
Views: 18487

Re: Topic not found in search results

My only other thought is if the words are surrounded by other tags, maybe that could affect them getting in to the search results. Perhaps check a few examples that aren't working to see if the html code looks different from working examples. Other than that, checking all the search settings to see ...