Solved included view !!
#1
Why in skin foundation, when I add this view (vue_slide_51) it does not work? yet I make an xml view 51!



<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
PHP Code:
<window id="6">
    <
defaultcontrol always="true">50</defaultcontrol>
    <
allowoverlay>yes</allowoverlay>
    <
views>50</views>

    <
controls>

        <
control type="radiobutton" id="19">
            <
description>Filter (hidden)</description>
            <include>
HiddenButton</include>
        </
control>

        <include>
GlobalBackground</include>

        <include>
View_50_List</include>
        <include>
View_51_slide</include> 

thx .
Reply
#2
Code:
<views>50,51</views>

Also if you have that view in a separate file make sure to add that file in includes.

Code:
<include file="My_View.xml" />
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#3
Thank you very much for your replyWink
Reply
#4
well, it does not work, I do not understand ..
There are lines like: view type label "535" / / I absolutely do not know where this 535 comes in the language file there is nothing like that. Pff i will have to put me of hours of reading of wiki , just for personalized Foundation! Something crazy as they say!
Okay well I'm deserter about the skinner , too complicated for me, I despair
Reply
#5
The list name comes from XBMC's language file -

https://raw.githubusercontent.com/xbmc/x...strings.po

In this case 'List'.

Also check any visible conditions in your new view type.

ie <visible>Control.HasFocus(51)</visible>
Reply
#6
ah ok !!!!!!! I did not understand the 535! Thank you Smile hitcher
Reply

Logout Mark Read Team Forum Stats Members Help
included view !!0