Hi

 In my Application i have scenario where the Button Should be in
Pressed mode for few seconds and than it should be in unpressed mode

 i have tried using thread But its not working

bt.setPressed(true);
Thread.sleep(2000);
bt.setPressed(false);

this logic is not working... the Button is always in Unpressed mode
Only

please help me out...!!!!

Thanks in Advance for Any replays...!!!!!

Cheers
Imran
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to