Export as HTML main image is missing

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
Jorg_Guldner
Posts: 50
http://meble-kuchenne.info.pl
Joined: Wed Dec 23, 2020 9:55 am
Been thanked: 4 times

Export as HTML main image is missing

Post by Jorg_Guldner »

Hello!
In the HTML output is the source code from the "main" to see, but the belonging image is not there. Any idea?




Regards
Jorg

Steve-Matrix
Matrix Staff
Posts: 1377
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 184 times
Been thanked: 318 times

Re: Export as HTML main image is missing

Post by Steve-Matrix »

Please post (or PM) your project and the exported html and we'll investigate.

Jorg_Guldner
Posts: 50
Joined: Wed Dec 23, 2020 9:55 am
Been thanked: 4 times

Re: Export as HTML main image is missing

Post by Jorg_Guldner »

Hi,
in the attached PDF you can see, what I found out.

Can you change by the way the color of the export text, which is dark red. It`s bad to read. A brighter color would be good there.
In the picture "Export info text.png" you can see what I mean.

Export info text.png
Export info text.png (16.46 KiB) Viewed 2459 times



Regards
Jorg
Attachments
Main image not printing.pdf
(300.7 KiB) Downloaded 143 times

Steve-Matrix
Matrix Staff
Posts: 1377
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 184 times
Been thanked: 318 times

Re: Export as HTML main image is missing

Post by Steve-Matrix »

I cannot replicate what you are seeing, but I can maybe guess at what is happening.

It could be that a very large image of the flowchart is not correctly displayed when exported. Your workaround of collapsing some of the branches in the macro seems a good solution. Alternatively, you could consider splitting up the macro into smaller ones that are easier to view and manage.

The text colour and other styles of the export are held in the CSS file that accompanies the export (in the folder that is essentially "name_of_your_project_fcfx_files"). If you load the exported project info into a web browser, you should be able to right-click on the problem text and select "inspect". This will provide info on which CSS tags are used to set the data and you can then find and edit the CSS information in the file itself. If you need help with this, please post your project export files and I will take a look.

Jorg_Guldner
Posts: 50
Joined: Wed Dec 23, 2020 9:55 am
Been thanked: 4 times

Re: Export as HTML main image is missing

Post by Jorg_Guldner »

Hi,
if the image is very large, it would not be generated in the complete export of the program. If you generate the main only as an image, it would be generated. Are there limitations inside your export of the size? The HTML have inside the code for the not generated image, but he could it not found and set the width and high to zero.

Can you look for a solution?



Regards
Jorg

Steve-Matrix
Matrix Staff
Posts: 1377
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 184 times
Been thanked: 318 times

Re: Export as HTML main image is missing

Post by Steve-Matrix »

I'm not aware of any restriction in size, but it is obviously affecting your project.

As you can generate the image of the macro directly, then a good workaround for you would be to add the image to the exported project info file by directly editing the html produced. If you need help doing this, please send me your exported project files and the image of the missing macro and I will do it.

Post Reply