Foobar2000–panel Stack Splitter

Source: Internet
Author: User

After clicking on the ImageButton, the mouse will always become horizontal, and the Enable resizeable border is turned off in behaviour.

Cui's layout:

The root option is best horizontal/vertical splitter, because this is the only way to control the caption of the panel Stack splitter below, Playlist tabs can contain only one playlist, The name of playlist tabs in PSS is not set to Elplaylist. To prepare the PSS, the two panels of the subordinates are selected "forced layout", the position parameters are set to this, left:0,right:0, Width:%ps_width%, Height: $sub (%ps_height,36), Then paste the following code in the script's pertrack:

$puts (Skin_path,%ps_foobar2000_path%\skin\mono_lite)

$drawrect (0, $sub (%ps_height%,36),%ps_width%,36,30-30-30,,)

$if ($or ($not (%ps_isplaying%),%ps_ispause%),
$imagebutton ($sub (%_height%,29),,, $get (Skin_path) \play.png, $get (Skin_path) \play_h.png,command:playback/play or Pause),
$imagebutton ($sub (%_height%,29),,, $get (Skin_path) \pause.png, $get (Skin_path) \pause_h.png,command:playback/ Play or Pause))
$imagebutton ($sub (%_height%,28),,, $get (Skin_path) \prev.png, $get (Skin_path) \prev_h.png,command:playback/ Previous)
$imagebutton ($sub (%_height%,28),,, $get (Skin_path) \next.png, $get (Skin_path) \next_h.png,command:playback/next )
$imageabs ($sub (%_height%,30), 1,24, $get (skin_path) \splitter.png)

$if ($isvisible _c (elplaylist),
$textbutton ($sub (%ps_height%,30), $add ($gettextwidth (lyric), 22,lyric,lyric,panelshow:elplaylist:0; Panelshow:lyric:1; refresh,fontcolor:255-255-255 brushcolor:100-100-100,fontcolor:255-219-0 brushcolor:0-35-70),
$textbutton ($sub (%ps_height%,30), $add ($gettextwidth (lyric), 22,lyric,lyric,panelshow:elplaylist:1; panelshow:lyric:0; refresh,fontcolor:255-255-255 brushcolor:100-100-100,fontcolor:255-219-0 brushcolor:0-35-70)
)

Foobar2000–panel Stack Splitter

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.