View Single Post
Old 07-25-2010, 11:39 AM   #8
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
integration of topbar icon

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
Mark Nord is offline   Reply With Quote