Modified a little default skin
 -> hiding video window
parent bd0bfdc0
share/skins2/default/sort.png

1 KB | W: | H:

share/skins2/default/sort.png

1.19 KB | W: | H:

share/skins2/default/sort.png
share/skins2/default/sort.png
share/skins2/default/sort.png
share/skins2/default/sort.png
  • 2-up
  • Swipe
  • Onion skin
share/skins2/default/sort_onclick.png

1.16 KB | W: | H:

share/skins2/default/sort_onclick.png

1.27 KB | W: | H:

share/skins2/default/sort_onclick.png
share/skins2/default/sort_onclick.png
share/skins2/default/sort_onclick.png
share/skins2/default/sort_onclick.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -41,6 +41,18 @@ ...@@ -41,6 +41,18 @@
<Bitmap id="playlist_button_onclick2" file="playlist_button_onclick2.png" alphacolor="#FF0000"/> <Bitmap id="playlist_button_onclick2" file="playlist_button_onclick2.png" alphacolor="#FF0000"/>
<Bitmap id="sort_button" file="sort.png" alphacolor="#FF0000"/> <Bitmap id="sort_button" file="sort.png" alphacolor="#FF0000"/>
<Bitmap id="sort_button_onclick" file="sort_onclick.png" alphacolor="#FF0000"/> <Bitmap id="sort_button_onclick" file="sort_onclick.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody1" file="vout_top_left.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody2" file="vout_top.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody3" file="vout_top_right.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody4" file="vout_left.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody6" file="vout_right.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody7" file="vout_bottom_left.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody8" file="vout_bottom.png" alphacolor="#FF0000"/>
<Bitmap id="voutbody9" file="vout_bottom_right.png" alphacolor="#FF0000"/>
<Bitmap id="vout_button" file="vout.png" alphacolor="#FF0000"/>
<Bitmap id="vout_button_onclick" file="vout_onclick.png" alphacolor="#FF0000"/>
<Bitmap id="vout_button2" file="vout2.png" alphacolor="#FF0000"/>
<Bitmap id="vout_button_onclick2" file="vout_onclick.png" alphacolor="#FF0000"/>
<Bitmap id="preferences" file="preferences.png" alphacolor="#FF0000"/> <Bitmap id="preferences" file="preferences.png" alphacolor="#FF0000"/>
<Bitmap id="preferences_onclick" file="preferences_onclick.png" alphacolor="#FF0000"/> <Bitmap id="preferences_onclick" file="preferences_onclick.png" alphacolor="#FF0000"/>
<Bitmap id="previous" file="previous.png" alphacolor="#FF0000"/> <Bitmap id="previous" file="previous.png" alphacolor="#FF0000"/>
...@@ -111,6 +123,7 @@ ...@@ -111,6 +123,7 @@
<Button x="374" y="12" lefttop="righttop" rightbottom="righttop" up="add_item" down="add_item_onclick" over="add_item" action="playlist.add()" tooltiptext="Add item"/> <Button x="374" y="12" lefttop="righttop" rightbottom="righttop" up="add_item" down="add_item_onclick" over="add_item" action="playlist.add()" tooltiptext="Add item"/>
<Button x="374" y="40" up="delete_item" lefttop="righttop" rightbottom="righttop" down="delete_item_onclick" over="delete_item" action="playlist.del()" tooltiptext="Del item"/> <Button x="374" y="40" up="delete_item" lefttop="righttop" rightbottom="righttop" down="delete_item_onclick" over="delete_item" action="playlist.del()" tooltiptext="Del item"/>
<Button x="374" y="68" up="sort_button" lefttop="righttop" rightbottom="righttop" down="sort_button_onclick" over="sort_button" action="playlist.sort()" tooltiptext="Sort the playlist"/> <Button x="374" y="68" up="sort_button" lefttop="righttop" rightbottom="righttop" down="sort_button_onclick" over="sort_button" action="playlist.sort()" tooltiptext="Sort the playlist"/>
<Checkbox x="374" y="96" up1="vout_button" down1="vout_button_onclick" up2="vout_button2" down2="vout_button_onclick2" state="vout_window.isVisible" action1="vout_window.show()" action2="vout_window.hide()" tooltiptext1="Show Video Window" tooltiptext2="Hide Video Window"/>
<Playlist id="playlist" x="17" y="15" width="333" height="204" lefttop="lefttop" rightbottom="rightbottom" font="playlist_font" fgcolor="#000000" playcolor="#ff0000" bgcolor1="#ffffff" bgcolor2="#e0e0ff" selcolor="#4e8bc7"> <Playlist id="playlist" x="17" y="15" width="333" height="204" lefttop="lefttop" rightbottom="rightbottom" font="playlist_font" fgcolor="#000000" playcolor="#ff0000" bgcolor1="#ffffff" bgcolor2="#e0e0ff" selcolor="#4e8bc7">
<Slider id="playlist_slider" x="358" y="25" lefttop="righttop" rightbottom="rightbottom" up="slider_volume" down="slider_volume_onclick" points="(0,185),(0,0)"/> <Slider id="playlist_slider" x="358" y="25" lefttop="righttop" rightbottom="rightbottom" up="slider_volume" down="slider_volume_onclick" points="(0,185),(0,0)"/>
</Playlist> </Playlist>
...@@ -118,19 +131,23 @@ ...@@ -118,19 +131,23 @@
</Layout> </Layout>
</Window> </Window>
<Window x="10" y="10" visible="false"> <Window id="vout_window" x="10" y="10" visible="false">
<Layout width="410" height="250" minwidth="200" minheight="150" maxwidth="1000" maxheight="800"> <Layout width="410" height="250" minwidth="200" minheight="150" maxwidth="1000" maxheight="800">
<Group x="0" y="0"> <Group x="0" y="0">
<Image image="playlist1" x="0" y="0" lefttop="lefttop" rightbottom="lefttop" action="move"/>
<Image image="playlist2" x="17" y="0" lefttop="lefttop" rightbottom="righttop" action="move"/> <Image image="voutbody1" x="0" y="0" lefttop="lefttop" rightbottom="lefttop" action="move"/>
<Image image="playlist3" x="350" y="0" lefttop="righttop" rightbottom="righttop" action="move"/> <Image image="voutbody2" x="17" y="0" lefttop="lefttop" rightbottom="righttop" action="move"/>
<Image image="playlist4" x="0" y="70" lefttop="lefttop" rightbottom="leftbottom" action="move"/> <Image image="voutbody3" x="350" y="0" lefttop="righttop" rightbottom="righttop" action="move"/>
<Image image="playlist6" x="350" y="70" lefttop="righttop" rightbottom="rightbottom" action="move"/> <Image image="voutbody4" x="0" y="70" lefttop="lefttop" rightbottom="leftbottom" action="move"/>
<Image image="playlist7" x="0" y="200" lefttop="leftbottom" rightbottom="leftbottom" action="move"/> <Image image="voutbody6" x="350" y="70" lefttop="righttop" rightbottom="rightbottom" action="move"/>
<Image image="playlist8" x="17" y="200" lefttop="leftbottom" rightbottom="rightbottom" action="move"/> <Image image="voutbody7" x="0" y="200" lefttop="leftbottom" rightbottom="leftbottom" action="move"/>
<Image image="playlist9" x="350" y="200" lefttop="rightbottom" rightbottom="rightbottom" action="move"/> <Image image="voutbody8" x="17" y="200" lefttop="leftbottom" rightbottom="rightbottom" action="move"/>
<Image image="voutbody9" x="350" y="200" lefttop="rightbottom" rightbottom="rightbottom" action="move"/>
<Image image="resize" x="392" y="232" lefttop="rightbottom" rightbottom="rightbottom" action="resize"/> <Image image="resize" x="392" y="232" lefttop="rightbottom" rightbottom="rightbottom" action="resize"/>
<Video x="15" y="13" width="350" height="220" lefttop="lefttop" rightbottom="rightbottom"/> <Video x="15" y="24" width="350" height="210" lefttop="lefttop" rightbottom="rightbottom"/>
<Checkbox x="15" y="5" up1="close" down1="close_onclick" up2="close" down2="close_onclick" over1="close_mouseover" over2="close_mouseover" state="vout_window.isVisible" action1="vout_window.show()" action2="vout_window.hide()" tooltiptext1="Show Video Window" tooltiptext2="Hide Video Window"/>
</Group> </Group>
</Layout> </Layout>
</Window> </Window>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment