Re: [mono-android] Help Android.Views.View.KeyHandler Error

2011-10-17 Thread Jonathan Pobst
The event turned into a property because it wants a return type of bool, instead of void, which events cannot provide. We fixed a bug that we were returning indeterminate garbage to java for the return value. We discussed this internally, and we think we want to turn it back to an event, with

[mono-android] Help Android.Views.View.KeyHandler Error

2011-10-17 Thread Jose M. Rivera Ortiz
Hi, I updated to version 1.9.1 and now I am getting the following error: Operator '+=' cannot be applied to operands of type 'Android.Views.View.KeyHandler' and 'method group' The code was working flawless in version 1.2, what is the problem now? Thanks _