Search found 1910 matches

by Alexander Halser
Mon Aug 01, 2022 12:02 pm
Forum: Help+Manual 8 Forum
Topic: File Properties of an .exe Help file
Replies: 6
Views: 826

Re: File Properties of an .exe Help file

Given that our Development Team want to use a common file property for all components when using their Version Control, do you have a suggestion for how we can update the File Version field when the file is updated? The version number is a resource string in the executable. You can modify this with...
by Alexander Halser
Mon Aug 01, 2022 11:51 am
Forum: Help+Manual 8 Forum
Topic: Screen Capture: include cursor option
Replies: 5
Views: 1668

Re: Screen Capture: include cursor option

Hello Bjoern,

This is a bug. We will address the problem with version 8.5.

Pre-release Download:
https://www.helpandmanual.com/download/ ... p-v850.exe
by Alexander Halser
Thu Jul 14, 2022 4:17 pm
Forum: Help+Manual 8 Forum
Topic: pdf viewer
Replies: 4
Views: 1260

Re: pdf viewer

I came across the "Sumatra PDF Reader" years ago, because a user had encountered a problem with that viewer with one of the PDFs created with Help+Manual. Since then, I have a version of that program in my toolbox folder. It's a 6 MB light-weight no-frills self-contained executable that ju...
by Alexander Halser
Thu Jul 07, 2022 10:57 am
Forum: Help+Manual 8 Forum
Topic: Screenshot/picture/image size
Replies: 9
Views: 5213

Re: Screenshot/picture/image size

It causes images to appear at their native dot-for-dot size on all browsers on all computers, regardless of their Windows DPI settings or monitor size You have to go to great lengths to modify the image size at runtime in a web browser. For a regular web browser, there is simply no CSS setting that...
by Alexander Halser
Thu Jul 07, 2022 8:39 am
Forum: Help+Manual 8 Forum
Topic: Screenshot/picture/image size
Replies: 9
Views: 5213

Re: Screenshot/picture/image size

I need to find a way to work around this. I would actually want to see the real physical pixel size in Help+Manual as Martin writes. Insert the image at its physical size (do not scale it with the mouse) and set the topic editor zoom to 67% . That's about the "real" size, because your Win...
by Alexander Halser
Wed Jul 06, 2022 7:57 pm
Forum: Help+Manual 8 Forum
Topic: Screenshot/picture/image size
Replies: 9
Views: 5213

Re: Screenshot/picture/image size

Hi Maarit, The answer is simple: MS Paint is wrong. Well, not exactly wrong, but it shows the picture at its original size. Let's assume that your bitmap is 100 x 100 pixels. MS Paint will display it at 100 x 100 screen pixels (that is: your display has physical dots and it maps 1 pixel of the bitma...
by Alexander Halser
Wed Jun 29, 2022 10:52 am
Forum: H&M Wish List
Topic: <%PARENTTOPICTITLE%>
Replies: 3
Views: 100185

Re: <%PARENTTOPICTITLE%>

Check with the <IF_TOPIC_BREADCRUMBS> condition:

Code: Select all

<p>
<IFNOT_TOPIC_BREADCRUMBS>No topics above this level</IFNOT_TOPIC_BREADCRUMBS>
<IF_TOPIC_BREADCRUMBS><%TOPIC_BREADCRUMBS%>&nbsp;&gt;</IF_TOPIC_BREADCRUMBS>
</p>
by Alexander Halser
Fri Jun 10, 2022 9:20 am
Forum: H&M Wish List
Topic: Batch-Export not scrollable
Replies: 5
Views: 109022

Re: Batch-Export not scrollable

I see. Scrolling the window with the scrollbar does work, but the window does not respond to the mouse wheel. Ok, we'll look after that.
by Alexander Halser
Thu Jun 09, 2022 3:00 pm
Forum: H&M Wish List
Topic: Batch-Export not scrollable
Replies: 5
Views: 109022

Re: Batch-Export not scrollable

Hello Johanna,

It's not clear to me what the problem is. You say the window is not scrollable while your screenshot shows that the window has a scrollbar. Does the scrollbar not work for you? Please explain.
by Alexander Halser
Thu Jun 09, 2022 10:59 am
Forum: HelpXplain Infographics Tool
Topic: Object Script Delay
Replies: 4
Views: 2463

Re: Object Script Delay

Hi Terry, I apologize - there is no last parameter "delay" in this function, this is obviously a mistake in the online help. However, you can specify a delay with the "delay" attribute: xplain.animateTo("#shape2", 5, {x:100, y:200, delay:10}) HelpXplain licenses the jav...
by Alexander Halser
Thu Jun 02, 2022 8:41 am
Forum: H&M Wish List
Topic: PDF (Peer) Review
Replies: 1
Views: 88626

Re: PDF (Peer) Review

Thank you for the suggestion! We see what we can do about this. Automatic import of PDF comments might be tricky, but manual copy/paste could work. We'd probably have to extend the comment functionality in H&M a little bit to allow chained comments.
by Alexander Halser
Mon May 23, 2022 8:15 pm
Forum: Help+Manual 8 Forum
Topic: Figure title using <%TOPICTITLE%> not in ToF/ToT
Replies: 4
Views: 1215

Re: Figure title using <%TOPICTITLE%> not in ToF/ToT

Problem fixed with build 5954:
https://www.helpandmanual.com/download/ ... p-v844.exe

If the text line following a figure label object contained a topic-specific variable, this variable was not replaced with the current variable in the table-of-figures (global variables worked).
by Alexander Halser
Mon May 23, 2022 6:11 pm
Forum: Help+Manual 8 Forum
Topic: Figure title using <%TOPICTITLE%> not in ToF/ToT
Replies: 4
Views: 1215

Re: Figure title using <%TOPICTITLE%> not in ToF/ToT

Are you using the image caption for the TOF entry or a separate figure heading below the image?
by Alexander Halser
Thu May 19, 2022 9:00 am
Forum: Help+Manual 8 Forum
Topic: Synchronisation speed
Replies: 7
Views: 956

Re: Synchronisation speed

Hi John, Three hours is really strange, but it's hard to say what exactly causes this. I'd also recommend to try the Translation Assistant Beta, because the sync function there is very transparent. The TA could actually be even slower than the sync in H&M, because it performs a lot of visual upd...
by Alexander Halser
Mon May 16, 2022 4:31 pm
Forum: Help+Manual 8 Forum
Topic: Multi-core command line compilation (thread safe) :: Cannot load skin
Replies: 1
Views: 556

Re: Multi-core command line compilation (thread safe) :: Cannot load skin

Hello Michal, Can you send me the XML file that you use as skin? Just email to alexander.halser (at) ec-software.com Furthermore, I'd like to see the full command line(s) that you execute in parallel processes. In general, this should not be a problem. The skin/overload file is opened strictly read-...