Hello,
Today+ is showing a scrolbar in the today screen whenever there is any other plugin running, I am running v0.10.1 with the default slider skin.
Is there a way to tell the skin how much space to take by calculating the available space? something like the calcspace command, but for the whole plugin?
Thanks in advance for your help.
This will happen if the plugins take more than th 320px height that the PPC has. Every skin has (or should have) a height and a max height. Look for something like this:
maxheight,277
height,153
Quote from: EitelThis will happen if the plugins take more than th 320px height that the PPC has. Every skin has (or should have) a height and a max height. Look for something like this:
maxheight,277
height,153
You'll also need to change the calcspace values by however much you reduce the maxheight by. For example if you reduce the maxheight to 237 you need to find all the calcspace commands, which look like this:
calcspace,225,var15And reduce the value by 40.
Thank you very much Eitel and arbitrajeu, it works now, thank you for your magnificent work and support.
THANK YOU SRS for this GREAT program.