Dialog Select Show director's films from main view
#1
Hello,
my English is not the best. I hope I get support for XBMC 12.3 Frodo here. I would like to display the list of the director's films from the main film view. The same function as from DialogVideoInfo.xml. I copied the controls onloads from DialogVideoInfo.xml to MyVideoNav.xml. The Select dialog, the DialogSelect.xml, is not displayed. The dialog Select the DialogSelect.xml is displayed when I insert the control " ActivateWindow(12000,[return]) ". The list of companies (ID3) is not displayed. The controls in the main view for displaying films see picture. Is it possible to display the director movies list from the main view like from video information dialog. Here are the controls in the MyVideoNav.xml to display Dialog Select. Thank you
Reply
#2
Here are the controls in the main view:


<control type="group">
  <control type="button" id="13">
    <posx>991</posx>
    <posy>284</posy>
    <width>854</width>
    <height>42</height>
    <texturenofocus>-</texturenofocus>
    <label>-</label>
    <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
    <ondown>600</ondown>
    <visible>!IsEmpty(ListItem.Director)</visible>
  </control>
  <control type="group">
    <control type="button" id="131">
      <posx>-2000</posx>
      <posy>-1100</posy>
      <width>0</width>
      <height>0</height>
      <onclick>SetProperty(ListType,Director,home)</onclick>
      <onleft>SetProperty(ListType,Director,home)</onleft>
      <onfocus>SetProperty(ContainerTitle,$INFO[ListItem.Director],home)</onfocus>
      <onclick>SetFocus(601)</onclick>
      <onleft>SetFocus(601)</onleft>
      <onup>7000</onup>
      <ondown>501</ondown>
      <onright>501</onright>
    </control>
  </control>
  <control type="group">
    <control type="panel" id="601">
      <posx>347</posx>
      <posy>320</posy>
      <width>820</width>
      <height>177</height>
      <onleft>131</onleft>
      <visible allowhiddenfocus="true">Control.HasFocus(601)</visible>
      <include>Animation_VisibleChange200</include>
      <animation effect="slide" start="0,0" end="2000,0" time="0" condition="!Control.HasFocus(601)">Conditional</animation>
      <onright>131</onright>
      <onup>131</onup>
      <ondown>600</ondown>
      <scrolltime>200</scrolltime>
      <orientation>vertical</orientation>
      <itemlayout height="35" width="555">
        <control type="label">
          <width>555</width>
          <height>30</height>
          <textoffsetx>15</textoffsetx>
          <font>Font_Reg28_2</font>
          <info>ListItem.Label</info>
          <textcolor>FFFF8247</textcolor>
          <disabledcolor>66868686</disabledcolor>
          <focusedcolor>white</focusedcolor>
          <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
        </control>
      </itemlayout>
      <focusedlayout height="35" width="555">
        <control type="image">
          <width>555</width>
          <height>37</height>
          <texture border="8">views/tripanel/listselect_fo.png</texture>
          <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
          <visible>Control.HasFocus(601)</visible>
        </control>
        <control type="label">
          <width>555</width>
          <height>30</height>
          <textoffsetx>15</textoffsetx>
          <info>ListItem.Label</info>
        </control>
      </focusedlayout>
      <onright>501</onright>
      <content>
        <item>
          <label>31197</label>
          <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">SetFocus(13)</onclick>
          <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">Action(Select)</onclick>
          <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">SendClick(12000,2000)</onclick>
          <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">ActivateWindow(12000,[return])</onclick>
          <onclick>SetFocus(600)</onclick>
        </item>
        <item>
          <label>31096</label>
          <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&feed=search&search=$ESCINFO[ListItem.Director],return)</onclick>
          <onclick>Action(Close)</onclick>
        </item>
        <item>
          <label>31066</label>
          <onclick>SetFocus(600)</onclick>
        </item>
        <item>
          <label>31172</label>
          <onclick condition="Stringcompare(Window(home).Property(ListType),Actors)">RunScript(script.metadata.actors,$ESCINFO[Container(600).Listitem.Label])</onclick>
          <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">RunScript(script.metadata.actors,$ESCINFO[ListItem.Director])</onclick>
          <visible>System.HasAddon(script.metadata.actors)</visible>
          <onclick>SetFocus(600)</onclick>
        </item>
      </content>
    </control>
  </control>
  <control type="panel" id="600">
    <posx>875</posx>
    <posy>326</posy>
    <width>950</width>
    <height>217</height>
    <onleft>600</onleft>
    <animation effect="fade" start="100" end="0" time="160" condition="Control.HasFocus(601)">Conditional</animation>
    <onright>600</onright>
    <onup>131</onup>
    <ondown>501</ondown>
    <scrolltime>200</scrolltime>
    <orientation>horizontal</orientation>
  </control>
  <control type="image">
    <posx>526</posx>
    <posy>279</posy>
    <width>377</width>
    <height>36</height>
    <texture>views/tripanel/listselect_fo1.png</texture>
    <visible>Control.HasFocus(131) | Control.HasFocus(601) </visible>
  </control>
  <control type="image">
    <posx>907</posx>
    <posy>281</posy>
    <width>207</width>
    <height>294</height>
    <texture>views/tripanel/Regisseur_Rahmen.png</texture>
    <visible>Control.HasFocus(131) | Control.HasFocus(601) </visible>
  </control>
</control>
Reply
#3
an important information.
I use the Aeon Nox Master skin.
I hope for your help.
If you need more information, I will send.
Reply

Logout Mark Read Team Forum Stats Members Help
Dialog Select Show director's films from main view0