Search found 103 matches

by sanjsrik
Fri Aug 18, 2017 2:08 pm
Forum: Web-based Outputs
Topic: Link a custom button to a PDF file
Replies: 1
Views: 981

Re: Link a custom button to a PDF file

Even with a wildcard search how will the link know what to link TO for a PDF name? Seems like you'd have to do a lot of querying before you filled in the name for the link to work properly.
by sanjsrik
Fri Mar 03, 2017 1:21 pm
Forum: Analyzer's General Discussion
Topic: Database Error: startIndex cannot be larger than length ...
Replies: 1
Views: 8635

Re: Database Error: startIndex cannot be larger than length

Have you ever figured out what this error means? I cannot believe that after all this time there isn't a single response.

I'm starting to get these after upgrading from Flare 12 to 13 (aka 2017).
by sanjsrik
Tue Oct 18, 2016 12:01 pm
Forum: Flare's General Discussion
Topic: Definition of error messages in Flare 12
Replies: 2
Views: 1351

Definition of error messages in Flare 12

Does anyone know of a resource ANYWHERE on this site (through which I HAVE searched) of an explanation of the INCREDIBLY UNHELPFUL and CRYPTIC error messages that Flare 12 throws? It's so frustrating to see these error messages and have no clue what they mean. I don't mean the Object error is not an...
by sanjsrik
Mon Oct 17, 2016 7:28 am
Forum: Source Control
Topic: Horrible lag when working in a project bound with git
Replies: 1
Views: 1965

Horrible lag when working in a project bound with git

Does anyone know how to make Flare 12 work faster than it is currently working when bound to a git repository? I have one project and it takes literally 15 minutes (I've timed it) to check in files when I work with the git repository. It's atrocious. I don't know what is going on and support simply ...
by sanjsrik
Tue Sep 27, 2016 1:49 pm
Forum: Flare's General Discussion
Topic: Formatting the indentation of the Text View in Flare 12?
Replies: 5
Views: 2687

Formatting the indentation of the Text View in Flare 12?

I'm trying to not look at unaligned blocks of text that seem to randomly cut off in the middle of sentences and the tag is where it's supposed to be, but the text is just messy. Nothing lines up with the matching opening tag, nothing looks correct. It's just very frustrating to find something in the...
by sanjsrik
Thu Aug 04, 2016 6:40 am
Forum: Single-Sourcing
Topic: Inherited Project, Need Advice
Replies: 5
Views: 3478

Re: Inherited Project, Need Advice

Hello all, I hope this is the correct place to post this. Quick backstory, I recently took a job and inherited multiple projects. The company provides a software platform to approximately 35 clients, with the baseline software being specifically tailored to each client. This includes both additiona...
by sanjsrik
Thu Aug 04, 2016 6:37 am
Forum: Single-Sourcing
Topic: What is a CatapultTarget?
Replies: 4
Views: 3391

Re: What is a CatapultTarget?

@George,

Do you KNOW how much I echo everything you say about the reporting. It is ATROCIOUS. I just end up using a third-party reporting tool that does a link check on my output to tell me what's wrong. I have spent hours and hours trying to track down those non-helpful errors.
by sanjsrik
Thu Aug 04, 2016 6:31 am
Forum: WebHelp Mobile
Topic: Previewing other than a smartphone "device" in Flare
Replies: 1
Views: 9493

Previewing other than a smartphone "device" in Flare

Is there a way to view the generated output that is invoked in ANYTHING other than a smartphone "device"? I would like to see what my help will format to on various devices through the app directly once generated. How come I can ONLY preview in what looks like a very generic mobile smartph...
by sanjsrik
Wed Jun 01, 2016 10:19 am
Forum: Printed Documentation Targets
Topic: Completely lost, page layouts are very confusing
Replies: 3
Views: 1886

Re: Completely lost, page layouts are very confusing

I appreciate the help. However, the PDF is an exact output of the online help I was completely confused following which is what prompted me to post this question. Also, 900 pages???? There are numerous things in this "guide" that are irrelevant such as how to create, edit, update topics, a...
by sanjsrik
Wed Jun 01, 2016 9:09 am
Forum: Printed Documentation Targets
Topic: Completely lost, page layouts are very confusing
Replies: 3
Views: 1886

Completely lost, page layouts are very confusing

Hi all, I've got to create a printed manual at the same time I am creating a web-based output. I have the following for my page layout: Title page - set up with all the elements I want to show for a title page (header, footer, copyright statement, company graphic) First Left page - set up with runni...
by sanjsrik
Fri May 27, 2016 8:46 am
Forum: Single-Sourcing
Topic: Indicate default files to use when creating a new project?
Replies: 1
Views: 2134

Indicate default files to use when creating a new project?

I'd like to make a template project in Flare. What I mean by this is, I've got a custom css and masterpage, print page, table styles, and variable file I want to use every time I create a new project. Yet, short of copying them in AFTER creating my project and deleting the "generic" projec...
by sanjsrik
Fri May 20, 2016 9:02 am
Forum: Web-based Outputs
Topic: Is there a way to ignore files during a build?
Replies: 2
Views: 1043

Re: Is there a way to ignore files during a build?

I'm including them in my Flare project Contents folder because they are part of a build process generated in the Unix environment that runs a Make file to product both C++ and Java doxygen files. The Jenkins job that kicks off the build syncs my Flare project through the git repository where the dox...
by sanjsrik
Wed May 18, 2016 11:27 am
Forum: Web-based Outputs
Topic: Is there a way to ignore files during a build?
Replies: 2
Views: 1043

Is there a way to ignore files during a build?

Hi all, I have a project that has about 10+k files that are generated by doxygen from source code. However, I do NOT want Flare to try to process them and then repeatedly tell me that these files are NOT valid XHTML files. I know they're not but once generated in my help system, they display perfect...
by sanjsrik
Wed May 18, 2016 7:35 am
Forum: Web-based Outputs
Topic: linking from top nav in webhelp 5 to a specific frame
Replies: 2
Views: 978

Re: linking from top nav in webhelp 5 to a specific frame

I figured this out as well. So, that's what I'm doing. Problem is when someone does a search and hits the doxygen output directly rather than from the link, it breaks the iframe the doxygen is displayed in and overwrites the entire webhelp display. It's the frustrating part I'm at today. How to link...
by sanjsrik
Fri May 13, 2016 9:18 am
Forum: Web-based Outputs
Topic: linking from top nav in webhelp 5 to a specific frame
Replies: 2
Views: 978

linking from top nav in webhelp 5 to a specific frame

Hi, I have output that is using the top-nav skin in webhelp5. Two of my "topics" are Doxygen-generated which are a C++ and a Java source code documentation that is maintained in the respective .h files for each type of code base. I need to link from the top-nav TOC that references them and...
by sanjsrik
Wed Mar 16, 2016 10:42 am
Forum: Importing
Topic: Importing an HTML project issues, please help
Replies: 0
Views: 975

Importing an HTML project issues, please help

Hi all, I have an HTML project (actually it's exported from javadocs) that I'm trying to repurpose as a HTML 5 output with top navigation. I can import the HTML project perfectly fine, apply the Masterpage and everything, but everything is ignored when I generate HTML 5 output. It comes across as th...
by sanjsrik
Tue Feb 16, 2016 2:03 pm
Forum: Source Control
Topic: Git integration enhancement
Replies: 3
Views: 2760

Re: Git integration enhancement

I just read this and was wondering (yes, I know, I'm almost 5 months after you posted this), why not create a single project, have multiple books, and conditionalize the books based on targets? Your team would then work in a single project, but one person whomever it is that sets up the project woul...
by sanjsrik
Fri Jan 29, 2016 2:10 pm
Forum: Web-based Outputs
Topic: WebHelp iFrame bug fix?
Replies: 4
Views: 1379

Re: WebHelp iFrame bug fix?

Can't use top-nav, our UX/UI folks have decreed a left-nav TOC.

I'm trying to push the argument for removing the help from an iFrame and opening in a new modal window. We'll see.
by sanjsrik
Fri Jan 29, 2016 8:16 am
Forum: Web-based Outputs
Topic: WebHelp iFrame bug fix?
Replies: 4
Views: 1379

WebHelp iFrame bug fix?

Hi all, So, I called support. They confirmed that there is a bug that if you deliver your webhelp through an iFrame, the TOC won't synchronize. While of course, they have no insight into when it will be fixed (grr, the biggest problem with Madcap that they offer their customers NO insight into what ...
by sanjsrik
Tue Jan 19, 2016 3:20 pm
Forum: Web-based Outputs
Topic: Can topics be password protected?
Replies: 7
Views: 3940

Can topics be password protected?

Almost knowing the answer is no as most of the questions I'm asking is no, <rant> while Flare has come a long way, there are many things that I'm finding are a real day-to-day pain: variables are very frustrating to use, either they ALL pop-up as you are typing or the wrong ones pop-up and force you...
by sanjsrik
Tue Dec 15, 2015 1:20 pm
Forum: Web-based Outputs
Topic: Wish list for Top Nav beyond Flare 11
Replies: 30
Views: 22448

Re: Wish list for Top Nav beyond Flare 11

Flare things I'd like to see fixed: Better error handling across the board. The errors Flare throws are atrocious and absolutely useless in figuring out what went wrong in projects Better insight into bugs submitted to Madcap. I have bugs that are completely crippling the way I work on a daily basis...
by sanjsrik
Fri Dec 11, 2015 10:14 am
Forum: Web-based Outputs
Topic: Out of memory errors when building HTML5 Output
Replies: 8
Views: 5212

Out of memory errors when building HTML5 Output

Hi all, I'm seeing the following error messages in my build log when I generate my output. The images are all .svg but still show up even though the following error message is shown ANY TIME an image is referenced in any of my topics: Failed to copy and resize image: C:\HelpVisto\Visto\Content\Resou...
by sanjsrik
Tue Nov 24, 2015 3:00 pm
Forum: Web-based Outputs
Topic: Wish list for Top Nav beyond Flare 11
Replies: 30
Views: 22448

Re: Wish list for Top Nav beyond Flare 11

Dave Lee wrote:
sanjsrik wrote:Ability to move the search from the top-nav into the topic body
You can already do that, there's a Search Bar proxy skin component.
It's the search box that's used on the home page in Flare's top nav template.
Not with the left-navigation skin you can't. It's fixed at the top.
by sanjsrik
Mon Nov 23, 2015 3:09 pm
Forum: Web-based Outputs
Topic: automatically closing drop-downs, when others are opened?
Replies: 1
Views: 680

automatically closing drop-downs, when others are opened?

I have an FAQ page that has a two-level drop-down nested list. This means the following (I cannot get the nested structure to show up in this post, however it would be two-levels deep with the top-level as a drop-down and the child-level below each of the top-level drop-downs): [[Added an attachment...
by sanjsrik
Mon Nov 23, 2015 3:01 pm
Forum: Web-based Outputs
Topic: Wish list for Top Nav beyond Flare 11
Replies: 30
Views: 22448

Re: Wish list for Top Nav beyond Flare 11

  • Ability to move the search from the top-nav into the topic body
    Ability to truly customize the skin, a REAL skin editor would be nice, not just the look and feel of the skin
    Ability to use the top nav so that the responsive design follows along with the customized output