by Rob on February 6th, 2009 Microsoft has Windows Mobile on its fair share of phones. Unfortunately it gets absolutely punished in terms of smartphone platform critique and it has failed to become a popular consumer platform, mostly used for enterprise. You would THINK since WINDOWS is the most popular PC platform by a landslide that this should translate to mobile success, right? Wrong. Absolutely wrong. And that is something Microsoft is working to change.It appears as though
Informacja: 2009-02-06
Inne wiadomości z dnia 2009-02-06
As Romain said you're getting the content from your activity ( that don't possess a username_edit item ). you should do : ... Dialog curDialog = (Dialog) dialog; EditText enterNumberField = (EditText) curDialog.findViewById (R.id.username_edit); ... It works for me... Emmanuel [link]
Informacja: 2009-02-06
Dziękujemy za odwiedziny /przegladprasy
On last note : I finally found the Id of this button : android.R.id.button1. here's my try (succesfull ): public void onClick(DialogInterface dialog, int whichButton) { Dialog curDialog = (Dialog) dialog; Button curButton = (Button) curDialog.findViewById ( android.R.id.button1 ); curButton.setText("Coucou");
Informacja: 2009-02-06
Dziękujemy za odwiedziny /przegladprasy
Romain, Thanks for the explanation.
Informacja: 2009-02-06
Dziękujemy za odwiedziny /przegladprasy