Issues using Info page on Addons
#1
Hello , I already made a new file with the name "Custom_ProgramsInfo_1128" and already put the <oninfo>ActivateWindow(1128)</oninfo> on the view that I wanted.

Image

changed the id and the type (if the type is not set to "dialog", the background is black without images and no information available.
PHP Code:
<window id="1128" type="dialog"

  1. How can I add the background?
  2. How can I use the buttons?
For example the "play" button, I can't find this button (id="8") defined in any .xml file.
The button for the trailer (id="11" ) is defined on MyVideoNav and I have a trailer on $INFO[ListItem.trailer], but it doesn't play. It isn't defined to

What do I need to do on this two button to play the game and play the trailer?

Best regards


EDIT 1 - other example. how can this code show the plot on the info page. where is the id="4" defined. On the programs it doesn't show the plot, I had to "tell him" what was the $INFO.
PHP Code:
<control type="label">
                            <
width>100%</width>
                            <
height>36</height>
                            <
font>Tiny</font>
                            <
textcolor>Dark1</textcolor>
                            <
label></label>
                            <
aligny>center</aligny>
                        </
control>
                        <
control type="textbox" id="4">
                    
                            <
width>100%</width>
                            <
height>94</height>
                            <
font>Tiny</font>
                            <
textcolor>Dark2</textcolor>
                            <
align>justify</align>
                        </
control

EDIT 2 - I guess the problem with the background it's not it showing up, is the last windows that doesn't disappear. is there a way to add that animation on the addons, when we enter the info window. For now I will put a background on the window that appears

EDIT3 - If I remove the play button or change the id, all the row ok button, disappear. why?
Reply

Logout Mark Read Team Forum Stats Members Help
Issues using Info page on Addons0