Hi to all, I'm doing some run tests on some WTK Test Applications, but I've seen some things, maybe someone could explain better to me ...
- in ListViewTest I'm not able to set the ListView in a Read-Only mode (for example I pre-select some elements by code and them i don't want the user to modify this selection, but i could change this by code later, for whatever reason), but only in a disabled status. - in ListViewTest I've seen the setItemChecked method, and related method setItemChecked . But if i comment the setItemChecked call, i got an IllegalStateException, ok. To select elements in this case now I have to use setSelectedIndex , or more the addSelectedIndex ... but aren't all these methods doing the same thing: selecting elements in the list ? Maybe could be simpler to have only one method to select elements, depending what to do on the SelectMode and Checked flag ? - in TextInputValidatorTest, as in the first note here I've seen it's not possible to put a Text Input in Read-Only mode ... and maybe all other Pivot elements, right ? - in TextInputValidatorTest, in the textinputFloatRange I've seen that giving inputs in the current Locale all works good, but I haven't find a way to change the Locale, or to set a different format to validators ... how can i do this ? Maybe the simplest thing could be to set a different Locale and let validators using it, in this case all the application would use only a Locale, but i think this is a common case (only a few times i had to manage more locales in the same application, showing more at the same time to the same user ... ). I have to run my applications in a multi-locale environment (but any user with its default or chosen locale) ... thanks. Thanks, Sandro
