pencil icon indicating copy to clipboard operation
pencil copied to clipboard

Export to a single web page does'nt work

Open ChrRousseau opened this issue 3 years ago • 8 comments

  • Operating system: Windows 10
  • Pencil version: 3.1.0

I Used Pencil for few years and it worked fine. I realized a mockup in 2018 without any problems. I changed recently my computer (and so my pencil version). But when I try to export my mockup (the same .epgz than in 2018) : the index.html generate do not work : there is no link behind buttons or not on the good place. What's wrong ? Can you help me ? I'm blocked. Thank's for your help.

ChrRousseau avatar Sep 17 '20 10:09 ChrRousseau

try "Clickable Prototype HTML template"

swiftech avatar Sep 18 '20 07:09 swiftech

I tried it, but no clickable area either.

ChrRousseau avatar Sep 18 '20 07:09 ChrRousseau

There is a bug that it is not clickable, it has been fixed in development branch but not released yet, you have to build it yourself if you can.

swiftech avatar Sep 20 '20 04:09 swiftech

Exporting to a clickable single web page is working on development branch again. But the page names in the sidebar on the left handside are gone somehow.

Xalip avatar Oct 26 '20 13:10 Xalip

@Xalip I can confirm. On the nighly build pencil-3.1.0.20201105003003, the clickable single web page is working, but the left side navigation bar is missing ( for the "Clickable Prototype HTML template" )

lkdo avatar Nov 04 '20 20:11 lkdo

Two things are happening: the Title text isn't being inserted into the element. And the stylesheet doesn't assign any colour to the text, so it doesn't appear. The following changes fixes it: In app/pencil-core/templates/HTML/prototype.HTML/Resources/script.js:187 add:

imageWrapper.innerHTML = title.textContent;

In app/pencil-core/templates/HTML/prototype.HTML/Resources/style.css:120 add:

color: #fff;

sharpchi avatar Nov 01 '21 14:11 sharpchi

Hello, I have problems with pencil, when I try to export my mockup the links doesn't work because the image and the coordinates links don't match. What is the solution for this error?

dvrvk avatar Oct 15 '22 13:10 dvrvk

#713 fix this

dwatow avatar Jun 14 '23 04:06 dwatow