This question is not answered. Helpful answers available: 2. Correct answers available: 1.


Permlink Replies: 1 - Pages: 1 - Last Post: 1 Apr 24, 18:05 Last Post By: davidekholm Threads: [ Previous | Next ]
ctwist

Posts: 443
Registered: 27-Sep-2003
Refresh an album variable from a skin hint
Posted: 1 Apr 24, 15:27
 
  Click to reply to this thread Reply
Folder thumbnails have a fixed maximum size, so the skin's hints.jap contains
folderThumbSize=94x64
This has increased in the latest version of the skin. I want this size to be applied to existing albums when they are regenerated. How can I do this?

Edited by: ctwist on 1 Apr 2024, 09:31

BTW If it is only practical to do this in Force Remake, that will be good enough.
davidekholm

Posts: 3,474
Registered: 18-Oct-2002
Re: Refresh an album variable from a skin hint
Posted: 1 Apr 24, 18:05   in response to: ctwist in response to: ctwist
 
  Click to reply to this thread Reply
I don't have a super clean way of doing this. As your skin disallows the user to set a custom folder thumbnail size, then you can add the following to the end of onload.bsh / onload.js:
engine.setFolderThumbSize("94x64");
window.engine2UI();
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums