2008-10-19, 06:17
I rearranged some items on the home screen, and now the bottom two items of the main five don't have the yellow dot, which i'm assuming is home-focus.gif
Otherwise everything works fine. Any idea why it would work on the first three? Here is the code of one that doesn't work.
<description>My Programs normal push button</description>
<posx>53</posx>
<posy>163</posy>
<width>12</width>
<height>14</height>
<hitrect x="45" y="15" w="220" h="40" />
<label>0</label>
<font>special13</font>
<onclick>ActivateWindow(MyPrograms)</onclick>
<onleft>98</onleft>
<onright>96</onright>
<onup>3</onup>
<ondown>4</ondown>
<texturefocus>home-focus.gif</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>30</textoffsetx>
Otherwise everything works fine. Any idea why it would work on the first three? Here is the code of one that doesn't work.
<description>My Programs normal push button</description>
<posx>53</posx>
<posy>163</posy>
<width>12</width>
<height>14</height>
<hitrect x="45" y="15" w="220" h="40" />
<label>0</label>
<font>special13</font>
<onclick>ActivateWindow(MyPrograms)</onclick>
<onleft>98</onleft>
<onright>96</onright>
<onup>3</onup>
<ondown>4</ondown>
<texturefocus>home-focus.gif</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>30</textoffsetx>