Glad that the scroll problem is confirmed by you Peter!
But there are more problems:
I remade all my PhotoSwipe sample albums with the Multi maker: two projects did give a crash: you see shortly a red notification.
The console windows shows an error for these two projects:
Stack trace for jAlbum 29b15 using skin PhotoSwipe 5.2.7:
se.datadosen.util.ScriptException: java.io.FileNotFoundException: I:\Users\Andre\Documents\Mijn websites\jalbum.net\PhotoSwipeVideoTest\res\homeBtn.svg (Bestand of map is beschadigd en onleesbaar) in init.bsh at line number 691
at se.datadosen.util.ScriptException.of(ScriptException.java:59)
This button is made by a template file:
if (homeBtnTemplate.exists())
{
homeButton = "homeBtn.svg";
engine.processTemplateFile(homeBtnTemplate, new File(resDirectory,homeButton)); // this is line 691
}
If the Multi maker is ready, you can nowhere find these two red notifications.
It is a strange error, because with the other projects is the button correctly made by the same template file.
But if I run the same list of files with the Multi maker on my laptop with the last released version 28.1.6 there is no problem.
Edit:
More mysteries:
I tried again to make all PhotoSwipe sample albums with the Multi maker and this time there were no error!
But there is another strange warning:
The about page of all my skins contains a link to a history.txt file.
I can no longer open that history file in any skin, if I click on the link I see in the console window:
java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\Users\Gebruiker\AppData\Roaming\JAlbum\skins\PhotoSwipe/history.txt
java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\Users\Gebruiker\AppData\Roaming\JAlbum\skins\LightGallery/history.txt
java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\Users\Gebruiker\AppData\Roaming\JAlbum\skins\FancyBox/history.txt
java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\Users\Gebruiker\AppData\Roaming\JAlbum\skins\Slide%20Show%204/history.txt
That link is made in NetBeans:
add("br", new JLabel("Version history:"));
JLinkLabel history = new JLinkLabel("history.txt");
history.setURL(skinDirectory + "/history.txt");
add(" ", history);
If I remove all text from file history.txt, I still get this warning!
Changing the file extension from .txt to .html makes no difference.
Here is another warning I see if I just open my video / audio test album. Making the album does not leads to problems as you see:
Skin loading: 0,545s
org.jsoup.UnsupportedMimeTypeException: Unhandled content type. Must be text/*, application/xml, or application/xhtml+xml. Mimetype=audio/mpeg, URL=https://andrewolff.jalbum.net/Music_tracks_PS/bensound-happyrock.mp3
org.jsoup.UnsupportedMimeTypeException: Unhandled content type. Must be text/*, application/xml, or application/xhtml+xml. Mimetype=audio/mpeg, URL=https://andrewolff.jalbum.net/Music_tracks_PS/bensound-happyrock.mp3
Making "VideoExif_PS" (Changes)
"VideoExif_PS" made in 2,745s
File bensound-happyrock.mp3 is not used in this project!
Edited by: AndreWolff on 24 Sep 2022, 08:28
Edited by: AndreWolff on 24 Sep 2022, 11:07
Edited by: AndreWolff on 25 Sep 2022, 09:16