https://bugzilla.novell.com/show_bug.cgi?id=643409
https://bugzilla.novell.com/show_bug.cgi?id=643409#c0 Summary: Specifying CAMediaTimingFunction.FromName fails Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Customer Blocker: Yes if you try and use CAMediaTimingFunction.FromName and pass in one of the legal values (as specified in the apple docs), you'll get an obj-c exeption: this: keyFrameAnimation.TimingFunction = CAMediaTimingFunction.FromName("kCAMediaTimingFunctionEaseInEaseOut"); results in: MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: CAMediaTimingFunctionInvalid Reason: unknown timing function name: kCAMediaTimingFunctionEaseInEaseOut at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:IntPtr_objc_msgSend_IntPtr (intptr,intptr,intptr) -- 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
