Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - abeniares

Pages: 1
1
Questions / How to highlight text in Theatre Mode display
« on: October 19, 2021, 12:18:56 AM »
Hi, very novice xml coder.

I'm displaying the Music Title and I'd like to have the text highlighted with a different color.

I've tried the bg= command, but that doesn't seem to work for text.

Is there an xml command that allows me to put a background color behind on-screen text?

thanks,


2

I want to show a few apps on a secondary display, but Theatre Mode is always on top is there:


-- a way to make Theatre Mode not always on top?

or

-- a way to open Theatre Mode in a separate window, that I can then move around and resize?

or

-- something I haven't thought of?



Appreciate any help you can give me.

Adony

3
Questions / Re: Displaying Last Track Played in Theatre Mode
« on: June 04, 2019, 02:01:58 AM »
Documenting the modified code and screenshot here for future reference.

<!-- Last Track Played -->

<element type="NowPlayingList" xAnchor="#now_playing.left" x="0" yAnchor="#now_playing.189" y="0" widthDock="Panel.Width.45" align="center" heightDock="Panel.width.20" rowPadding="185" font="Calibri" style="Regular" size="20" fg="245,245,245">
<child>Last Played  -   </child>
<child id="Title"/>
</element>


4
Questions / Re: Displaying Last Track Played in Theatre Mode
« on: May 23, 2019, 07:39:24 PM »

Thank you, will try it out this weekend.


5
Questions / Displaying Last Track Played in Theatre Mode
« on: May 22, 2019, 01:38:26 AM »
Hi, user of MB for a few years, first time poster....


I'm writing an xml Theatre Mode and I want to display the last two 'Previously Played Tracks', but can't find a Element IDs for them.

Is there one?


I will be posting the xml for feedback in the next month or so, if it works.

thanks,
ab

Pages: 1