abobader wrote:I look under text (category>doc>title) and all ok, but the name do not come out.
It very small issue, but could not manage to knwo the reason why it do not display the name of the title. This only happend in 2 screen, all the others are ok.
The database named "doc".
I can think of two possible reasons why:
1. I think I may have confused you by using Database and Category interchangeably (and telling you at first to clone the Movie screen instead of creating a new category), when they are two separate but linked concepts. Database and Category are not the same thing (though they can have the same names for simplicity) -- Database is the actual .xml file containing all your entries and created with the Import process, Category is more of an abstract concept or classification of database, like Music, Movies, etc. So when you created this screen, linked to the "doc" database, did you go to the Screen tab in the Skin Editor and also type "doc" into the Category field and hit add, then link that box to your "doc" database? This is the same as what you did in Step 6 above. In other words, make sure you have set a category named "doc" or whatever you want to call it (Step 6, paragraph 2), make sure that category is linked to your "doc" database (Step 2d), and make sure whatever you called the category shows up in the "name" field under Item > Category in the Skin Editor if you highlight that box in the screen. If not, something was not done right and Xlobby won't know how to translate "category>doc>title".
2. If you already did everything above and it's still not working, look into the database itself (F2 > Databases > Edit) and make sure you have a field for "title" or whatever you are trying to display. If you created a custom import, your metamask will determine the names of the fields in your database. For example, using this metamask \\(?<Series>.*)\\(?<Season>.*)\\(?<Name>.*)\. * creates Series, Season, and Name fields. So if I want to display the title of the show, I have to use category > category name > name instead of category > category name > title.
Hope that made sense (and solves your problem).