Search found 85 matches

by ecjoe
Fri Jul 14, 2017 9:42 am
Forum: Styles, Stylesheets and XML
Topic: Better way to replace styles (in a table)
Replies: 6
Views: 2612

Re: Better way to replace styles (in a table)

I typically use Notepad++'s Find in Files feature to find and replace variable text. Set the search mode to regular expression. If you are unfamiliar with regular expressions, perhaps you can ask a developer to help you out. Here is a great resource for learning and testing regular expressions: http...
by ecjoe
Mon Jun 12, 2017 12:02 pm
Forum: Getting Started and Installation Issues
Topic: Flare 2017 - Load/Uninstall Issue; r2 Install Issue
Replies: 4
Views: 3726

Re: Flare 2017 - Load/Uninstall Issue; r2 Install Issue

Whoops, it looks like I should have posted this to the Getting Started and Installation issues forum.

Anyway, this issue may be a result of a .NET Framework update. Rolling back .NET Framework from 4.7 to 4.6.2 allowed me to uninstall 2012 and install/use 2017 r2.
by ecjoe
Fri Jun 09, 2017 10:03 am
Forum: Getting Started and Installation Issues
Topic: Flare 2017 - Load/Uninstall Issue; r2 Install Issue
Replies: 4
Views: 3726

Re: Flare 2017 - Load/Uninstall Issue; r2 Install Issue

Nita,

Thanks. I have contacted Tech Support. However, I was hoping to speed up the process by checking with the Flare community.
by ecjoe
Fri Jun 09, 2017 9:54 am
Forum: Getting Started and Installation Issues
Topic: Flare 2017 - Load/Uninstall Issue; r2 Install Issue
Replies: 4
Views: 3726

Flare 2017 - Load/Uninstall Issue; r2 Install Issue

After some recent Windows 7 x64 updates, I'm running into the following issues: * Flare 2017 immediately shuts down upon loading it. * Flare 2017 cannot be uninstalled; I was able to uninstall all previous versions. * Flare 2017 r2 cannot be installed. Has anybody else encountered any of these issue...
by ecjoe
Thu May 04, 2017 9:27 am
Forum: Flare's General Discussion
Topic: Window Layout & TOC
Replies: 5
Views: 2684

Re: Window Layout & TOC

jmwells21, I contacted MadCap about this issue and they filed bug #45472 on my behalf. If you would like to increase the chances of this bug getting fixed, I would suggest that you contact them directly. In the meantime, I've worked around this issue by doing window cleanup before closing projects. ...
by ecjoe
Mon May 01, 2017 8:27 am
Forum: Flare's General Discussion
Topic: Can I specify a default glossary?
Replies: 4
Views: 2019

Re: Can I specify a default glossary?

Hi, Prior to Flare 12, manually linking a glossary term would automatically find the correct glossary and link the term. I recently inquired about this change in functionality and I received the following response: There was a new feature added in Flare that allows you to either associate a previous...
by ecjoe
Wed Mar 15, 2017 1:06 pm
Forum: Flare's General Discussion
Topic: Window Layout & TOC
Replies: 5
Views: 2684

Re: Window Layout & TOC

One additional tidbit:
It looks like Flare 2017 automatically removes the TOC from the right-hand pane when closing it.
by ecjoe
Wed Mar 15, 2017 1:00 pm
Forum: Flare's General Discussion
Topic: Window Layout & TOC
Replies: 5
Views: 2684

Window Layout & TOC

Hi, I just upgraded from Flare 11.1.2 to Flare 2017 and it looks like it is no longer respecting window layout. Specifically, it now opens TOCs in the main pane instead of the right-hand pane. Does anybody know how to resolve this? More Information: Opening the same project in Flare 11.1.2 restores ...
by ecjoe
Wed Feb 08, 2017 10:19 am
Forum: Web-based Outputs
Topic: TopNav: Clicking on Search Bar Doesn't Set Focus
Replies: 6
Views: 2743

Re: TopNav: Clicking on Search Bar Doesn't Set Focus

Dave: Thanks for explaining why you chose a different layout.
by ecjoe
Tue Feb 07, 2017 10:20 am
Forum: Web-based Outputs
Topic: TopNav: Clicking on Search Bar Doesn't Set Focus
Replies: 6
Views: 2743

Re: TopNav: Clicking on Search Bar Doesn't Set Focus

Psider: Thanks for reminding me of z-index. I was overthinking the issue.

Dave: Why did you decide against placing the search bar alongside the menu?
by ecjoe
Mon Feb 06, 2017 2:45 pm
Forum: Web-based Outputs
Topic: TopNav: Clicking on Search Bar Doesn't Set Focus
Replies: 6
Views: 2743

Re: TopNav: Clicking on Search Bar Doesn't Set Focus

It looks like the following div is overlapping the search bar. <div class="relative clearfix"> Setting a fixed width (e.g., 850px) on this div allows the mouse to apply focus to the search bar. div.clearfix { width: 850px; } Has anybody experimented with this type of setup?
by ecjoe
Mon Feb 06, 2017 11:45 am
Forum: Web-based Outputs
Topic: TopNav: Clicking on Search Bar Doesn't Set Focus
Replies: 6
Views: 2743

TopNav: Clicking on Search Bar Doesn't Set Focus

I'm trying to create a custom TopNav layout using Flare 13/2017 where the search bar displays directly to the right of the menu. I'm trying to achieve this look through the following steps: 1. I'm using Dave Lee's function to move the search div above the navigation menu in the code. (I've tried usi...
by ecjoe
Tue Nov 22, 2016 10:10 am
Forum: Flare's General Discussion
Topic: Seeking guidance regarding merging topics in Flare
Replies: 3
Views: 1576

Re: Seeking guidance regarding merging topics in Flare

Hi, I would like to add to roboHAL's response. Manually inspecting two different versions of the same topic may be a little bit cumbersome and time-consuming. A tool that can make this task slightly less so is a code comparison tool (e.g., Code Compare). However, if you are working outside of Flare,...
by ecjoe
Tue Nov 08, 2016 10:16 am
Forum: Web-based Outputs
Topic: Using Flare for Modern Developer Documentation
Replies: 5
Views: 4907

Re: Using Flare for Modern Developer Documentation

Hi,

I am also very interested in hearing about your developer documentation implementation.
by ecjoe
Fri Aug 19, 2016 9:11 am
Forum: Tips and Tricks
Topic: Creating a DIV
Replies: 4
Views: 8776

Re: Creating a DIV

Nita's solution works great. If you are like me, you might prefer to use keyboard shortcuts to speed things up a bit. In which case, you can press CTRL+SHIFT+H and then type "DIV" or "DIV. StyleName " to quickly apply that style. If you are trying to add it to a list, then you wi...
by ecjoe
Thu Feb 18, 2016 11:27 am
Forum: Flare's General Discussion
Topic: Creating One Glossary with Two Definitions
Replies: 3
Views: 1245

Re: Creating One Glossary with Two Definitions

HTML5 Help:
In my experience, glossary terms with HTML tags will only display correctly when viewed from the Glossary tab. Glossary terms within a topic and on the search results page will display HTML tags as raw text (e.g., This is a <tag>definition</tag>.).
by ecjoe
Tue Dec 29, 2015 2:15 pm
Forum: Web-based Outputs
Topic: Drop Down Text Alignment question
Replies: 5
Views: 2481

Re: Drop Down Text Alignment question

Pamb10,

FYI, the background-position property is only meant to be used with background images. As far as usage goes, background images are usually used for decorations as opposed to content. If you need to include an image when printing, then you probably want to use an inline image.
by ecjoe
Tue Dec 29, 2015 10:24 am
Forum: Web-based Outputs
Topic: Drop Down Text Alignment question
Replies: 5
Views: 2481

Re: Drop Down Text Alignment question

Pamb10, I use the background-position property to manually adjust the horizontal and vertical positions of background images. Generic Example: background-position: 13px 7px; Drop-Down Text Example: MadCap|dropDownHotspot { background-position: 5px 5px; } For more information, please refer to the xpo...
by ecjoe
Fri Dec 18, 2015 10:41 am
Forum: Flare's General Discussion
Topic: Special characters crash Flare
Replies: 1
Views: 881

Re: Special characters crash Flare

Try using the decimal codes listed on that page.

Code: Select all

„Hello World!“
‚Hello World!‘
by ecjoe
Mon Dec 07, 2015 6:38 pm
Forum: Flare's General Discussion
Topic: TOC Icon Display Issue
Replies: 5
Views: 2185

Re: TOC Icon Display Issue

In case somebody else runs into this issue, I backed up and then applied the find/replace action on the following file: C:\Program Files (x86)\MadCap Software\MadCap Flare V11\Flare.app\Resources\WebHelp2\Desktop\Skins\Default\Stylesheets\Styles.css This seems to have fixed the issue when launching ...
by ecjoe
Mon Dec 07, 2015 5:20 pm
Forum: Flare's General Discussion
Topic: TOC Icon Display Issue
Replies: 5
Views: 2185

Re: TOC Icon Display Issue

Hi Kristen, I was very skeptical that MattyQ's solution was going to work, since his issue was either due to a case mismatch or the Madcap namespace issue. However, a blanket find and replace for div:hover --> [class*=div]:hover seems to have fixed the issue. I'm now going to try to be a little bit ...
by ecjoe
Mon Dec 07, 2015 4:25 pm
Forum: Flare's General Discussion
Topic: TOC Icon Display Issue
Replies: 5
Views: 2185

Re: TOC Icon Display Issue

Hi Kristen, Thanks for the suggestion. However, I don't see a namespace referenced by the styles used by the TOC (as provided by Chrome's Developer Tools). I'm not a namespace expert, so please enlighten me if I'm missing something. .tree-node.tree-node-collapsed > div { background: url('Images/book...
by ecjoe
Mon Dec 07, 2015 3:37 pm
Forum: Flare's General Discussion
Topic: TOC Icon Display Issue
Replies: 5
Views: 2185

TOC Icon Display Issue

Hi, In the TOC of my HTML5 Help output, I've noticed that Chrome 47.0.2526.73 m displays the page icon for book entries. The correct icon (i.e., closed book) is displayed on mouse hover. After which, it will continue to display the correct icon (i.e., open/closed book), regardless of whether it is e...
by ecjoe
Mon Dec 07, 2015 12:07 pm
Forum: Flare's General Discussion
Topic: Google Chrome bug?
Replies: 61
Views: 652406

Re: Google Chrome bug?

@Jess77: djohnson's solution of adding the @namespace to the top of each CSS file seems to work for my local copy and the version hosted on our servers. Although I haven't been able to update the web version of our HTML5 help, I was able to test the fix by manually adding that line to the correspond...
by ecjoe
Thu Dec 03, 2015 10:33 am
Forum: Flare's General Discussion
Topic: Google Chrome bug?
Replies: 61
Views: 652406

Re: Google Chrome bug?

A quick test indicates that this issue was introduced with version 47. :( Everything was working fine prior to the update from 46 to 47.

@jackdeland: Thanks for the update.