Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-26 Thread Lucas Boucher
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Lucas Boucher www.pachristmas.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-26 Thread Lucas Boucher
*; * if*(!done_once) { if (latitude == 0 || longitude == 0) { gps_initialized= false ; dialog.dismiss(); main(); } else { gps_initialized= true; dialog.dismiss(); main(); } } } }); On Sun, Sep 26, 2010 at 12:19 PM, Mark Murphy mmur...@commonsware.comwrote: On Sun, Sep 26, 2010 at 12:06 PM, Lucas Boucher

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-26 Thread Lucas Boucher
, meant it was getting created and initialized to false every time through. In other words, doing nothing. -- Kostya 26.09.2010 20:44, Lucas Boucher пишет: Check GPS Status Again., new DialogInterface.OnClickListener() { *** boolean done_once = false; * @Override public void onClick

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-25 Thread Lucas Boucher
email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Lucas

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-25 Thread Lucas Boucher
For reference I am working on a SIM and I can actually see the dam button grey out, just keep getting multiple alertdialogs if I button mash. If I go at a normal pace everything works perfect. On Sun, Sep 26, 2010 at 12:38 AM, Lucas Boucher lbouche...@gmail.comwrote: Ya, been trying to disable

Re: [android-developers] Re: Button Mashing Alert Dialog

2010-09-25 Thread Lucas Boucher
with it, if you button mash this is what you should expect. (I actually hate saying that because i test software at work, and hate stupid little things like this. To me they make the software look half baked.) On Sun, Sep 26, 2010 at 12:58 AM, Lucas Boucher lbouche...@gmail.comwrote: For reference I am