Maybe I'm stupid, but when you start an app from scratch and you place to components a button and text and you name the text txtBox and add the following script Apperyio("txtBox").text("100"); When you click the button, I can't understand why a simple statement like this won't wo...