Search found 45 matches

by moshe
Wed Aug 23, 2023 1:59 am
Forum: Web-based Outputs
Topic: Microcontent proxies and Metatags
Replies: 1
Views: 1461

Re: Microcontent proxies and Metatags

During some testing of the microcontent functionality, we were also initially confused that the proxy was not displaying the content based upon metatag values, but static microcontent text was indeed being displayed. Then we realized that the Target that we were using was marked [HTML Target > Advan...
by moshe
Thu Jul 15, 2021 12:42 am
Forum: Web-based Outputs
Topic: strange search bar behavior
Replies: 2
Views: 2193

Re: strange search bar behavior

Thanks, Dave.

I'll see what I can do with it to make it less ugly without limiting accessibility.
by moshe
Sun Jul 11, 2021 1:24 am
Forum: Web-based Outputs
Topic: strange search bar behavior
Replies: 2
Views: 2193

strange search bar behavior

The search bar in our HTML output normally looks like this: SearchSkin.png However, when the user clicks to enter a search term, unwanted borders appear: SearchSkin-clicked.png There seems to be no setting in the skin editor to control "Search Input" borders [/b]. This is new and unwanted ...
by moshe
Thu Sep 10, 2020 7:02 am
Forum: Flare's General Discussion
Topic: Keeping formatting when pasting text to text editor
Replies: 11
Views: 5813

Re: Keeping formatting when pasting text to text editor

I am running into an issue with superimposed text when employing the new <div>. The new code block - when viewed in HTML - appears under the preceding text. This is another "feature" of the Flare XML editor. The editor does not display <div>s well at all. To avoid <div>s superimposed or a...
by moshe
Mon May 11, 2020 5:01 am
Forum: Printed Documentation Targets
Topic: New code snippet editor - PDF output looks like a table
Replies: 9
Views: 10562

Re: New code snippet editor - PDF output looks like a table

Update: As a test I changed the borders in my CSS for tables (in media print) to red and the result is the code snippet in the PDF has red rules, but so do all of my tables in the PDF. This is the original rules for table cells in my CSS. I changed the color from #cccccc to #ff0000 (red) as an expe...
by moshe
Wed May 06, 2020 11:46 pm
Forum: Printed Documentation Targets
Topic: New code snippet editor - PDF output looks like a table
Replies: 9
Views: 10562

Re: New code snippet editor - PDF output looks like a table

I'm sorry Karene, I read your post too quickly. I assumed that you were talking about the border surrounding the entire code snippet. I do not see any internal borders like in your example, for any type of code sample (I've tested HTML, XML, CSS, JSON, Python, SQL) in Word, PDF, or HTML output. If t...
by moshe
Wed May 06, 2020 11:05 pm
Forum: Printed Documentation Targets
Topic: New code snippet editor - PDF output looks like a table
Replies: 9
Views: 10562

Re: New code snippet editor - PDF output looks like a table

BTW, I am really happy about the new code snippets and the code syntax highlighting. This was a long-overdue development in Flare.
by moshe
Wed May 06, 2020 11:02 pm
Forum: Printed Documentation Targets
Topic: New code snippet editor - PDF output looks like a table
Replies: 9
Views: 10562

Re: New code snippet editor - PDF output looks like a table

The border to the code snippet is controlled by CSS. In the Stylesheet Editor, modify the style MadCap|codeSnippet . (Note that the CSS stylesheet controlling the code snippet display is not located with the user stylesheets located in Content Explorer > Stylesheets. It is in a different stylesheet ...
by moshe
Thu Apr 16, 2020 5:58 am
Forum: Printed Documentation Targets
Topic: Build failed (Word target)
Replies: 3
Views: 7647

Re: Build failed (Word target)

I just received the exact same error message: Build failed: Unable to cast COM object of type 'Microsoft.Office.Interop.Word.ApplicationClass' to interface type 'Microsoft.Office.Interop.Word._Application'. This operation failed because the QueryInterface call on the COM component for the interface ...
by moshe
Thu Sep 05, 2019 1:55 am
Forum: Web-based Outputs
Topic: mp4 video source not found in html5
Replies: 6
Views: 4514

Re: mp4 video source not found in html5

Yes, you are correct, Dave. It was a problem with the server, which is now solved. Thanks again, as always! Even though the issue turned out not to directly be a Flare problem, for the sake of other Flare users who have/will run into this problem (it seems that I'm not the first), the solution was t...
by moshe
Wed Sep 04, 2019 5:59 am
Forum: Web-based Outputs
Topic: mp4 video source not found in html5
Replies: 6
Views: 4514

Re: mp4 video source not found in html5

If I right-click on the <video> in the online output, select Copy Video Location, and paste that into a new browser tab, I get an error message "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." If I navigate the site using the ftp cli...
by moshe
Wed Sep 04, 2019 5:42 am
Forum: Web-based Outputs
Topic: mp4 video source not found in html5
Replies: 6
Views: 4514

Re: mp4 video source not found in html5

I'm also having such a problem. I'm inserting mp4 video using Insert > Multimedia > HTML5 Movie . The videos in the local HTML output display properly. However, when uploaded (using the WinSCP ftp client) to an azurewebsites.net site, the videos are not displayed in the browser (I tried Chrome, Fire...
by moshe
Tue Feb 19, 2019 3:51 am
Forum: Styles, Stylesheets and XML
Topic: Auto numbered rows in table
Replies: 6
Views: 5140

Re: Auto numbered rows in table

Update: This method works well in producing automatically numbered lists in Flare PDF and HTML outputs. However, in Flare Word output the CSS code is completely ignored, and no numbering is produced at all! :( I am disappointed that Flare Word output is so far behind the curve, that it doesn't recog...
by moshe
Wed Aug 15, 2018 10:00 pm
Forum: Styles, Stylesheets and XML
Topic: Auto numbered rows in table
Replies: 6
Views: 5140

Re: Auto numbered rows in table

This method works well, with the following caveats: A. I originally tried using content: counter(section) "." counter(subsection) " "; in p.TableRowSectionNum to display the section as 1.0, 2.0, etc. For some reason, when the section number incremented, I couldn’t get the p.Tabl...
by moshe
Wed Aug 15, 2018 4:54 am
Forum: Styles, Stylesheets and XML
Topic: Auto numbered rows in table
Replies: 6
Views: 5140

Re: Auto numbered rows in table

I am successfully using a similar method to the original poster ghillerson , utilizing the CSS counter , counter-reset , and counter-increment properties, together with the ::before pseudo-selector. What was needed: • the first column in each row of a table contains a sequential row number. • The nu...
by moshe
Mon Jun 25, 2018 2:11 am
Forum: Flare's General Discussion
Topic: Document title in side navigation skin
Replies: 22
Views: 39158

Re: Document title in side navigation skin

I realize that the request was for adding text to the header. But if the header text is the same for the entire project, you could simply put the text into an image with a transparent background, and add the image to the Flare header background. You will have to play with the spacing between your lo...
by moshe
Mon Jun 25, 2018 1:28 am
Forum: Source Control
Topic: Flare, Subversion and TortoiseSVN
Replies: 6
Views: 5746

Re: Flare, Subversion and TortoiseSVN

We use TortoiseSVN for keeping our multiuser Flare synchronized, and for version control. The file synchronization is handled totally by SVN (with Flare closed). Works well.

We do not map from our Flare project to any external files and thus don't have a FileSync directory.
by moshe
Sun Jun 24, 2018 1:34 am
Forum: Web-based Outputs
Topic: Word wrap issue with long single words
Replies: 1
Views: 1394

Word wrap issue with long single words

This issue is applicable to both HTML and PDF output, so I cross-posted here in Web-based Outputs and in Printed Outputs: We are producing a service architecture document, part of which consists of descriptions of various services. Some of the services have very very long single-word names. Each ser...
by moshe
Sun Jun 24, 2018 1:30 am
Forum: Printed Documentation Targets
Topic: Word wrap issue with long single words
Replies: 0
Views: 1130

Word wrap issue with long single words

We are producing a service architecture document, part of which consists of descriptions of various services. Some of the services have very very long single-word names. Each service name is displayed as an h1 header. In HTML output, when the screen width is very narrow (such as in mobile displays),...
by moshe
Wed Jun 13, 2018 5:19 am
Forum: Web-based Outputs
Topic: Index and Glossary in Top Navigation template
Replies: 8
Views: 7082

Re: Index and Glossary in Top Navigation template

Has anyone seen/invented any hacks for getting a glossary tab (or the equivalent) into a side navigation type skin so that it looks slick? We did not move from Tripane to TopNav because our users liked having the navigation hierarchy visible when viewing a topic. (In TopNav, when you open a topic, ...
by moshe
Sun Mar 04, 2018 1:11 am
Forum: Mimic's General Discussion
Topic: No ability to group objects?
Replies: 0
Views: 6938

No ability to group objects?

It seems that Mimic lacks a basic functionality: you cannot define multiple objects as a group, and then manipulate them together as a group. This functionality exists in all of the competing products that I have evaluated (Camtasia, Active Presenter, Captivate). In Mimic you can resize/align a grou...
by moshe
Thu Aug 24, 2017 2:05 am
Forum: Styles, Stylesheets and XML
Topic: Insert \ paste XML code sample in topic w orig formatting?
Replies: 9
Views: 7720

Re: Insert \ paste XML code sample in topic w orig formattin

I just posted a solution to the exact original problem, using a combination of <pre> and CDATA, in a different thread:
viewtopic.php?f=6&t=29397#p128600
by moshe
Thu Aug 24, 2017 1:48 am
Forum: Styles, Stylesheets and XML
Topic: Preserve formatting of inline HTML pasted into Flare topic?
Replies: 10
Views: 8126

Re: Preserve formatting of inline HTML pasted into Flare top

I am also listening to this thread with interest, and exasperated by the Flare editor. I am hoping to find time to get syntax highlighting working in Flare output. In the meantime, this might be of use to one of you: I found that <pre> in Flare doesn’t work like I want it to. It preserves the whites...
by moshe
Wed May 10, 2017 3:25 am
Forum: Styles, Stylesheets and XML
Topic: Insert \ paste XML code sample in topic w orig formatting?
Replies: 9
Views: 7720

Re: Insert \ paste XML code sample in topic w orig formattin

I would try using a pre tag. 1. Copy the text to the clipboard. 2. In Flare, select the pre style. 3. Select Paste , then choose Paste as inline text . Dave's post is correct, but maybe a bit too concise, to the point of being cryptic. The most complete explanation of this procedure that I have see...
by moshe
Tue Mar 21, 2017 11:33 pm
Forum: Styles, Stylesheets and XML
Topic: Style TopNav submenus so item text doesn't disappear
Replies: 2
Views: 2151

Re: Style TopNav submenus so item text doesn't disappear

See this previous topic, where the work-around that you came up with is discussed: https://forums.madcapsoftware.com/viewtopic.php?f=13&t=26894 The solution is only a work-around. The issue itself is a Flare bug. A bug report about this issue was accepted in January 2017 (#117763 - Bug: Inconsis...