Search found 396 matches

by Simon Dismore
Thu May 18, 2017 6:48 pm
Forum: Help & Manual 7 Forum
Topic: Adding code to manuals and code colours
Replies: 16
Views: 5270

Re: Adding code to manuals and code colours

"...starting with an automated in-house HTML5++ pipeline that generates aria-* roles and uses <dfn> and <abbr> so your core functions can be linked from things that reference them..." means? If you were creating only web-based documentation (not PDF) and if it was mostly APIs etc., then y...
by Simon Dismore
Wed May 17, 2017 12:49 am
Forum: Help & Manual 7 Forum
Topic: Adding code to manuals and code colours
Replies: 16
Views: 5270

Re: Adding code to manuals and code colours

Hi Sean, glad it helped. Simon P.S. I appreciate you were asking this as a documentation specialist, but from a software engineering perspective identifying functions and parameters by inspection in a downstream tool like Help & Manual and then applying manual code formatting is a woefully old-f...
by Simon Dismore
Thu May 11, 2017 5:18 pm
Forum: Help & Manual 7 Forum
Topic: Adding code to manuals and code colours
Replies: 16
Views: 5270

Re: Adding code to manuals and code colours

I would like the code to appear in the manual as it does on the existing help pages [e.g.]http://help.tracker-software.com/DEV/default.aspx?pageid=ViewerDLLSDK:f_pxcv_checkpassword Hi Sean I took a look at http://help.tracker-software.com/DEV/default.aspx?pageid=ViewerDLLSDK:f_pxcv_checkpassword. T...
by Simon Dismore
Sat May 06, 2017 1:05 am
Forum: Help & Manual 7 Forum
Topic: Adding code to manuals and code colours
Replies: 16
Views: 5270

Re: Adding code to manuals and code colours

with the code I am using it is problematic. Here is a sample: HRESULT PXCV_CheckPassword( PXVDocument Doc, BYTE* pPassword, DWORD PassLen ); That's a function declaration (for something like the PDF-XChange Viewer SDK ). I've tried pasting this into a C/C++ header in various IDEs and the only thing...
by Simon Dismore
Fri Apr 21, 2017 12:50 pm
Forum: Help & Manual 7 Forum
Topic: How to address PDF output FONT issue?
Replies: 5
Views: 2217

Re: How to address PDF output FONT issue?

This is just a general problem with the MSGothic font. I just checked it on my Windows 10 installation and it cannot be selected for exclusion from the embed list, which means that it is not embeddable. I will check on this, but my guess is that you cannot use that font in PDF. Even when it is pres...
by Simon Dismore
Mon Apr 10, 2017 4:47 pm
Forum: H&M Wish List
Topic: Disable manual formatting
Replies: 4
Views: 9549

Re: Disable manual formatting

It would be helpful if manual formatting could be disabled to force the writers to use styles. In days gone by I wondered about having a single-topic editing tool – basically a radically cut-down version of the Pro editor – that contributors could use. I'd envisage it having only: File ribbon: Open...
by Simon Dismore
Tue Mar 28, 2017 2:01 pm
Forum: Help & Manual 7 Forum
Topic: Context-Sensitive Help not launching Help files to Map ID
Replies: 7
Views: 1992

Re: Context-Sensitive Help not launching Help files to Map I

We have hundreds of these items that are tagged with MapIDs, and would rather not recode everything with new calls. Why not change your existing loadMappingID function so that it opens your help the H&M way, something like this? <script> function loadMappingID(contextNumber) { var documentation...
by Simon Dismore
Wed Feb 22, 2017 1:19 am
Forum: Help & Manual 7 Forum
Topic: Import equation from Word
Replies: 2
Views: 1150

Re: Import equation from Word

Hi, When I am importing a .rtf document into Help and Manual everything is getting imported except the equation objects. I request you to please find me a solution where the equation objects should also get imported once I import a document. If you want them as objects I think Tim is correct they h...
by Simon Dismore
Wed Feb 22, 2017 1:11 am
Forum: Help & Manual 7 Forum
Topic: Rotating an image
Replies: 5
Views: 2571

Re: Rotating an image

Is this possible?! I can't find a way to do it and I don't fancy having to create multiple images of something just because I want to change the orientation! You could do this if H&M supported fragment identifiers in image URIs, as proposed here , e.g. like this: svg-image-wrapper-scales-and-ro...
by Simon Dismore
Wed Feb 22, 2017 12:57 am
Forum: H&M Wish List
Topic: Fragment identifiers in image URIs
Replies: 1
Views: 4296

Re: Fragment identifiers in image URIs

Is [Rotating an image] possible?! I can't find a way to do it and I don't fancy having to create multiple images of something just because I want to change the orientation! This question came up today and it's another example of something that would work well with the fragment identifiers I propose...
by Simon Dismore
Tue Feb 21, 2017 11:37 am
Forum: H&M Wish List
Topic: Change paste link behaviour
Replies: 5
Views: 4293

Re: Change paste link behaviour

A change to the behavior here has been experimentally added to the current beta That's great, thanks. After pasting a bare URL using the new functionality, I'd usually want to change the caption. Would it be possible to put the initial focus on the caption textbox rather than the address, with all ...
by Simon Dismore
Tue Feb 14, 2017 11:56 am
Forum: Help & Manual 7 Forum
Topic: RTF Import in HM7
Replies: 7
Views: 6397

Re: RTF Import in HM7

Tim Green wrote:In the past Help+Manual used to build the IDs from the corresponding topic headings
It still does in 7.2.0 build 4035. Please don't change it!
[screenshots] Heading levels 1 to 3 in RTF become topic IDs and captions in H&M 7.2.0.png
by Simon Dismore
Mon Feb 13, 2017 2:24 pm
Forum: Help & Manual 7 Forum
Topic: RTF Import in HM7
Replies: 7
Views: 6397

Re: RTF Import in HM7

In my RTF imports, the topic IDs and captions come from the heading levels 1-3, with nested folders and topics being set up by H&M automatically from the outline level. This was a while ago, but I can't recall having to do anything particularly complicated to achieve it. :)
by Simon Dismore
Sun Feb 12, 2017 10:00 pm
Forum: H&M Wish List
Topic: Change paste link behaviour
Replies: 5
Views: 4293

Change paste link behaviour

When I paste an Internet link (e.g. http://alistapart.com) into H&M 7.2.0, an object is created with the values: Caption : http://alistapart.com Address : <%LINK_CAPTION%> If I now wish to create a caption for this object, I must move the contents of the Caption textbox down to the Address textb...
by Simon Dismore
Thu Feb 09, 2017 11:33 am
Forum: Help & Manual 7 Forum
Topic: Help with Images in Output PDF
Replies: 19
Views: 8976

Re: Help with Images in Output PDF

Basically it's about the Impict-to-PDF pipeline. An IPP file stores text and shape objects as vectors but they are rendered at low (screen) resolution. No, Impict images are bit-maps, essentially. They just store additional meta information about the (text) objects, so that the objects can be edite...