Page 1 of 1
Export as HTML main image is missing
Posted: Thu Sep 19, 2024 4:11 pm
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
Re: Export as HTML main image is missing
Posted: Thu Sep 19, 2024 5:06 pm
by Steve-Matrix
Please post (or PM) your project and the exported html and we'll investigate.
Re: Export as HTML main image is missing
Posted: Fri Sep 20, 2024 10:25 pm
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 (16.46 KiB) Viewed 8335 times
Regards
Jorg
Re: Export as HTML main image is missing
Posted: Mon Sep 23, 2024 9:24 am
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.
Re: Export as HTML main image is missing
Posted: Mon Sep 23, 2024 10:02 am
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
Re: Export as HTML main image is missing
Posted: Mon Sep 23, 2024 12:19 pm
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.