Re: [mono-android] KeyListener trouble

2012-09-28 Thread EricW
I have tried with setOnEditorActionListener but also a lot of errors that are unclear to me as of why they come. using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; using Android.Text; using Android.Text.Method ; using Android.Views.InputMethods; namespace SiteZoek

Re: [mono-android] KeyListener trouble

2012-09-29 Thread EricW
Yes, that did it. Thanks! _ From: jheerman [via Mono for Android] [mailto:ml-node+s1047100n5712014...@n5.nabble.com] Sent: zaterdag 29 september 2012 3:09 To: Eric van der Wouden Subject: Re: KeyListener trouble The examples provided were from the Android api docs (w/ Java). You c

[mono-android] how to add swipe?

2012-10-01 Thread EricW
Hi, I building an app with two activities. The first one is for login. After login the second activity is started. On this activity I have 3 tablelayouts in a ViewFlipper. On the first tablelayout the user can do a search. On the other layouts the results are shown. I would like the user to be ab