Hi *,
I'm using a tft notebook display with 1600x1200. Does anyone know how I scale a skin to this size?
By Mathew
I'm using a tft notebook display with 1600x1200. Does anyone know how I scale a skin to this size?
By Mathew
Posted Fri 11 Jul 03 @ 1:45 pm
You can easily resize the bitmap, the problem is that you have to then modify every coordinate in the xml file. It can be a real hassle the very first time doing it.
In the XML file:
Multiply the X coordinates by the ratio used to change the width of the bitmap.
Multiply the Y coordinates by the ratio used to change the height of the bitmap.
phatty720
dave
In the XML file:
Multiply the X coordinates by the ratio used to change the width of the bitmap.
Multiply the Y coordinates by the ratio used to change the height of the bitmap.
phatty720
dave
Posted Fri 11 Jul 03 @ 8:09 pm