Unfortunately its not easy to do. What is displayed on the Touch is not
just simple text, there are graphics elements and touch sensitivity
areas as well. All of these have to be coordinated, you can't just
change one. 

All of these are defined in a "skin file", currently there are two, the
one used when touching the screen and the one used for IR remote use. 

There is no reason that it HAS to stay this way, anybody is free to
write their own skin files, but these are huge files with rather
cryptic syntax. In order to change a particular menu you would need to
find the lua code that implements the page in question, sift through
the lua code to find the menu style being used, then go to the skin
file and find the implementation of that style. Then you can start
modifying it. It takes quite a bit of experimenting to get all the
parameters right so everything works and looks good. 

Everything that uses that particular menu style will now change. If you
want the menu in just one place to change you will need to create a new
menu style and change the lua code for the page to point at the new
style. 

Simple right? <maniacal cackle heard through the room>

John S.


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

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

Reply via email to