[Mono-bugs] [Bug 643409] New: Specifying CAMediaTimingFunction.FromName fails

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 4 01:47:04 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: bryancostanich at hotmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list