Duplicate images for screenshot toggle?

Please post all questions relating to using Help+Manual version 10 here.

Moderators: Alexander Halser, Tim Green

Post Reply
Elissa Miller
Posts: 16
Joined: Wed Jul 31, 2013 7:23 pm

Duplicate images for screenshot toggle?

Unread post by Elissa Miller »

Hi, H+M team:

I'm creating webhelp that will be used on an Android app designed to run on low-end and legacy devices, so storage space and screen space are both at a premium. To keep images from overwhelming the small screen, I've been using the screenshot toggle at 25% of image. In the /images folder, I now see two versions of every image: the original whatever.png and a new whatever_zoom25.png. (I realize that you already know this, but I need the runway to get my question.)

Is there a way to modify things so that instead of creating a second space-hogging image, a single existing image is displayed at 25% of the original size and then at full size when tapped/clicked? Is this something that could somehow be rigged with JavaScript?

Worst-case scenario is that I eliminate all screenshot toggles and replace them with a regular toggle switch to display the full-size image, but the UX isn't as pleasant as being able to see the thumbnail, but if it's theoretically possible to customize the screenshot toggle, we're willing to spend some developer time trying to figure it out.

Thanks as always,
E Miller
User avatar
Tim Green
Site Admin
Posts: 7818
Joined: Mon Jun 24, 2002 9:11 am
Location: Bruehl, Germany
Contact:

Re: Duplicate images for screenshot toggle?

Unread post by Tim Green »

Hi Elissa,

Unfortunately, toggles need both images to work, it's just the way they work. Note also that when you scale regular images in the editor, this is non-destructive and the entire original image is still exported, just with a scaling attribute. So if you're targeting low-overheads devices you need to keep the original image size down at source.

This being said, there is a solution for this if you use a skin from the Premium Pack add-on. For some time now, the skins from the V3 and above series in this pack have included a feature called "tap images" that is designed for precisely this situation. See here in the Premium Pack documentation for details:

https://www.it-authoring.com/info/pp6he ... uttap.html

More information on the pack here:

https://www.helpandmanual.com/products_hm_pluspack.html
Regards,
Tim (EC Software Documentation & User Support)

Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Elissa Miller
Posts: 16
Joined: Wed Jul 31, 2013 7:23 pm

Re: Duplicate images for screenshot toggle?

Unread post by Elissa Miller »

:-D Thanks!
Post Reply