Search found 1219 matches

by i-tietz
Mon Apr 22, 2013 7:13 am
Forum: Styles, Stylesheets and XML
Topic: drop down CSS classes
Replies: 7
Views: 3213

Re: drop down CSS classes

Have you tried the following?

Code: Select all

MadCap|dropDown.myClass MadCap|dropDownBody
or this?

Code: Select all

MadCap|dropDown.myClass > MadCap|dropDownBody
Maybe the Flare programmers are smart enough to hand the class of the dropdown down to the div ...
by i-tietz
Fri Mar 01, 2013 8:12 am
Forum: Styles, Stylesheets and XML
Topic: drop down CSS classes
Replies: 7
Views: 3213

Re: drop down CSS classes

Now this is legal CSS, meaning it will only change dropDownBody elements within a .myClass class. But this doesn't work in my WebHelp output becuase it seems that Flare changes the class name in the output to this: <div class="MCDropDown_myClass_0"> And also changes the dropDownBody to: <...
by i-tietz
Fri Mar 01, 2013 7:53 am
Forum: Flare's General Discussion
Topic: What will be in Flare 9?
Replies: 22
Views: 7488

Re: What will be in Flare 9?

That's how I feel on occasions when I open Flare. I learn something, try it out and shortly after I've forgotten it. I sometimes think I have the memory retention of a garden slug. :D I know that, too - that's why I use "external memories" now: paper media (e.g. notebook) and digital medi...
by i-tietz
Fri Jan 25, 2013 4:57 am
Forum: Web-based Outputs
Topic: Need to exclude content from online output
Replies: 8
Views: 2301

Re: Need to exclude content from online output

I think, in a way, your description enforces my point that Madcap sing loud about how flexible the output of Flare content can be but the reaility is a delicate and risk-prone cobbling together of workarounds as you have described. I'd like to think there is a team in La Jolla working on this but t...
by i-tietz
Fri Jan 25, 2013 4:36 am
Forum: Single-Sourcing
Topic: Continue Sequence Error Question
Replies: 13
Views: 8082

Re: Continue Sequence Error Question

Psider wrote:@i-tietz I don't think the ul list should have the value defined. It doesn't make sense to me to count bullets as numbers. If there's no prior OL, then it should just start at 1.
That's true. Just post a bug.
But that doesn't solve your problem - at least not in the near future ...
by i-tietz
Fri Jan 25, 2013 4:30 am
Forum: Web-based Outputs
Topic: Referencing a Javascript File In a Master Page
Replies: 9
Views: 8642

Re: Referencing a Javascript File In a Master Page

I have a solution that works for HTML Help - it means: adding hundreds of lines of source code into each topic via the masterpage. If I put in the js file reference and have the javascript in a separate file, it doesn't work - that's where I get the message. And that's my concern. In HTML 5 and WebH...
by i-tietz
Fri Jan 25, 2013 4:15 am
Forum: Printed Documentation Targets
Topic: PDF internal error
Replies: 18
Views: 5959

Re: PDF internal error

Maybe you should have a look at your temp folder - it could be full. You can delete its contents. Last time I looked at mine it was more than 4GB big before I deleted it ... you can only find out how big the folder is after copying it to some other location. Here's the path to my temp folder: C:\Dok...
by i-tietz
Fri Jan 25, 2013 4:00 am
Forum: Printed Documentation Targets
Topic: Create Chapter Heading with Two Separate Styles
Replies: 8
Views: 3112

Re: Create Chapter Heading with Two Separate Styles

I think with "span approach" erinep23 means something like this: <h1>CHAPTER 3 <span style="font-size: 8pt; color:#cccccc;">Text Hyperlinks</span></h1> Maybe the professional "auto-numberers" on this forum can tell you whether you can have the string "CHAPTER 3&quo...
by i-tietz
Thu Jan 24, 2013 2:55 am
Forum: Single-Sourcing
Topic: Continue Sequence Error Question
Replies: 13
Views: 8082

Re: Continue Sequence Error Question

I'd have expected that behaviour. What should it continue if there is no sequence before? Then I'd have picked a different approach: Make the whole list a snippet and apply a condition to the items 1 and 2. On inserting the snippet: use the snippet conditions of the topics to include or exclude the ...
by i-tietz
Thu Jan 24, 2013 2:27 am
Forum: Web-based Outputs
Topic: Referencing a Javascript File In a Master Page
Replies: 9
Views: 8642

Re: Referencing a Javascript File In a Master Page

jep. beside each other.
I tend to put files that depend on each other as close together as possible. - Makes mistakes like the one you presumed a lot more improbable.
by i-tietz
Wed Jan 23, 2013 9:58 am
Forum: Web-based Outputs
Topic: Referencing a Javascript File In a Master Page
Replies: 9
Views: 8642

Re: Referencing a Javascript File In a Master Page

This is my MasterPage: <?xml version="1.0" encoding="utf-8"?> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd"> <head> <script type="text/javascript" src="headermanagement.js"></script> <script type="text/javascript"> <...
by i-tietz
Mon Jan 21, 2013 6:00 am
Forum: Web-based Outputs
Topic: Why is the Nav Pane appearing in CSH topics?
Replies: 11
Views: 5161

Re: Why is the Nav Pane appearing in CSH topics?

Wow!
- I know a similar phenomenon from HTML Help and thought it's "system-immanent" for HTML Help only.
Wouldn't have thought it's relevant for WebHelp & Co., too ...
by i-tietz
Tue Jan 15, 2013 2:29 am
Forum: Flare's General Discussion
Topic: Best practices for using Snippets?
Replies: 3
Views: 1476

Re: Best practices for using Snippets?

We have snippets 1. for reuse and 2. for patterns. The snippets of the first sort have names that start with f_ and they are stored in a place that is close to where they are reused. I.e. if I use the snippet in four topics in the same folder that's also the place for the snippet. If I need it in an...
by i-tietz
Wed Jan 09, 2013 3:13 am
Forum: Flare's General Discussion
Topic: Preview vs. output differences?
Replies: 2
Views: 1203

Re: Preview vs. output differences?

Well ... I have this for some combinations of nested dropdowns: 1. Wrong indent - in preview too far right 2. Wrong indent - in preview too far left 3. Wrong pseudo-classes for the dropdownhotspot preview_help_nested_dropdowns.png Strange about this situation: It usually works! It's just in a handfu...
by i-tietz
Fri Jan 04, 2013 10:56 am
Forum: Styles, Stylesheets and XML
Topic: Positioning problems with position:absolute;
Replies: 9
Views: 3361

Re: Positioning problems with position:absolute;

I'd try to float the "1" character: Add a float:left; to the styles of the first element in row (in your example the span). The following element (in your example the div) should then start at exactly the same position as the span. Floating allows you to bring elements beside each other or...
by i-tietz
Fri Jan 04, 2013 10:36 am
Forum: Styles, Stylesheets and XML
Topic: Hanging indents, how?
Replies: 17
Views: 14656

Re: Hanging indents, how?

"Note", "Tip" and "Caution" paragraphs to be all indented to the same distance Yes it does: You just enter in the same padding-left in all three classes. I may give up on that requirement, though, as not being worth the cross-media and cross-output finessing. To use fl...
by i-tietz
Fri Jan 04, 2013 8:22 am
Forum: Web-based Outputs
Topic: Why is the Nav Pane appearing in CSH topics?
Replies: 11
Views: 5161

Re: Why is the Nav Pane appearing in CSH topics?

The nav pane and its content is heavily packed with javascript ... maybe it's security settings of your firewall or Windows ... if it's real online help: Ever tried from a completely different location like an internet café?
by i-tietz
Fri Jan 04, 2013 4:20 am
Forum: Web-based Outputs
Topic: Togglers not working in HTML5 output
Replies: 2
Views: 957

Re: Togglers not working in HTML5 output

I tried a "drop-down" and that half works - it opens when you click it and closes up straight away (good for speed readers only). :wink: Are you sure you click on the dropdownhead once and not twice? I ask because I cannot reproduce that behaviour. My togglers and dropdowns work fine in H...
by i-tietz
Fri Jan 04, 2013 4:00 am
Forum: Styles, Stylesheets and XML
Topic: Hanging indents, how?
Replies: 17
Views: 14656

Re: Hanging indents, how?

Well ... if you're not "scared of graphics", you can achieve this with a p.note class: via_background_image.png AND: If you find somebody who knows what he can do with graphics you can even get words like "Note" or "Warning" instead of the improvised button I picked. Bu...
by i-tietz
Thu Jan 03, 2013 6:33 am
Forum: Printed Documentation Targets
Topic: Preview and output are different ... WHY?
Replies: 4
Views: 2030

Re: Preview and output are different ... WHY?

In your example, where the new TOC Book starts - that could be affected by the setting on the Advanced tab (just under the Use TOC depth one) - have you set "Inject headings for unlinked books in TOC"? No. All the TOC books have topics assigned to them - they contain a short introduction ...
by i-tietz
Thu Jan 03, 2013 3:50 am
Forum: Printed Documentation Targets
Topic: Preview and output are different ... WHY?
Replies: 4
Views: 2030

Re: Preview and output are different ... WHY?

That helps for formatting, thanx a lot! But the page-breaks still behave erratically. - In the style sheet only H1 has a page-break-before: always; . the result is this: print-output.png Each arrow indicates a H1 which means: a separate topic. And page-break-inside and paeg-break-after don't work at...
by i-tietz
Wed Jan 02, 2013 11:36 am
Forum: Printed Documentation Targets
Topic: Preview and output are different ... WHY?
Replies: 4
Views: 2030

Preview and output are different ... WHY?

For test reasons I set the heading levels 1 to 4 to page-break-before: always; The relevant text in the picture is that of just ONE topic. Paragraph number 1 is a h1 and the other three are h2. Then I see this difference between preview and real output pdf: print-output_print-preview.png It's not on...
by i-tietz
Wed Jan 02, 2013 10:55 am
Forum: Web-based Outputs
Topic: How to set a non-scrolling header for WebHelp output?
Replies: 7
Views: 2972

Re: How to set a non-scrolling header for WebHelp output?

Setting an ID attribute would take a little bit of process change for authors. Do you create templates which include the header DIV with the ID attribute and instruct authors use those templates? yep. Precisely. And some bits in the masterpage, too ... toolbar div, I think. The javascript is in the...
by i-tietz
Wed Jan 02, 2013 8:22 am
Forum: Web-based Outputs
Topic: How to set a non-scrolling header for WebHelp output?
Replies: 7
Views: 2972

Re: How to set a non-scrolling header for WebHelp output?

"Width: 100%" can easily lead to horizontal scrollbars and text vanishing underneath the vertical scrollbar. So there is no "also", I'm afraid. The reason are the different interpretations of the browsers and their versions of what 100% really means. And concerning the pictures: ...
by i-tietz
Wed Jan 02, 2013 5:17 am
Forum: Flare's General Discussion
Topic: Combining projects without using 'global project linking'
Replies: 2
Views: 1159

Re: Combining projects without using 'global project linking'

Use target conditions for the project (=conditions used in the target to exclude/include files and folders).
Apply more than one condition to those files or folders that are shared.
But be careful: Include ALWAYS overrules any exclude!!!