Thanks for the reply
but if I do that .....then how can I finish activity on button click event ?
And also My problem is on the previous activity coz I am getting to the
previous activity from button click event on the new activity but I am not
able to do any event on the previous activity after that.
So how can I do that ..??


On Thu, Oct 22, 2009 at 12:02 AM, Naveen Krishna Ch <naveenkrishna.ch@
gmail.com> wrote:

> Add a onDestroy or onPause in the 2nd activity,
> and do a finish there..
>
> 2009/10/22 Shobhit Kasliwal <shobhit.kasli...@gmail.com>
>
>>
>> Hi
>> I am using tabbed Activity and Inside every tab I have different
>> activities. on one of the activity (inside tabs) on click of a button
>> I am starting a new activity(with a button it )  now I want to come
>> back on previous activity on click of that button in new Activity and
>> do some click events.
>> I used the finish() on the new activity and I am getting back to the
>> previous tabbed activity but I am not able to do any click event on
>> that activity.
>> I checked the Logs and it is saying that " No Window to dispatch
>> pointer 1"  what can be the problem  ?
>> I also tried opening a new activity (to open the previous tabbed
>> activity) but still no luck.
>> can anyone suggest me any alternate way of doing that
>>
>>
>
>
> --
> Shine bright,
> (: Naveen Krishna Ch :)
>
>
> >
>


-- 
Shobhit Kasliwal
Application Developer Intern
Liventus Designs
3400 Dundee Rd Northbrook IL 60062
skasli...@liventus.com
office: 847-291-1395 ext. 192
Cell: (309) 826 4709

Charles de 
Gaulle<http://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html>
- "The better I get to know men, the more I find myself loving dogs."

--~--~---------~--~----~------------~-------~--~----~
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
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to