I got Sudoku working on the PRS-600 today. It turned out to be the gridCursor lines in the Sudoku.xml file.
Using the files from the Sudoku_Fix.rar file, I added the gridCursor lines back from the Sudoku_Click files. There were three changes:
1 - <cutout id="gCursor" x="0" y="80" width="44" height="44"/>
2 - <skin id="gridCursor"
cutouts="gCursor"/>
3 - <sprite skin="gridCursor" id="gridCursor" left="81" width="44" top="195" height="44" u="0" active="false" canFocus="true"/>
This made the menus work properly. I don't have a PRS-505 to test with, so I don't know if this breaks it for the 505.
I have attached the Sudoku.xml file I am using.
Howard
Last edited by hcripe; 02-13-2011 at 05:16 PM.
|