Buttons' text, Options... in uppercase?
Still exploring the possibilities of your tool. I added a select box to my app, adding three possibilities. Descriptions are in lowercase, but when I test run the app, the descriptions are added in uppercase.
Also, I was trying to understand how to make a buttin invisible. So I added an element to the XML my REST is producing, with "false" as a result, and mapped this attribute to the button's Visible attribute. Nope, it still shows. So I mapped also the "false" attribute to the button's text. Here it is, but all in uppercase.
Why all these uppercase strings? And how does the "visible" attribute work?
Thanks in advance for any support.