getmusicbee.com

Support => Bug Reports => Topic started by: boroda on August 04, 2022, 01:36:47 PM

Title: no scrollbar buttons in multiple artist splitter
Post by: boroda on August 04, 2022, 01:36:47 PM
there are no scrollbar buttons in multiple artist splitter (also, multiple composer splitter, genre splitter, etc.) using any xmlc skin:

(https://i.imgur.com/8LBsbrq.png)

the same window for xml skins:

(https://i.imgur.com/tHyHaFo.png)
Title: Re: no scrollbar buttons in multiple artist splitter
Post by: boroda on August 05, 2022, 05:08:25 PM
it seems that this issue concerns all scrollbar buttons in mb ui
Title: Re: no scrollbar buttons in multiple artist splitter
Post by: hiccup on August 05, 2022, 05:16:38 PM
No problems here:

(https://i.imgur.com/ZDYazGJ.png)

'Elemental' skin
Title: Re: no scrollbar buttons in multiple artist splitter
Post by: boroda on August 05, 2022, 06:12:30 PM
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
Title: Re: no scrollbar buttons in multiple artist splitter
Post by: Steven on August 05, 2022, 10:27:03 PM
its intentional and supported for skins to have scrollbars without the buttons
Title: Re: no scrollbar buttons in multiple artist splitter
Post by: hiccup on August 06, 2022, 06:03:53 AM
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>
Title: Re: no scrollbar buttons in multiple artist splitter
Post by: boroda on August 06, 2022, 06:48:38 AM
@Steven, ok.
@hiccup, thanks, i'll try it.