Recently, I converted a bootscreen (one that uses ntoskernel) to a bootskin. It worked fine except for one thing, the progress bar. I have tried many different numerical entries in all the dimensional parameters, but can't get the progress "bubble" to stay within the confines of the bar. Here is the .ini file:
[BootSkin]
Type=16
Name = "BARBED WIRE"
Author = "DSLV"
Description = "On Any Given Day"
ProgressBar=Bitmap_4.bmp
ProgressBarX = 220
ProgressBarY = 330
ProgressBarWidth = 170
Screen=Bitmap_1.bmp
As it is now, the bubble travels a path wider than the bar.