[android-developers] Re: Exception using ScrollView in landscape orientation

2011-03-01 Thread xoggoth
Logcat when started when already in landscape and not in debug. Don't think it adds much. 03-01 17:21:36.053: INFO/ActivityManager(52): Start proc com.inverts.uk for activity com.inverts.uk/.InvertsUK: pid=243 uid=10025 gids={1015} 03-01 17:21:36.243: DEBUG/ddm-heap(243): Got feature list request

Re: [android-developers] Re: Exception using ScrollView in landscape orientation

2011-03-01 Thread Kostya Vasilyev
01.03.2011 20:26, xoggoth пишет: 03-01 17:21:36.933: WARN/dalvikvm(243): threadid=3: thread exiting with uncaught exception (group=0x4001b188) 03-01 17:21:36.943: ERROR/AndroidRuntime(243): Uncaught handler: thread main exiting due to uncaught exception 03-01 17:21:36.963:

Re: [android-developers] Re: Exception using ScrollView in landscape orientation

2011-03-01 Thread Justin Anderson
* ..lots more E 243* Do you see the java.lang.NullPointerException? That is the problem causing the crash. Look for a caused by clause in the stack trace after this point. That usually references one of your files and gives a line number where the NullPointerException happened. On Tue, Mar 1,

[android-developers] Re: Exception using ScrollView in landscape orientation

2011-03-01 Thread xoggoth
Sorry, still a bit of a novice at this. Was trying to narrow down the fault by cutting down code and managed to create a completely different one although the main problem was still as stated, switch to landscape gives crash and source not found. However, with the buttons back in and the correct

[android-developers] Re: Exception using ScrollView in landscape orientation

2011-03-01 Thread xoggoth
Sorry, trying to cut down code to narrow fault and managed to put in new problems although the main errors, crash and sourec not found stayed the same. However with the buttons back in and the relevant Logcat I found the fault: ComponentInfo{com.inverts.uk/com.inverts.uk.InvertsUK}:

Re: [android-developers] Re: Exception using ScrollView in landscape orientation

2011-03-01 Thread Kostya Vasilyev
02.03.2011 0:17, xoggoth пишет: Sorry, still a bit of a novice at this. Was trying to narrow down the fault by cutting down code and managed to create a completely different one although the main problem was still as stated, switch to landscape gives crash Check the logcat. You only posted a