https://bugzilla.novell.com/show_bug.cgi?id=671111
https://bugzilla.novell.com/show_bug.cgi?id=671111#c0 Summary: Can't override CALayer:NeedsDisplayForKey as it is marked static Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Apple iOS 4.2 Status: NEW Severity: Major Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Development Blocker: Yes Description of Problem: Can't override CALayer:NeedsDisplayForKey as it is marked static. The documentation states: "Subclasses should override this method and return true if the layer should be redisplayed when the value of the specified attribute changes. Animations changing the value of the attribute will also trigger redisplay." That is what I need to do. Steps to reproduce the problem: 1. sub class CALayer -> MyLayer : CALayer 2. try and override NeedsDisplayForKey 3. you can't because it is static Actual Results: Can't override Expected Results: Can override How often does this happen? every time Additional Information: -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
