INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: -  (Read 802 times)

~:Eternal Themer:~

  • Junior Woodchuck
  • **
  • Posts: 66
  • Sound To The Max Baby!
-
« on: January 02, 2022, 11:26:39 am »

-
Logged
|Topping D90SE - Topping A90|
|AirPulse A300 - Sennheiser HD 820|

EnglishTiger

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 969
Re: Problem with List_Selection.png SIZE
« Reply #1 on: January 02, 2022, 12:15:00 pm »

Have you read thru both skinning tutorials as they will give you the information you need to be able to change the size (dimensions) of the area that part of the skin is to cover.
Logged
Win NUC - VENOEN 11Th NUC Mini PC Core i7 1165G7,Dual HDMI 2.0+Mini DP,Windows 11 Mini Desktop Computer,Thunderbolt 4.0,1 Lan, USB-C,Wifi,Bluetooth 5.0,32GB RAM Toshiba MQ04ABF100 ‎500Gb 5400 RPM ‎eSATA HD, Gigabyte GP-GSM2NE3512GNTD 1Tb NVMe SSD, Samsung 870 QVO 8 TB SATA 2.5 Inch SSD (MZ-77Q8T0) in Sabrent Ultra Slim USB 3.0 to 2.5-Inch SATA External Aluminium Hard Drive Enclosure (EC-UK30)

Apple 2020 Mac mini M1 Chip (8GB RAM, 512GB SSD)
Sabrent Thunderbolt 3 to Dual NVMe M.2 SSD Tool-Free Enclosure with Sabrent 2TB Rocket NVMe PCIe M.2 2280 High Performance SSD + Crucial P3 Plus 4TB M.2 PCIe

ET Skins & TrackInfo Plugins - https://englishtiger.uk/index.html

~:Eternal Themer:~

  • Junior Woodchuck
  • **
  • Posts: 66
  • Sound To The Max Baby!
Re: Problem with List_Selection.png SIZE
« Reply #2 on: January 02, 2022, 12:35:13 pm »

-
Logged
|Topping D90SE - Topping A90|
|AirPulse A300 - Sennheiser HD 820|

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8957
Re: Problem with List_Selection.png SIZE
« Reply #3 on: January 02, 2022, 12:41:15 pm »

Look in the "default skin items\Standard View" folder...

There are three "Border_" files in there. You need to mess with those to get the centering exact, it's not easy...

maybe easier to just let it go :)

Good luck.

~:Eternal Themer:~

  • Junior Woodchuck
  • **
  • Posts: 66
  • Sound To The Max Baby!
Re: Problem with List_Selection.png SIZE
« Reply #4 on: January 02, 2022, 12:45:42 pm »

-
Logged
|Topping D90SE - Topping A90|
|AirPulse A300 - Sennheiser HD 820|

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8957
Re: Problem with List_Selection.png SIZE
« Reply #5 on: January 02, 2022, 01:02:10 pm »

if you mean (main and frame) borders are for other purpose
Seriously?? ;)

Let's try that again, I assumed too much:

From your MC installation folder, go to "Data\Default Skin Items\Standard View"
In there, you will see three files named:
Border_DropShadow.png
Border_Frame.png
Border_GlowShadow.png

These files draw the frames and shadows around list items in thumbs mode.
List_Selection.png simply marks that entire space as 'selected'.

You can copy these files to your own skin, and then, use the "<BORDER>" section in your own xml to manipulate their behaviour.
Code: [Select]
<BORDER>
  <Entry Name="GlowShadow" Bitmap="Border_GlowShadow.png" Rows="5,?-Flex,9" Columns="7,?-Flex,7" Cells="B2-Skip">
    <Data InternalMarginLeft="5" InternalMarginTop="3" InternalMarginRight="5" InternalMarginBottom="7"></Data>
  </Entry>
  <Entry Name="DropShadow" Bitmap="Border_DropShadow.png" Rows="3,?-Flex,7" Columns="5,?-Flex,5" Cells="B2-Skip">
    <Data InternalMarginLeft="5" InternalMarginTop="3" InternalMarginRight="5" InternalMarginBottom="7"></Data>
  </Entry>
  <Entry Name="Frame" Bitmap="Border_Frame.png" Rows="7,?-Flex,11" Columns="9,?-Flex,9" Cells="B2-Skip">
    <Data InternalMarginLeft="9" InternalMarginTop="7" InternalMarginRight="9" InternalMarginBottom="11"></Data>
  </Entry>
</BORDER>

The 'slightly off-center' thing has been there a looong time.
Personally, I pushed for separate "List_Detail_Selection" and "List_Thumb_Selection" images as I found it limiting having to strike a balance that worked for both view styles in a single selection png file.

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8957
Re: Problem with List_Selection.png SIZE
« Reply #6 on: January 02, 2022, 01:28:20 pm »

there were at least two edits to the above post, sorry about that. It should be correct now :)

~:Eternal Themer:~

  • Junior Woodchuck
  • **
  • Posts: 66
  • Sound To The Max Baby!
Re: Problem with List_Selection.png SIZE
« Reply #7 on: January 02, 2022, 01:40:14 pm »

-
Logged
|Topping D90SE - Topping A90|
|AirPulse A300 - Sennheiser HD 820|

~:Eternal Themer:~

  • Junior Woodchuck
  • **
  • Posts: 66
  • Sound To The Max Baby!
-
« Reply #8 on: January 02, 2022, 02:00:04 pm »

-
Logged
|Topping D90SE - Topping A90|
|AirPulse A300 - Sennheiser HD 820|
Pages: [1]   Go Up