(2012-05-04 04:03)wyrm Wrote: No that is not it, what you want is "CommonRootView" include in the ViewsFileMode.xml. Take a look at the file from line 58
PHP Code:
<control type="fixedlist" id="50">
The id="50" is your view id.
Wyrm (xTV-SAF)
oh great, that was it!

Thanks!
screenshot067 par
Borghor, sur Flickr
(2012-05-04 11:46)pecinko Wrote: As a general advice - study your includes.xml
It will probably contain code that is (repeatedly) used in various windows with <include> function as well as other XML files (include file="..") with further code. You may want to organize them differently so it makes sense to you.
You wouldn't believe how much time I lost before I understood that
a lot of things were "hidden" in the includes*.xml !
Thanks for the advice. I was beginning to think it might be a good idea to organise things differently. Especially the ViewsVideoLibrary.xml which contain 15 000 lines of code! I think I'll separate each view into a different file.