New files view for movies
#1
Wink 
Currently I am working on a modification for the files view.
Image

I already have a small navigation panel, poster and Outline working (only need some corrections of the margins).

The next thing I want to do is includung the current date and time like in the home view.
Is it possible to include this into the view?
Reply
#2
I must say that the view isn't much Night like, but is nice anyway, so great work.

About the time, yes you can, just add this line at the end:

Code:
<include>Global_Time</include>
Reply
#3
Today I finished the lower part of the view:
Image

Only the Global Time does not work. I tried including the Global_Time parameter, but the time never appeared.
Which is the correct position for the parameter?

These are the last lines of the Viewtype_Files.xml:
Quote: <animation effect="slide" start="0,0" end="-530,0" time="400" tween="cubic" easing="inout" condition="Control.HasFocus(60) + [Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]">Conditional</animation>
</control>
</include>
</includes>

Edit: Global_Time_TopRight_Files is the only one working for me.
Reply
#4
I found the reason:
Global_Time within the includes.xml contains the parameter
Quote:Window.IsActive(Home)
This makes it impossible to use this parameter in other windows than the home screen and keep a consistent layout.
Could someome remove this from Global_Time?

This is my current result:
Image
Reply
#5
I believe there is an include "Global_Time_TopRight" but you may have to adjust the visibility conditions. Pop in in and see what happens.
-stoli-
Reply
#6
Sorry for the mistake, just use "Global_Time_TopRight".
Reply

Logout Mark Read Team Forum Stats Members Help
New files view for movies0