View Single Post
Old 02-13-2011, 01:55 PM   #156
hcripe
Junior Member
hcripe is on a distinguished road
 
Posts: 5
Karma: 55
Join Date: Feb 2010
Location: Kansas - USA
Device: Sony PRS-600
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
Attached Files
File Type: xml sudoku.xml (28.0 KB, 435 views)

Last edited by hcripe; 02-13-2011 at 05:16 PM.
hcripe is offline   Reply With Quote