the code for the textbox is the same as the one in the episode viewtype.
![[Image: screenshot000oq.th.jpg]](http://img18.imageshack.us/img18/5333/screenshot000oq.th.jpg)
![[Image: screenshot001nd.th.jpg]](http://img140.imageshack.us/img140/1797/screenshot001nd.th.jpg)
(alien doesent really belong here...)
![[Image: screenshot002bs.th.jpg]](http://img7.imageshack.us/img7/273/screenshot002bs.th.jpg)
(here you can se the incorrect placement of the textbox)
http://www.ehn.se/Viewtype_Season.xml
BobbyOne
Junior Member Posts: 17 Joined: Jan 2010 Reputation: 0 |
2011-01-03 22:36
Post: #1
I'm trying to make a new viewtype for tv show seasons that fit better with the "episode" viewtyp and I have managed to get most of the funtions working but I have a problem with the textbox for plot that doesen't want to move together with the focused layout but stays in the middle.
the code for the textbox is the same as the one in the episode viewtype. ![]() ![]() (alien doesent really belong here...) ![]() (here you can se the incorrect placement of the textbox) http://www.ehn.se/Viewtype_Season.xml |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-01-03 23:26
Post: #2
You'll want a new float animation include for this instead of using Animation_EpisodeFloat.
![]() |
| find quote |
BobbyOne
Junior Member Posts: 17 Joined: Jan 2010 Reputation: 0 |
2011-01-04 00:49
Post: #3
I replaced EpisodeFloat and EpisodePlot animations and now it works! thanks for the help.
Code: <include name="Animation_SeasonFloat">I have som minor tweeks left then I will release a new file. EDIT:I have updated the XML now in the first post
(This post was last modified: 2011-01-04 01:30 by BobbyOne.)
|
| find quote |
tetodbs
Junior Member Posts: 46 Joined: Jan 2010 Reputation: 0 |
2011-01-11 01:14
Post: #4
Nice, how can I add it?
Thanks |
| find quote |
BobbyOne
Junior Member Posts: 17 Joined: Jan 2010 Reputation: 0 |
2011-01-11 21:31
Post: #5
tetodbs Wrote:Nice, how can I add it? I will write a quick guide |
| find quote |
BobbyOne
Junior Member Posts: 17 Joined: Jan 2010 Reputation: 0 |
2011-01-11 21:51
Post: #6
Add the xml in the main post to the 720p folder in alaska and edit the following files:
add all this code to Includes_Animations.xml Code: <include name="Animation_SeasonFloat">add the bold code to "MyVideoNav.xml" Code: <views>51,505,53,57,502,501,52,55,54,56,58,59,503, 508,504,509,507[b],77[/b]</views>add the bold code to "Includes.xml" Code: ... |
| find quote |
tetodbs
Junior Member Posts: 46 Joined: Jan 2010 Reputation: 0 |
2011-01-11 22:31
Post: #7
BobbyOne Wrote:Add the xml in the main post to the 720p folder in alaska and edit the following files: Thanks a lot!!! |
| find quote |