Author Topic: New Panel.StatusBarControlBelowPlayer.Default not working  (Read 1269 times)

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P
MB Version: 3.2.6761

The new 3.2 skin element <element id="Panel.StatusBarControlBelowPlayer.Default" fg="0,0,0" /> is not working.

The colour is still being drawn from:
<element id="Panel.StatusBarControl.Default" fg="R,G,B" />
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34364
looking at the code,
Panel.StatusBarControlBelowPlayer.Default
needs to be defined after
Panel.StatusBarBelowPlayer.Default

is that the case?

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P
Yes
    
Code
<element id="Panel.TabButton.Default" bg="161,204,142" bg2="128,186,103" fg="53,97,114" />
    <element id="Panel.StatusBar.Default" bg="112,145,207" fg="81,105,163" bdr="112,145,207" />
    <element id="Panel.StatusBarControl.Default" fg="133,178,204" />
    <element id="Panel.StatusBarInPanel.Default" bg="112,145,207" fg="81,105,163" />
    <element id="Panel.StatusBarControlInPanel.Default" fg="133,178,204"/>
    <element id="Panel.StatusBarBelowPlayer.Default" bg="106,181,217" fg="51,106,133" bdr="97,168,202" />
    <element id="Panel.StatusBarControlBelowPlayer.Default" fg="78,143,175" />
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34364

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P
MB 3.2.6763
The good news is that it works for below player position.  :)
Unfortunately the <element id="Panel.StatusBarControlBelowPlayer.Default" fg="78,143,175" /> colour is now taking precedence when <element id="Panel.StatusBarControl.Default" fg="133,178,204" /> should be used  :(

Do you want the skin file to test with?
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34364
I am confused by what you are asking for. The status bar is one of:
1. above the player
2. below the player but the player is on the bottom pane
3. below the player but the player is on the top pane

There are 3 available color sets for the background and the text, one for each state
For the controls on the status bar there are only 2 color sets available, status bar above player and status bar below.
Are you infact asking for a additional below player color set for the controls (in addition to the one created in v3.2, which wasnt working in any case)

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P
The status bar is one of:
1. above the player
<element id="Panel.StatusBarInPanel.Default" bg="112,145,207" fg="81,105,163" />
<element id="Panel.StatusBarControlInPanel.Default" fg="133,178,204"/>

2. below the player but the player is on the bottom pane
<element id="Panel.StatusBarBelowPlayer.Default" bg="106,181,217" fg="51,106,133" bdr="97,168,202" />
<element id="Panel.StatusBarControlBelowPlayer.Default" fg="78,143,175" />

3. below the player but the player is on the top pane
<element id="Panel.StatusBar.Default" bg="112,145,207" fg="81,105,163" bdr="112,145,207" />
<element id="Panel.StatusBarControl.Default" fg="133,178,204" />

For the controls on the status bar there are only 2 color sets available, status bar above player and status bar below.
Are you infact asking for a additional below player color set for the controls (in addition to the one created in v3.2, which wasnt working in any case)
So your saying you created 3 id="Panel.StatusBarControl elements, but only 2 of them work?
Last Edit: July 10, 2018, 12:54:11 AM by Bee-liever
MusicBee and my library - Making bee-utiful music together

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34364
Sorry, my confusion with one detail. It should be fixed for the next patch update

http://musicbee.niblseed.com/V3_2/MusicBee32_Patched.zip
Last Edit: July 10, 2018, 07:44:52 PM by Steven

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3839
  • MB Version: 3.6.8878 P
MB 3.2.6765
All working fine.
Two thumbs up! (or should that be three)  ;)

Sorry, my confusion with one detail.
No drama.  We've all had those moments.  :)
MusicBee and my library - Making bee-utiful music together