evolus / pencil

The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
http://pencil.evolus.vn
GNU General Public License v2.0
9.05k stars 717 forks source link

Export to a single web page does'nt work #652

Open ChrRousseau opened 4 years ago

ChrRousseau commented 4 years ago

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.

swiftech commented 4 years ago

try "Clickable Prototype HTML template"

ChrRousseau commented 4 years ago

I tried it, but no clickable area either.

swiftech commented 3 years ago

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.

Xalip commented 3 years ago

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.

lkdo commented 3 years ago

@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" )

sharpchi commented 2 years ago

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;

dvrvk commented 1 year ago

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?

dwatow commented 1 year ago

713 fix this