Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Lazarus Help Required On Snap Config  (Read 1738 times)

0 Members and 1 Guest are viewing this topic.

Dariusz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 195
  • Last login:November 23, 2018, 02:41:36 pm
  • I want to Build My Own Arcade Controls!!
Lazarus Help Required On Snap Config
« 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

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 12:27:54 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Lazarus Help Required On Snap Config
« Reply #1 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.