Author Topic: Embeded TheatreMode panel  (Read 29648 times)

lnminente

  • Sr. Member
  • ****
  • Posts: 1049
Steven, if it isn't much work could be possible adding support for basic expressions for height too? I would like to dinamically adjust the SoundGraph for only seeing the top half of it adjusted to the height of the panel

Code
<!-- WaveBar -->
<autoHide name="#WavebarPanel" allowPinning="true" >
<element type="SoundGraph"
xAnchor="AlbumCover.Right" x="10" y="16"
widthDock="X:ArtistPicture.Left" width="-2" height="Panel.Height+Panel.Height-32"
bg="TrackAndArtistPanel(8)" fg="TrackAndArtistPanel(16)"
></element>

Here an example of what i would like to draw: http://getmusicbee.com/forum/index.php?topic=8363.msg48448#msg48448

Edit: post title changed to  "Embedded TheaterMode panel" for searching in forum purposes