2009-11-16, 20:59
hi there,
I am question about some buttons in the PM3 skin dont have an onclick but still seem to do stuff..
for example
how do these work? are there hooks in the code itself that listen for these clicks ? i.e windows 5 controlid=3 ?
I am question about some buttons in the PM3 skin dont have an onclick but still seem to do stuff..
for example
Code:
<control type="button" id="3">
<description>Sort by button</description>
<posx>0</posx>
<posy>45</posy>
<include>ButtonCommonValues</include>
<label>103</label>
<onleft>50</onleft>
<onright>4</onright>
<onup>2</onup>
<ondown>99</ondown>
</control>
how do these work? are there hooks in the code itself that listen for these clicks ? i.e windows 5 controlid=3 ?