[Mono-bugs] [Bug 640194] Cannot override TextView.Text

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 24 12:40:57 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=640194

https://bugzilla.novell.com/show_bug.cgi?id=640194#c2


Mike Kestner <mkestner at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Mike Kestner <mkestner at novell.com> 2010-09-24 16:40:57 UTC ---
To avoid the java error and still keep the property read/write, we have to mark
it "final" by not adding the virtual keyword.  This essentially makes it
impossible to override getText, but that's preferable to a read-only virtual
property with a final SetText method.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list