The GUI should be fully customizable in any means. The positions/sizes/bitmaps of any graphical items should be configurable through some configuration files (may be XML files? - I don't know about available XML parsers for such systems). This will make it able to use 'themes' on SX1's Linux. Also I think it will be good to design the GUI software in the way that will allow it to apply the themes without rebooting the device.
Regards,
andrey_korol@mail.ru
Logged In: YES
user_id=1337981
Originator: NO
Just an idea:
To use XML files, there is something called sys/par/tools/xmlimport that converts XML into a database with propietary format.
This approach is used for the defaults.xml.in
In my 2007.04.08 patch I modified the test application to read from it.
Logged In: YES
user_id=1337981
Originator: NO
Just an idea:
To use XML files, there is something called sys/par/tools/xmlimport that converts XML into a database with propietary format.
This approach is used for the defaults.xml.in
In my 2007.04.08 patch I modified the test application to read from it.