Re: [android-developers] TableLayout Problem

2011-03-07 Thread New Developer
To Mark Thanks for the advice and link Here is What debug gives when I activate the Activity which has a TableRow with an EditView NOTE: If I change EditView to TextView All works well DalvikVM[localhost:8635] Thread [1 main] (Suspended (exception RuntimeException))

Re: [android-developers] TableLayout Problem

2011-03-07 Thread Mark Murphy
Allow Eclipse to run past the point of the exception and get the real stack trace in LogCat. On Mon, Mar 7, 2011 at 10:17 AM, New Developer secur...@isscp.com wrote: To Mark Thanks for the advice and link Here is What debug gives  when I  activate the Activity which has a TableRow with an

Re: [android-developers] TableLayout Problem

2011-03-07 Thread New Developer
Never mind I had EditView and NOT EditText my mistake Thanks On Mar 6, 2011, at 8:53 PM, Mark Murphy wrote: Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your crash. It is definitely possible to have EditTexts in

[android-developers] TableLayout Problem

2011-03-06 Thread New Developer
I'm trying to create a simple Table Layout Within the TableRow I can have TextView 's but when I place an EditView in the TableRow It crashes is an Error and ideas how I can create a table row with both an TextView and an EditView Thanks -- You received this message because you are

Re: [android-developers] TableLayout Problem

2011-03-06 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your crash. It is definitely possible to have EditTexts in TableRows: https://github.com/commonsguy/cw-andtutorials/blob/master/03-FancierForm/LunchList/res/layout/main.xml On

[android-developers] TableLayout problem

2009-03-19 Thread Sheepz
Hi all, this is my first post so please excuse any noobiness. I'll cut directly to the problem to save everyone's time: I have made a tableLayout in order to display a grid (should simulate a card game table, but that's not important to this post) take a look at this code: ... TableRow