Reply to thread

While developing plugin I came to strange problem, I want to have label on my button that starts with number, here's the code from skin file:

[CODE]    <control>

      <description>7dana</description>

      <type>button</type>

      <id>54</id>

      <posX>50</posX>

      <posY>220</posY>

      <width>100</width>

      <label>7 dana</label>

      <onleft>53</onleft>

      <onright>51</onright>

      <onup>53</onup>

      <ondown>51</ondown>

    </control>[/CODE]

But when run in MP 1.0.0 it doesn't show any text on button label. The button works normally, except it's unlabeled.

Am I doing something wrong, or is it a bug?


Top Bottom