Heyho everyone, I just have a bug in my app, but I can't find it, so I decided to ask you for help...
First of all, how my snippet works... - You click on TextView - It shows an AlertDialog with an EditText containing the current content of the TextView - After typing in the EditText and submitting the dialog, it writes the content of the EditText in the TextView So, when clicking on the TextView, this will be executed: http://pastebin.com/LQiLnd9G In my changeText()-Function, it creates an AlertDialog with the given title and a TextField to be "edited"... http://pastebin.com/g6KXx2W1 It writes the content of the TextView in the EditText, but won't do it in the other direction. I canuse *TextView.setText("xxx")* ( in a non-static way ) but can't use *TextView.setText(variable) *Hope, someone can help me, Tino Ruge* * -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

