View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#6
I think perhaps the options can only have integer values, and must be in order, i.e.

Code:
<xml version='1.0' encoding='UTF-8'>
<settings>
  <group title="Theme">
      <selection key="/meegotouch/theme/name" title="Select a theme:">
        <option title="Default" >1</option>
        <option title="Faster Darker" >2</option>
    </selection>
  </group>
</settings>
The documentation is not exactly exhaustive on what options are available when using a declarative applet. What you need is to be able to set a string value using either a button row or selection list.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post: