by seeing surquizu's extended kBookIcon.png over in the PRS+ thread I started to try to integrate the icon in my code.
Some hours later I found the extremly simple and elegant solution.
Maybe it's just me and this was obvious but I would like to share:
Code:
<group id="AUTORUN_GROUP" left="0" right="0" top="0" bottom="0" visible="false">
<panel skin="calcSkin" left="0" right="0" top="0" bottom="0"/>
<sprite skin="kbookMenuIcon" left="0" width="70" top="0" height="70" u="39" v="1" active="false" canFocus="false"/>
<label skin="title" left="70" right="0" top="0" height="70" align="left" text="Calculator"/>
And by knowing this, I was able to rewrite the Sudoku-Code so that the programm works with only one set of sprites.
See the code over in the Simulator-thread:
here