Boolean Condition For Seek Forward or backwards
#1
hi i am creating a skin and was looking for a way you can show a icon when skipping forward or backwards?

been trying to use integer's but can't find a way if it is minus or plus skipping or seeking.

any ideas?
Aussie, Aussie, Aussie, Oi, Oi, Oi

Don't forget the Thank User button if i have helped!
|
V
Reply
#2
Hey,

it has a little offset to diasplay but for us it works..

<value condition="[!String.IsEmpty(Player.SeekStepSize) | Player.DisplayAfterSeek | Player.Seeking] + String.StartsWith(Player.SeekOffset,-)">xxx</value>
<value condition="[!String.IsEmpty(Player.SeekStepSize) | Player.DisplayAfterSeek | Player.Seeking]">xxx</value>

minus doesent seems to work, but + a second value with nothing in the next line ist true if + doesent match.

Regards
Reply
#3
Ah thanks must been having a brain fart moment. String.StartsWith is the right command thanks.
Aussie, Aussie, Aussie, Oi, Oi, Oi

Don't forget the Thank User button if i have helped!
|
V
Reply

Logout Mark Read Team Forum Stats Members Help
Boolean Condition For Seek Forward or backwards0