You have too many levels of views in your hierarchy. Remove some of them. On Wed, Sep 9, 2009 at 12:54 AM, drago<[email protected]> wrote: > > Have the same problem, with only one difference. In my case EditText > is used as child of TableLayout (without TableRow). > > Exception: > Uncaught handler: thread main exiting due to uncaught exception > java.lang.StackOverflowError > at android.text.method.ReplacementTransformationMethod > $SpannedReplacementCharSequence.getSpans > (ReplacementTransformationMethod.java:184) > at android.text.Styled.each(Styled.java:43) > at android.text.Styled.foreach(Styled.java:249) > at android.text.Styled.measureText(Styled.java:371) > at android.text.Layout.measureText(Layout.java:1477) > .... > > > > > > > > > >
-- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

