Well, for one, your onFocusChange() method is empty... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware
On Wed, Jun 13, 2012 at 6:24 AM, Rafael Botelho <[email protected]>wrote: > I am using a simple DatePicker and I set focuse change listner for > DatePicker, but after I leave the DatePicker nothing happens. I read in > somewhere that Because the DatePicker itself does not get focus, its > children do. Someone can send an example of How I can do that? > > My code: > > DatePicker VdpDate = (DatePicker) findViewById(R.id.dpDate); > > VdpDate.setOnFocusChangeListener(new View.OnFocusChangeListener() { > public void onFocusChange(View v, boolean hasFocus) { > > } > }); > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

