View Single Post
Old 03-26-2011, 05:16 AM   #248
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
Ben,
just re-downloades the archive in post#245 and the
doRoot-functionality is missing.
Clicking the Home-button in the Sim with touch-skin didn't close the app.
Spoiler:
Code:
<group id="AUTORUN_GROUP" left="0" right="0" top="0" bottom="0" visible="false">
	<panel skin="AppMainSkin" left="0" right="0" top="0" bottom="0"/>
    <group id="AUTORUN" width="600" top="70" bottom="33">
	   	<sprite id="appIcon" skin="kbookMenuIcon" left="0" width="70" top="-70" height="70" u="44" v="1" active="false" canFocus="false"/>   
		<label id="appTitle" skin="title" left="70" right="0" top="-70" height="70" align="left" text="Sudoku"/>
		<code>
         <function id="doDigit" params="part">
	         this.drawDigit(part.key)
         </function>
         <function id="doMenu">
         	this.doMenuF();
         </function>
         <function id="doCenter">
         	this.doCenterF();
         </function>
         <function id="doMark">
	         this.doCenterF();
         </function>
         <function id="doLeft">
         	this.moveCursor("left");
         </function>
	      <function id="doPrevious">
         	this.moveCursor("left");
         </function>
         <function id="doRight">
         	this.moveCursor("right");
         </function>
         <function id="doNext">
         	this.moveCursor("right");
         </function>
         <function id="doUp">
         	this.moveCursor("up");
         </function>
         <function id="doDown">
        		this.moveCursor("down");
         </function>
      </code>

Last edited by Mark Nord; 03-26-2011 at 05:18 AM.
Mark Nord is offline   Reply With Quote