Author Topic: Looking for Element(s)  (Read 9335 times)

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9363
The skin.xml that was used as a basis came from me, and I can pretty much vouch that the order of all elements is functioning correctly.

Hopefully I am not adding to any confusion, but if from the skin you uploaded, all you change is to disable (or remove) "Toolbar.MenuTextOverride", isn't that what you are trying to achieve?
You didn't add to the confusion at all.  AAMOF, you solved the problem.  I didn't even think to look for an existing override.  But once I commented it out, I had what I wanted.

Thank you both for the guidance.
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

hiccup

  • Sr. Member
  • ****
  • Posts: 7907
Glad it's resolved.

But bee-liever mentioned exactly that one before, and you responded (post #4) that it didn't work.
I couldn't believe that. It probably didn't work then because you had changed some other stuff too while experimenting.

Btw I really like the way your skin is developing.

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9363
But bee-liever mentioned exactly that one before, and you responded (post #4) that it didn't work.
I couldn't believe that. It probably didn't work then because you had changed some other stuff too while experimenting.
I think what I did was change the override to 255,255,255 and it didn't work.  It never occurred to me to comment it out.

Quote
Btw I really like the way your skin is developing.
Despite the alternating color bars, eh?  :-)
Thanks very much.
If you haven't looked at the "no cover artwork" graphic, you should.
I'd like to say I'm done with it now, but as I'm sure you know, there's always something else popping up that needs a tweak.
Last Edit: January 05, 2016, 05:59:41 PM by phred
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

hiccup

  • Sr. Member
  • ****
  • Posts: 7907
Btw I really like the way your skin is developing.
Despite the alternating color bars, eh?  :-)
Thanks very much.
If you haven't looked at the "no cover artwork" graphic, you should.
I'd like to say I'm done with it now, but as I'm sure you know, there's always something else popping up that needs a tweak.

Yeah, that's one of the funniest no-artworks I've seen.

My original 'Outlook' was more about mimicking MS Outlook 2010, including some gradients, linings, and more whites.
Your 'Lookout' mod is more contemporary, going towards the 'metro' look which seems quite popular here.

(still hate the alternates though ;-)

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9363
Yeah, that's one of the funniest no-artworks I've seen.
I just knew you'd like it.

Quote
My original 'Outlook' was more about mimicking MS Outlook 2010, including some gradients, linings, and more whites.
Your 'Lookout' mod is more contemporary, going towards the 'metro' look which seems quite popular here.
If it's leaning towards Metro, then it's just a coincidence as I just used colors that go well together and that I like.  I definitely removed a lot of the whites in favor of more blues.

Quote
(still hate the alternates though ;-)
Yeah, well...
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
I'm trying to find the background element shown in phred's screenshot (highlight is controlled by Menu.CommandButton.Selected) and also the separator below it.

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3840
  • MB Version: 3.6.8878 P
The bg should be from
<element id="Toolbar.Body" bg="XXX"
and the line underneath should be
<element id="MenuBarSeparator" bg="XXX" />
MusicBee and my library - Making bee-utiful music together

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
@Bee-liever
Thanks, that was driving me crazy.