[mono-android] IMEAction examples
Jonathan Pryor
jpryor at novell.com
Thu Mar 31 10:17:43 EDT 2011
On Mar 31, 2011, at 8:23 AM, John Murray wrote:
> Can anyone point me towards some useful examples on how to implement different text entry behaviour?
Best I can currently suggest is looking at the Android SDK Java samples and porting to C# (which shouldn't be that difficult...).
> Nor can I find any example of whether this is the right way t do it ? I’ve also looked at setonfocuschangelistener but the autocomplete widget in mono doesn’t seem to offer this method
You want the View.OnFocusChangeListener property:
http://docs.mono-android.net/index.aspx?link=P%3aAndroid.Views.View.OnFocusChangeListener
That said, I find no references to setOnFocusChangeListener within the Android SDK samples... :-(
- Jon
More information about the Monodroid
mailing list