Solved Need your help ;) for new view
#1
I created a new view
Well displayed in menu view, edit viewicon2.xml file includes.xml, menu.xml, myvideoNav.xml and variable.xml,

view works well, but I can not display the title information and other information.

Is that I forgot a few things? I saw this "detail_Thumbnails"

but I do not understand why it does not work. Is that I forgot to change some things?

Who can help me? I do not understand why the information is not displayed, but the flag post and view and not to be displayed correctly. Why? I'm lost!

Thank you and sorry for my bad english.

Cheers



PHP Code:
xml version="1.0" encoding="UTF-8"?>
<includes>
<!--STRIP POSTER--> 
    <include name="viewIcon2Portrait-ContainerCommons">
        <control type="image">
            <width>184</width>
            <height>266</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>170</width>
                <height>252</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>37</left>
                <top>78</top>
                <width>96</width>
                <height>96</height>
                <include>art_DefaultIcon</include>
            </control>
            <control type="image">
                <width>170</width>
                <height>252</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio align="center" aligny="top">scale</aspectratio>
            </control>
            <control type="group">
                <left>144</left>
                <top>226</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
    <include name="view_Icon2Portrait">
        <control type="panel" id="58">
            <viewtype label="Strip">bigicon</viewtype>    
            <left>35</left>
            <top>250</top>
            <width>1272</width>
            <height>425</height>
            <onup>6000</onup>
            <ondown>71</ondown>
            <onleft>52</onleft>
            <onright>52</onright>
            <focusposition>1</focusposition>
            <pagecontrol>71</pagecontrol>
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets)</visible>
            <itemlayout width="194" height="277">
                <include>viewIcon2Portrait-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="194" height="277">
                <control type="image">
                    <width>184</width>
                    <height>266</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>viewIcon2Portrait-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>
    
<!--POSTERSMALL-->
    <include name="view_Icon2PortraitSmall-ContainerCommons">
        <control type="image">
            <width>129</width>
            <height>184</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">    
                <width>115</width>
                <height>170</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>25</left>
                <top>53</top>
                <width>64</width>
                <height>64</height>
                <texture>$INFO[ListItem.ActualIcon]</texture>
                <aspectratio>keep</aspectratio>
                <visible>IsEmpty(ListItem.Thumb)</visible>
            </control>
            <control type="image">
                <width>115</width>
                <height>170</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="group">
                <left>89</left>
                <top>144</top>
                <include>status_Info</include>
            </control>
        </control>
    </include>
    <include name="view_Icon2PortraitSmall">
        <control type="panel" id="581">
            <viewtype label="Strip">icon</viewtype>    
            <left>55</left>
            <top>250</top>
            <width>1272</width>
            <height>250</height>
            <onup>6000</onup>
            <ondown>71</ondown>
            <onleft>52</onleft>
            <onright>52</onright>
            <preloaditems>1</preloaditems>
            <focusposition>1</focusposition>
            <pagecontrol>71</pagecontrol>            
            <orientation>horizontal</orientation>
            <include>global_Scrolltime</include>
            <include>transition_Content</include>
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(sets)</visible>
            <itemlayout width="139" height="194">
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </itemlayout>                                            
            <focusedlayout width="139" height="194">
                <control type="image">
                    <width>129</width>
                    <height>184</height>
                    <include>art_Frame-fo</include>
                </control>
                <include>view_Icon2PortraitSmall-ContainerCommons</include>
            </focusedlayout>
        </control>
    </include>
    <include name="detail_Thumbnails">
        <control type="group">
            <!--flags-->
                <control type="image">
                    <right>77</right>
                    <top>640</top>
                    <include>detail_StarRating</include>
                    <aspectratio align="right" aligny="top">keep</aspectratio>
                    <visible>IntegerGreaterThan(ListItem.Rating,0)</visible>
                </control>
                <control type="image">
                    <right>72</right>
                    <top>640</top>
                    <width>128</width>
                    <height>64</height>
                    <texture>$VAR[flag_Studio]</texture>
                    <aspectratio align="right" aligny="center">keep</aspectratio>
                    <visible>SubString(Container.FolderPath,plugin://plugin.video.the.trailers)</visible>
                </control>
                <control type="group">
                    <left>60</left>
                    <top>645</top>
                    <control type="label">
                        <label>$VAR[global_Title]</label>
                        <width>1100</width>
                        <include>detail_Title</include>
                    </control>
                    <control type="label">
                        <top>25</top>
                        <label>$VAR[global_Info]</label>
                        <width>750</width>
                        <include>detail_Sub</include>
                        <visible>!SubString(Container.FolderPath,plugin) + !SubString(ListItem.Icon,default)</visible>
                    </control>
                    <control type="label">
                        <top>25</top>
                        <label>$VAR[global_Info.Addon]</label>
                        <width>750</width>
                        <include>detail_Sub</include>
                        <visible>SubString(Container.FolderPath,plugin) + !SubString(ListItem.Icon,default)</visible>
                    </control>
                </control>
            </control>
            <!--large grid-->
            <control type="group">
                <visible>Control.IsVisible(58)</visible>
            <!--small grid-->
            <control type="group">
                <left>770</left>
                <top>93</top>
                <visible>Control.IsVisible(581) + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons)]</visible>
                <control type="grouplist" id="1000">
                    <itemgap>0</itemgap>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Label]</label>
                        <include>detail_Title</include>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Genre]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(movies)</visible>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[16101] $LOCALIZE[20360]]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(tvshows) + !IsEmpty(ListItem.TVShowTitle)</visible>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$INFO[ListItem.Year]$INFO[ListItem.Duration, • , $LOCALIZE[31701]]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(movies)</visible>
                    </control>
                    <control type="label">
                        <width>460</width>
                        <label>$VAR[nextaired_Info]</label>
                        <include>detail_Sub</include>
                        <visible>Container.Content(tvshows) + !IsEmpty(ListItem.TVShowTitle)</visible>
                    </control>
                    <control type="image">
                        <width>112</width>
                        <height>40</height>
                        <include>detail_StarRating</include>
                        <aspectratio align="left" aligny="center">keep</aspectratio>
                    </control>
                    <control type="textbox" id="4">
                        <width>460</width>
                        <height>355</height>
                        <label>$VAR[global_Plot]</label>
                        <include>detail_Text</include>
                        <visible>!SubString(ListItem.Icon,default)</visible>
                    </control>
                </control>
                <control type="image">
                    <bottom>40</bottom>
                    <width>128</width>
                    <height>48</height>
                    <aspectratio align="left">keep</aspectratio>
                    <texture>$VAR[flag_Studio]</texture>
                </control>
            </control>
        </control>
</include>
</includes> 
Reply
#2
Nobody can help me ? ?
Reply
#3
You post a code snippet that is full with includes and variables but that code is not shown, there's no real problem description and on top of that you bump this thread in 6 hours...
Reply
#4
Sorry, several days that I'm on the problem. I took the code refocus, I made ​​a mod I like to see. I copied and pasted xml and changed every necessary element, it displays well, it is usable (the view) but the information is not displayed. Yet there are all necessary elements in this code. I made a duplicate of this post, I'm in the wrong thread. another application is in the skin and help. Sorry again. : (

I read the wiki, I understand things I must not be very good, but I increased my speed. I need your help, if you can and if you want, that would be great. thank you

Sad
Reply
#5
Okay, well since it is a refocus mod, your best bet is to talk to Jeroen. He can probably make sense of that code snippet, cause as-is I cant.
Reply
#6
okay, well thank you very much, I'll see if I can disturb Jeroen Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Need your help ;) for new view0