Awesome.
And here’s a couple notes for the road… these are “minor” in that having any type of editable textbox is just awesome enough. But here’s my update after playing for about 2 hours.
–> Changing the height/width of a text box scales it, it doesn’t actually change the size, that’s inconvenient for doing a full screen textbox that changes size to account for the keyboard when you tap on it. If you leave it full screen, of course you can’t see what you’re typing beneath the keyboard.
–> I tried various ways to rectify this, include instantly removing the textbox and creating a new one of the correct size, with the text. Unfortunately, this type of setup only works with a delay of about 1000 ms between the initial user tap to the time you can show the keyboard for the new textbox. Otherwise, the keyboard seems to get stuck with the original field that’s been removeSelf’d… which is weird.
–> I also tried creating both large and small textboxes, keeping the small one off screen and then, on the “began” phase of the large textboxes, moving large out and the small one into place, and changing the keyboard focus. Unfortunately the “fail” there is that the cursor disappears so you basically have no idea where in the textbox you’re editing unless you’re typing something and new letters magically appear.
**> The end result is that I kept both my large and small textbox. I have the full screen textbox as NON-editable and I added an “edit notes” button, which switches textboxes to the small, editable one and changes itself to a “save notes” button. tapping save notes returns to the full screen view with no keyboard. (I could create them on the fly, but it seems a little quicker on the iphone to keep one offscreen and move them around as needed.)
All in all and in the end, I was able to make a pretty decent looking “notes” field in my latest app with about 2 hours of toying. If I had known what I know now, it would have taken about 10 minutes. 
Thanks much… I think this is a great thing for Corona and opens the door to a whole lot of “different” apps.
… and be sure to check out all the stuff on Apple Push Notification I sent to Carlos… *evil persistent grin*
[[edit to correct egggzageration of 3 hours – i only toyed for 2 hours. lol]]
Best,
~~Kenn
[import]uid: 13859 topic_id: 14598 reply_id: 54027[/import]