wildgoose;581566 Wrote: 
> I am also having the same problem, rating doesn't work on the Touch when
> holding down the number botton.
> 
> My guess is the Touch is handling the keypress, you see the image
> wobbles a bit and a beep to indicate the key press has been received,
> but rejected. It probably didn't pass the keypress to the Server which
> would trigger TrackStat. On the SBv3, it probably passed 'unknown'
> keypress back to the server.

On the SB3 every keypress goes directly to the server, there is no
processing locally. In addition everything you see on the screen comes
directly from the server. 

This is not true on the Touch, its a very different architecture. The
GUI (key presses, touches and screen drawing) get handled by a program
called squeezeplay running on the Touch processor. Key presses don't
get "passed on" to the server, they get processed on the Touch, if
squeezeplay determines they mean a change in the server it sends
commands to the server to tell it to do something. 

In order to do what you are after squeezeplay would have to be modified
to interpret your key presses appropriately and send the appropriate
commands to the server. SP has an extension mechanism called applets
which alows people to write code such as this and add them into SP.
Applets are essentially the plugins for SP. 

If the function in question doesn't have a command that can be sent
over the network it might take both a plugin in the server and an
applet on the Touch.

John S.


-- 
JohnSwenson
------------------------------------------------------------------------
JohnSwenson's Profile: http://forums.slimdevices.com/member.php?userid=5974
View this thread: http://forums.slimdevices.com/showthread.php?t=81237

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to