View Single Post
Old 02-14-2011, 03:05 AM   #159
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
Quote:
Originally Posted by hcripe View Post
I got Sudoku working on the PRS-600 today. It turned out to be the gridCursor lines in the Sudoku.xml file.
...
3 - <sprite skin="gridCursor" id="gridCursor" left="81" width="44" top="195" height="44" u="0" active="false" canFocus="true"/>
....
Thank you Howard for finding this!

I have this lines removed, because the sprite isn't used any longer, BUT each <group> needs at least one (1) focusable sprite to process events.

Seams that for the non-touch setup there is one, while for the touch version it was missing. (I tought that one of the "gridsprites" will act accordingly)

Quote:
Where do I go to find the simulator for Windows and is it hard to get running?
As Ben stated the latest code is in Post #59. It is also linked from the very first post in this thread.

Just unpack the ZIP in any folder you like and start "FSK Starter.exe"
(A vertical screen-resolution of 1024 lines or more is recommended -
If missing DLLs are reported copy them from the original Sony Firmware Updater for PRS-505. As the Sim is based on it).

I would recommend to read at least Post #1, #6, #24 and #31 in this thread, too.

Enjoy developing for your Sony!

PS: If your C knowledge suits embeded Linuxes, there are challenges for a JS to binary gateway, as well as integrating a stardict-compatible dictonary for all Sony - PRS.

Last edited by Mark Nord; 02-14-2011 at 03:08 AM.
Mark Nord is offline   Reply With Quote