Search found 457 matches
- Thu Oct 25, 2012 3:42 am
- Forum: Tips and Tricks
- Topic: Navigation Pane: hide or show, and why?
- Replies: 2
- Views: 2752
Re: Navigation Pane: hide or show, and why?
I think he's talking about the Show/Hide nav button in the toolbar and whether or not to keep it there rather than the actual Nav pane itself. Personally, I leave the show/hide button where it is. It doesn't take up much space and if people use it then great, if not it is hardly in the way. Though I ...
- Tue Oct 16, 2012 2:36 am
- Forum: Styles, Stylesheets and XML
- Topic: Images not manually resizing
- Replies: 2
- Views: 1216
Re: Images not manually resizing
Probably you have set a thumbnail size in your stylesheet for that img class. I have thumbnails set in my CSS and any attempt to resize is instantly snapped back to the thumbnail size that I have set. Look for mc-thumbnail-max-width or height.
- Fri Oct 12, 2012 3:24 am
- Forum: Tips and Tricks
- Topic: How Do I...
- Replies: 5
- Views: 3258
Re: How Do I...
I wouldn't know to be honest. But I'd expect you probably want to lightest type of help that Flare can produce. I'd discuss with your developers the idea that you have and how best to execute it and this will probably drive what format you need to output to. I'd suspect that the developers would ...
- Fri Oct 12, 2012 2:47 am
- Forum: Tips and Tricks
- Topic: How Do I...
- Replies: 5
- Views: 3258
Re: How Do I...
Hi, Well to kind of answer both questions in one go. Flare can't produce help that is going to dynamically display content based on a user's privilages. I used to use RH, and it can't do that either. The 2 products are very similar in this regard. Your other options would be to create mutliple help ...
- Fri Oct 12, 2012 1:12 am
- Forum: Web-based Outputs
- Topic: duplicate footer in output
- Replies: 1
- Views: 779
Re: duplicate footer in output
First thing would be to clear your browser cache. Try the webhelp in another browser and see if you get the same result. Then, if it is still hanging around I'd start looking at the mediums in the CSS and in your master pages layouts to double/triple check the footer proxy is set as expected. I'd ...
- Thu Oct 11, 2012 6:29 am
- Forum: Web-based Outputs
- Topic: Skin Editor - Options are Missing - How Can I Restore Them?
- Replies: 18
- Views: 13135
Re: Skin Editor - Options are Missing - How Can I Restore Them?
Yes, that JS box is for all of your scripts. For example, I have 4 different JS custom buttons going on in that box.
var button1 = function()
{
your script
}
var button2 = function()
{
your script
}
var button3 = function()
{
your script
}
var button1 = function()
{
your script
}
var button2 = function()
{
your script
}
var button3 = function()
{
your script
}
- Thu Oct 11, 2012 1:12 am
- Forum: Web-based Outputs
- Topic: Skin Editor - Options are Missing - How Can I Restore Them?
- Replies: 18
- Views: 13135
Re: Skin Editor - Options are Missing - How Can I Restore Them?
What are you seeing in that toolbar list? For HTML5 skins it is has the following (and you can only remove them from the right list, not actually delete them): NextTopic (I guess you refer to this one as forward) Previous Topic (I guess you refer to this one as back) Print Expand All Topic Ratings ...
- Wed Oct 10, 2012 7:55 am
- Forum: Web-based Outputs
- Topic: Search Filter > Order of Entries
- Replies: 4
- Views: 1804
Re: Search Filter > Order of Entries
That could be down to capital letters being given preference over actual spelling. It is in order, it's just that DD is considered before Database. I bet if you renamed DD to Dd then it would move. Also, try it in other browsers. Flare might just say 'this is the list, sort it from A-Z' but browsers ...
- Wed Oct 10, 2012 6:17 am
- Forum: Web-based Outputs
- Topic: Search Filter > Order of Entries
- Replies: 4
- Views: 1804
Re: Search Filter > Order of Entries
Have a look in the search filter file (Project > Advanced > filtername)
But this should list them as alphabetic as well. I just went in and changed a name, saved it, closed it, reopened it and it was reordered. Double check there are no spaces at the front of the names etc.
But this should list them as alphabetic as well. I just went in and changed a name, saved it, closed it, reopened it and it was reordered. Double check there are no spaces at the front of the names etc.
- Wed Oct 03, 2012 1:03 am
- Forum: Styles, Stylesheets and XML
- Topic: Removing Header and Footer on the Cover page
- Replies: 2
- Views: 1410
Re: Removing Header and Footer on the Cover page
In the page layout file that you are using for the title page. Remove the header/footer blocks and you should be fine.
- Mon Oct 01, 2012 5:31 am
- Forum: Styles, Stylesheets and XML
- Topic: Variable on an image
- Replies: 7
- Views: 2683
Re: Variable on an image
You can't use tab stops in Flare in the same way as Word. You will need to set margin or padding sizes in the style sheet to your heading levels.
Not sure about the background colour on auto-numbered headings as I don't use them.
Not sure about the background colour on auto-numbered headings as I don't use them.
- Mon Oct 01, 2012 5:02 am
- Forum: Styles, Stylesheets and XML
- Topic: Variable on an image
- Replies: 7
- Views: 2683
Re: Variable on an image
Have you created a page layout file? (if not head over to the Flare Help and have a read about them)
If you have, use the Frames to insert your image, and then another Frame for the text.
If you have, use the Frames to insert your image, and then another Frame for the text.
- Mon Oct 01, 2012 4:58 am
- Forum: Styles, Stylesheets and XML
- Topic: DifferentConditiona Tags for Two sentences in the same parag
- Replies: 3
- Views: 1797
Re: DifferentConditiona Tags for Two sentences in the same parag
Select the text you want to apply the conidtion to and go to Format > Conditions.
- Fri Sep 28, 2012 7:06 am
- Forum: Flare's General Discussion
- Topic: Multiple Root Elements?
- Replies: 3
- Views: 1776
Re: Multiple Root Elements?
Probably the easiest fix I've ever been able to give. Glad you figured it out.
- Tue Sep 25, 2012 9:15 am
- Forum: Flare's General Discussion
- Topic: Multiple Root Elements?
- Replies: 3
- Views: 1776
Re: Multiple Root Elements?
Post your code.
- Tue Sep 25, 2012 1:00 am
- Forum: Printed Documentation Targets
- Topic: Random Page Breaks Appearing from Drop-Down Text
- Replies: 1
- Views: 967
Re: Random Page Breaks Appearing from Drop-Down Text
I'd say look at the drop-down styles in your CSS. Most likely, page-break-before or even the page-break-inside settings. Look in both the head and body tags of the drop-down style.
- Fri Sep 21, 2012 4:46 am
- Forum: Styles, Stylesheets and XML
- Topic: Applying styles to images - what do I need to know?
- Replies: 1
- Views: 1013
Re: Applying styles to images - what do I need to know?
I only have img styles. It has saved me with setting up thumbnails, pop-ups etc for larger images and border settings etc. My images dont have specific <p> styles applied. They fall in line with whatever the text above is using. In short, use img styles. It will help you down the line even if it ...
- Fri Sep 21, 2012 1:37 am
- Forum: Mimic's General Discussion
- Topic: Can I combine "live" video with software simulations?
- Replies: 3
- Views: 4274
Re: Can I combine "live" video with software simulations?
Don't believe so. Don't think Mimic supports other video types. I tried an AVI and it was a no go, all import options want mimic files.
You could create your mimic output and stitch it to the video that you have..not really an ideal fix though.
You could create your mimic output and stitch it to the video that you have..not really an ideal fix though.
- Tue Sep 11, 2012 1:07 am
- Forum: Styles, Stylesheets and XML
- Topic: RESOLVED: *EFFICIENTLY* inserting and configuring tables?
- Replies: 5
- Views: 2702
Re: *EFFICIENTLY* inserting and configuring tables?
Rather than using the table icon to insert your table, use the menu Table > Insert > Table.
There you can set a table header, select the tablestyle to use and pretty much anything else you want. I never use the 'quick insert' option as it just takes longer.
There you can set a table header, select the tablestyle to use and pretty much anything else you want. I never use the 'quick insert' option as it just takes longer.
- Mon Sep 10, 2012 5:02 am
- Forum: Web-based Outputs
- Topic: Search in HTMLhelp
- Replies: 5
- Views: 1918
Re: Search in HTMLhelp
You should contact MadCap support in that case. They will have more information.
- Thu Sep 06, 2012 4:13 am
- Forum: Web-based Outputs
- Topic: Search in HTMLhelp
- Replies: 5
- Views: 1918
- Tue Sep 04, 2012 7:04 am
- Forum: Importing
- Topic: Tab rack import from Word
- Replies: 4
- Views: 2369
Re: Tab rack import from Word
I feel your pain, I used to spend quite a while fixing my tables after word imports I don't know if you can not have borders on the top row/header of your table styles without manually coding it. Doesn't look like it's available in the tablestyle editor. If you can do tables with those borders then ...
- Tue Sep 04, 2012 5:39 am
- Forum: Importing
- Topic: Tab rack import from Word
- Replies: 4
- Views: 2369
Re: Tab rack import from Word
Unfortunately yes, 2 columns is probably the only way you can get this done. Instead of creating another table, why dont you try inserting a new row at the top of the existing table with 2 columns in it? You can then set a avoid page break after on the top row of the table. Are you using table ...
- Tue Sep 04, 2012 1:44 am
- Forum: Source Control
- Topic: Sharepoint - Rollback files to previous versions?
- Replies: 1
- Views: 2133
Sharepoint - Rollback files to previous versions?
Hi all, Sharepoint is available but I am not using it at the moment. I'm the only author here so source control hasn't been a priority, I run manual back ups and look after that stuff myself. However, we recently had a large release pulled and changes that I had made as part of it needed to be ...
- Tue Sep 04, 2012 1:17 am
- Forum: Flare's General Discussion
- Topic: Can a variable definition include another variable?
- Replies: 10
- Views: 6155
Re: Can a variable definition include another variable?
Do the variables need to be nested? If the text is just 'Installing applications made by VariableA' then you could just put the variables side-by-side? variable A = Installing applications made by variable B = CompanyName Or do you need to put company name within that text at times? I guess if you ...