Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Dariusz on August 23, 2002, 02:18:44 pm

Title: Lazarus Help Required On Snap Config
Post by: Dariusz on August 23, 2002, 02:18:44 pm
I'm attempting to create a theme that has full screen snap support. I've downloaded the Mame32 Snap series, and once I config my new theme for full screen snap support by maximising all snap values, and then run the Lazarus Front-End, my theme being the snaps are not full screen (ie. it covers approximatly 90% of the screen). Is there a way to stretch a snaps in Lazarus to occupy 100% of the screen?

Dariusz
Title: Re:Lazarus Help Required On Snap Config
Post by: Howard_Casto on August 23, 2002, 03:00:45 pm
Yeah, make a skin that has a snap type list mode with the image size 1 pixel less than the length and width of the list area.  Also be sure to turn the space to 0 so that there isn't any border.    Snaps are kept in proper aspect ratio, so if it isn't covering the entire screen that is because it's in a slightly off aspect ratio and it is being scaled down so that it can fit in that area.  It has the ability to make elements the entire size of the screen... I know this because I'm working on a game launcher style skin that does just that.  If it's not then it's the aspect ratio issues or our calculations on the skin are off.  Go into the advanced options in the skinner for more accurate placement.