getmusicbee.com

Support => Developers' Area => Skins => Topic started by: Mayibongwe on May 27, 2022, 05:51:30 PM

Title: Dedicated Elements For These Arrows
Post by: Mayibongwe on May 27, 2022, 05:51:30 PM
arrows in the tag inspector (https://i.imgur.com/2DTdLyQ.png)

Currently, the default and disabled states of these arrows share the same colour element (Controls.Arrow.Default).
It would be great if the disabled state could get its own element (e.g Controls.Arrow.Disabled).

back/forward navigation arrows  (https://i.imgur.com/fpm9D5Z.png)

Currently, the default and highlight states of these arrows share the same image element (PanelForward or PanelBack).
It would also be great if the highlight states had their own image elements.
Title: Re: Dedicated Elements For These Arrows
Post by: The Incredible Boom Boom on June 01, 2022, 12:21:30 PM
+1111111111111

Yes, both these pairs of arrows are pretty confusing to manipulate
Title: Re: Dedicated Elements For These Arrows
Post by: Steven on July 03, 2022, 07:04:50 AM
back/forward navigation arrows  (https://i.imgur.com/fpm9D5Z.png)

Currently, the default and highlight states of these arrows share the same image element (PanelForward or PanelBack).
It would also be great if the highlight states had their own image elements.
its already the case you can set an override image using "PanelBackDisabled" and "PanelForwardDisabled".
I will look to add "PanelBackHighlight" and "PanelForwardHighlight".

https://getmusicbee.com/patches/MusicBee35_Patched.zip
Title: Re: Dedicated Elements For These Arrows
Post by: Mayibongwe on July 03, 2022, 11:34:33 AM
I will look to add "PanelBackHighlight" and "PanelForwardHighlight".
Thanks a lot for the new additions Steven.
As for the 'arrows in the tag inspector' case...
I am hoping the visualization below could be of some help in showcasing how things would look overall if we were to get a Controls.Arrow.Disabled element.
(https://i.imgur.com/FMDxAz9.png)
Title: Re: Dedicated Elements For These Arrows
Post by: Steven on July 03, 2022, 12:58:07 PM
Controls.Arrow.Disabled is supported in the next update
Title: Re: Dedicated Elements For These Arrows
Post by: Mayibongwe on July 03, 2022, 05:35:07 PM
Thanks again. Appreciate it.
Title: Re: Dedicated Elements For These Arrows
Post by: Steven on July 05, 2022, 10:01:14 AM
forgot to share the link
https://getmusicbee.com/patches/MusicBee35_Patched.zip
Title: Re: Dedicated Elements For These Arrows
Post by: Mayibongwe on July 05, 2022, 10:45:35 AM
Tried it out just now and the element is indeed taking effect just as intended. There's a slight issue I'm noticing though.
The downward arrow does not appear to be refreshing properly after clicking inside the tag box.
You have to hover over it before it can correctly switch to the default colour.
(https://i.imgur.com/HDdB5AK.png)
Title: Re: Dedicated Elements For These Arrows
Post by: Steven on July 05, 2022, 11:03:41 AM
The downward arrow does not appear to be refreshing properly after clicking inside the tag box.
You have to hover over it before it can correctly switch to the default colour.
fixed for the next update