Search found 6 matches

by salipour
Fri Jun 19, 2015 1:42 pm
Forum: Printed Documentation Targets
Topic: Preserved API Code Falling Outside Margin
Replies: 6
Views: 2392

Re: Preserved API Code Falling Outside Margin

I was having the same problem with long strings of code and then finally got it to work correctly in the PDF output.
The following css allowed long strings of characters (example encryption code) to wrap correctly and not run off the page.

width: 600px;
word-break: break-all;
mc-hyphenate: never;
by salipour
Tue Feb 18, 2014 9:41 am
Forum: Web-based Outputs
Topic: HTML5 Search Returns No Results; Spinner Persists
Replies: 6
Views: 7328

Re: HTML5 Search Returns No Results; Spinner Persists

I am also seeing this problem when searching my HTML5 output. The spinner spins as if it is hung and returns no results. It will not return results on a term and then if you stop the process and search again (or create a new IE tab), it may return the result. Then, all of a sudden, it works like a c...
by salipour
Thu Oct 24, 2013 9:34 am
Forum: Web-based Outputs
Topic: Flare search engine limitations
Replies: 9
Views: 4255

Re: Flare search engine limitations

When searching for imbedded information, Flare does not find partial instances of a search term. For example, when searching for an API specific to dollar transactions, I enter "DollarTransaction". I would expect it would find the "GetDollarTransaction" and "SetDollarTransac...
by salipour
Tue Jul 03, 2012 2:54 pm
Forum: Web-based Outputs
Topic: Different TOC results for file access and URL access
Replies: 1
Views: 766

Different TOC results for file access and URL access

I have an HTML5 website that I am seeing conflicting results. Even though I update the project and the output looks great, when I publish the output to my web server, the TOC does not display correctly; it is missing some new links. When I click on the default.htm file from the web server directory,...
by salipour
Wed Apr 04, 2012 11:41 am
Forum: Importing
Topic: Generating Output for Imported Projects Crashes
Replies: 1
Views: 1227

Generating Output for Imported Projects Crashes

Has anyone tried creating one project that has more than one imported project? I have tried this with V8 and it has been crashing everytime.
by salipour
Tue Dec 27, 2011 9:55 am
Forum: Printed Documentation Targets
Topic: Image Overlap in PDF output
Replies: 1
Views: 844

Image Overlap in PDF output

I have an image placed in a topic. However, when I print to PDF, the image is placed at the bottom of the page and is split between the bottom of the page and top of the second page. How do I force the image to the top of the following page? I have changed various values in the .CSS but nothing seem...