Re: [android-developers] Re: trying to start-activity from alertdiaog --please advice

2011-09-29 Thread Manas Shah
Thanks all for your reply.. Its working now. Code was perfect it was me dim who missed out entry in manifest. Thanks Jeremy for remembering it! On Thu, Sep 29, 2011 at 2:08 AM, Studio LFP studio@gmail.com wrote: A guessing game, fun! My guess is... Intent newintent1 = new

[android-developers] Re: trying to start-activity from alertdiaog --please advice

2011-09-28 Thread Jeremy Dagorn
Hi, Activity well-placed in the Manifest? Context when you create your intent is right? On Sep 24, 2:03 pm, Manas Shah shahmana...@gmail.com wrote: Hi, I would like to launch new activity from the PositiveButton of alert dialog but it throws error. here is code i m using...  final

[android-developers] Re: trying to start-activity from alertdiaog --please advice

2011-09-28 Thread Studio LFP
A guessing game, fun! My guess is... Intent newintent1 = new Intent(placeorder.this,finalpage.class); newintent1.setFlags( Intent.FLAG_ACTIVITY_NEW_TASK ); startActivity(newintent1); alertDialog.cancel(); Steven Studio LFP http://www.studio-lfp.com -- You received this message because you are