Hi Mark, it is not due to the regexp in the code and the if-else... The problem seems to be that this is not the Main Activity, but a subactivity! When I do the same thing in the main activity, it works.
I have found tons of examples, but always with the easy constellation, i.e. when you want to show alerts in the main dialog. More, I am now trying to fix this with the Handler, implementing the runnable interface on the very activity and trying to work with Thrad.class. Any other ideas? I cannot believe that nobody is facing this situation? Many thanks in advance, Tommaso On 7 Mrz., 13:59, Mark Murphy <[email protected]> wrote: > Tommaso wrote: > > The problem is that the dialog does't show! > > You might try a simpler case and build up from there. For example, get > rid of the regular expression match. If it then starts working, you know > your issue is with the regular expression, not withAlertDialog. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android Training in Sweden --http://www.sotrium.com/training.php --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

