(2010年01月04日 09:32), Roman Romano wrote:
> No joy :-(
>
> here's what i did:
>
>          btn_Contact = (Button) findViewById(R.id.btn_Contact);
>          btn_Contact.requestFocus();
>          editText_Message = (EditText) findViewById(R.id.messageText);
>          btn_Save = (Button) findViewById(R.id.btn_Save);
>
> but the EditText remains the first thing that is active on launching
> the intent.
>
> Any other suggestions??
>
That's interesting. How about put

         btn_Contact.requestFocus();

at the last line in onCreate() ?


Rgds, kaio.

-- 
Caius 'kaio' Chance ☺ かいお
   Fedora Project Contributor http://fedoraproject.org/wiki/User:kaio
   kaio at fedoraproject.org, kaio on irc.freenode.net, GPG: 17BEFCFA

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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