Greetings:
In the iPhone app that I’m currently developing, I’ve been making use of the “text area” widget. I have discovered that the text in the fields using that widget are editable when I run the app in the test center. This makes sense, but what I really want is a way to put larg(er) amounts of text into my app which can’t be edited at runtime. Is there such a widget, or is there a way to disable the editing capability of the text area widget at runtime (I haven’t found one, but that doesn’t mean it doesn’t exist). Thanks for your help and thanks for producing this awesome and stupendous tool! – Bill Colby-Newton
Additional note: OK, I just found that using a panel component and a text label seems to do the trick – the text label supports lengthier texts, and can’t be edited at runtime. Now my question is: Is that the only way available to do what I have described above, or is there an even niftier way that I haven’t found yet? Thanks again!