Only hide DialogSeekbar.xml on Player.IsTempo
This commit is contained in:
parent
ad547f2227
commit
887129c18d
@ -53,7 +53,7 @@
|
||||
<!-- media infos -->
|
||||
<control type="group" id="1">
|
||||
<depth>DepthOSD</depth>
|
||||
<visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(OSDSubtitleSettings) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(SliderDialog) | [Player.IsTempo + System.IdleTime(3)]]</visible>
|
||||
<visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(OSDSubtitleSettings) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(SliderDialog)]</visible>
|
||||
<animation effect="fade" time="150">VisibleChange</animation>
|
||||
<control type="image" id="1">
|
||||
<left>-20</left>
|
||||
|
@ -1,10 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">100</defaultcontrol>
|
||||
<visible>![Player.IsTempo + System.IdleTime(3)]</visible>
|
||||
<onload condition="!VideoPlayer.Content(LiveTV)">SetFocus(202)</onload>
|
||||
<animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
||||
<include>dialogeffect</include>
|
||||
<depth>DepthOSD</depth>
|
||||
<coordinates>
|
||||
<left>0</left>
|
||||
|
Loading…
x
Reference in New Issue
Block a user