Re: [android-developers] How to add a dynamic editable text area to a LinearLayout

2012-09-07 Thread Justin Anderson
> > I did but it wasn't very helpful. > If you know how to read a Java stacktrace it would be very helpful. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Sep 7, 2012 at 8:21 AM, Knutsford Software < i...@knutsford-software.co.uk> wrote: > I did

Re: [android-developers] How to add a dynamic editable text area to a LinearLayout

2012-09-07 Thread Knutsford Software
2012 3:07 PM Subject: Re: [android-developers] How to add a dynamic editable text area to a LinearLayout I thought it was something like TextView tv = new TextView(null); to start with but that crashes. Well... did you look at the error you get when it crashes? I'm guessing that

Re: [android-developers] How to add a dynamic editable text area to a LinearLayout

2012-09-07 Thread Justin Anderson
> > I thought it was something like TextView tv = new TextView(null); to start > with but that crashes. > Well... did you look at the error you get when it crashes? I'm guessing that you can't pass in null for a context... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/si

[android-developers] How to add a dynamic editable text area to a LinearLayout

2012-09-07 Thread plw
I am writting an app that reads a database and dispays the record contents to the screen which can the be changed and the database updated. How do I add the text field dynamically to the linearlayout do they are editable? I thought it was something like TextView tv = new TextView(null); to sta