Author Topic: no scrollbar buttons in multiple artist splitter  (Read 753 times)

boroda

  • Sr. Member
  • ****
  • Posts: 4595
there are no scrollbar buttons in multiple artist splitter (also, multiple composer splitter, genre splitter, etc.) using any xmlc skin:



the same window for xml skins:


boroda

  • Sr. Member
  • ****
  • Posts: 4595
it seems that this issue concerns all scrollbar buttons in mb ui


boroda

  • Sr. Member
  • ****
  • Posts: 4595
yes, it's not all skins, but very many skins, eg. DarkRED3/DarkRED, DarkRED Flat, Dark-Metro Series/DarkRED, Pastels/Azure, Arsenic, etc. Maybe they must be updated to work in mb 3.5

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34313
its intentional and supported for skins to have scrollbars without the buttons

hiccup

  • Sr. Member
  • ****
  • Posts: 7790
yes, it's not all skins, but very many skins, eg. DarkRED3/DarkRED, DarkRED Flat, Dark-Metro Series/DarkRED, Pastels/Azure, Arsenic, etc. Maybe they must be updated to work in mb 3.5
Using a piggyback skin will probably make it possible to display arrows for the scrollbars for .xmlc skins that don't have them.
E.g. creating a "DarkRED arrows.xml" like this should work:

Code
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="DarkRED.xmlc">
  <element id="ScrollbarNoArrows">false</element> <!-- true/false -->
</root>

boroda

  • Sr. Member
  • ****
  • Posts: 4595