runaddon onclick does not work
#3
If i try to open radio from a widget written in xml
XML:
<control type="group">
                <left>190</left>
                <top>92</top>
                <visible>!Skin.HasSetting(HomepageHideWidgetRadios) + Container(9000).Hasfocus(108) </visible>
                <animation effect="fade" start="0" end="100" time="300" delay="350">Visible</animation>
                <control type="group">
                    <control type="label">
                        <description>Title label</description>
                        <left>-118</left>
                        <top>40</top>
                        <width>110</width>
                        <height>100</height>
                        <label></label>
                        <align>right</align>
                        <aligny>top</aligny>
                        <font>Regular18</font>
                        <textcolor>white</textcolor>
                        <shadowcolor>black</shadowcolor>
                        <wrapmultiline>true</wrapmultiline>
                    </control>
                    <control type="panel" id="8004">
                        <left>0</left>
                        <top>0</top>
                        <width>912</width>
                        <height>176</height>
                        <onleft>8004</onleft>
                        <onright>8004</onright>
                        <onup>600</onup>
                        <ondown>9000</ondown>
                        <scrolltime>200</scrolltime>
                        <orientation>Horizontal</orientation>
                        <include>RadiosLayout1</include>
                        <include content="radioNormal" />                                
                       <onclick>RunAddon($INFO[Container(ID).ListItem.Property(Addon.ID)])</onclick>
                    </control>
                </control>
            </control>
Reply


Messages In This Thread
runaddon onclick does not work - by aka.kuro - 2020-06-16, 14:40
RE: runaddon onclick does not work - by FXB78 - 2020-06-16, 14:48
RE: runaddon onclick does not work - by aka.kuro - 2020-06-16, 14:58
RE: runaddon onclick does not work - by ronie - 2020-06-16, 15:40
RE: runaddon onclick does not work - by ronie - 2020-06-16, 18:42
RE: runaddon onclick does not work - by ronie - 2020-06-16, 22:04
RE: runaddon onclick does not work - by ronie - 2020-06-17, 16:35
RE: runaddon onclick does not work - by ronie - 2020-06-18, 17:29
Logout Mark Read Team Forum Stats Members Help
runaddon onclick does not work0