Visibility condition Control.HasThumb
#1
This is mainly for VideoPlayer.Cover. Currently there's no way I know of to hide VideoPlayer.Cover if it has no thumb. It always falls back to defaultvideo.png. Maybe add a visibility condition for images Control.HasThumb can solve this?
Reply
#2
Try substring(Control.GetLabel,defaultvideo.png).
Image
Reply
#3
Nope, doesn't work because videoplayer.cover doesn't return anything when put in a label control.
Reply
#4
You can do Control.GetLabel on an image control and it returns the image path most of the time... should work also for videoplayer.cover.
Image
Reply
#5
thx, making it an image did the trick!
Reply

Logout Mark Read Team Forum Stats Members Help
Visibility condition Control.HasThumb0