24.12.2016, 21:06
(Dieser Beitrag wurde zuletzt bearbeitet: 13.01.2017, 22:28 von KM5TZ.
Bearbeitungsgrund: typo
)
Very nice job Hawkeyexp!
I have found this to be an excellent example with which to learn to create my own addon.
I have one question...
What is the purpose of this Dummy button (in piwire.xml)?
Thank you!
I have found this to be an excellent example with which to learn to create my own addon.
I have one question...
What is the purpose of this Dummy button (in piwire.xml)?
Code:
<!-- not sure what this is? -->
<control type="button" id="1303">
<description>Dummy Focus Button</description>
<posx>-1</posx>
<posy>-1</posy>
<width>1</width>
<height>1</height>
<font>-</font>
<texturenofocus border="5">piwire_overlay.png</texturenofocus>
<texturefocus border="5">piwire_overlay.png</texturefocus>
<ondown>1301</ondown>
<onup>1302</onup>
</control>
Thank you!