[android-developers] Re: Dynamic TableLayout problem

2010-02-03 Thread David Arm
Ok, solved y just have to use final on the tablelayout statement. If someone wants the code ill post it. Thanks for your reply Beth. On 2 feb, 18:13, Beth wrote: > David, > The output shows you have a null pointer at line 93 of your activity. > Look there for a solution. > Also, I noticed you hav

[android-developers] Re: Dynamic TableLayout problem

2010-02-02 Thread Beth
David, The output shows you have a null pointer at line 93 of your activity. Look there for a solution. Also, I noticed you have System.out.println. Where are you expecting the println output to appear? You might want to replace that with Android.util.log. Regards, Beth On Feb 2, 3:41 am, David Ar

[android-developers] Re: Dynamic TableLayout problem

2010-02-02 Thread David Arm
No idea? :s On 1 feb, 22:09, David Arm wrote: > Sorry, double post. > > On 1 feb, 18:37, David Arm wrote: > > > Hi! Im having a problem with a tablelayout. Im trying to add rows > > dinamically and display the content of these rows (there are not > > content problems as T tested it and the app h

[android-developers] Re: Dynamic TableLayout problem

2010-02-01 Thread David Arm
Sorry, double post. On 1 feb, 18:37, David Arm wrote: > Hi! Im having a problem with a tablelayout. Im trying to add rows > dinamically and display the content of these rows (there are not > content problems as T tested it and the app has all the data that it > needs). > > This is the java code a