Re: [mono-android] TableLayout AddView

2011-10-13 Thread Jonathan Pryor
On Oct 11, 2011, at 6:31 PM, Rodney J. Thomas wrote: > I'm trying to dynamically add rows to a tablelayout. It keeps crashing with > the message UnknownMember AddView on the TableLayout object. Could you please provide the full error output? Alternatively, could you please file a bug at bugzilla

[mono-android] TableLayout AddView

2011-10-11 Thread Rodney J. Thomas
I'm trying to dynamically add rows to a tablelayout. It keeps crashing with the message UnknownMember AddView on the TableLayout object. Seems to be able to add views to rows but can't add the row to the table. Has anyone else experienced this? Does anyone have an example of dynamically adding rows