Hi, I'm developing a calculator-like application and I have a strange problem with error popups. I won't say that it is a bug in android yet, but I think it could be.
The UI of the application consists of a ListView at the top and an EditText at the bottom. The ListView is configured to expand to the whole screen except the space needed by the EditText; the EditText is always at the bottom (it looks roughly like the thread view in the SMS application). Now whenever I use setError on the EditText, the popup appears, but the arrow is oriented wrong (upwards, pointing into nowhere). Screenshot: http://thenew.isotton.com/~aisotton/error.png Does anyone have an idea of what could be wrong here? Is there something obvious I'm missing? The source is available here: http://thenew.isotton.com/~aisotton/pcalc.tar.gz The compiled binary is here: http://thenew.isotton.com/~aisotton/pcalc.apk Thanks, Aaron -- Aaron Isotton - http://www.isotton.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

