[Mono-bugs] [Bug 543112] New: API bindings for CALayer, CAAnimation are missing
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Sep 30 06:03:07 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=543112
Summary: API bindings for CALayer, CAAnimation are missing
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Class Libraries
AssignedTo: gnorton at novell.com
ReportedBy: vijay.santhanam at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB;
rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
I had to write my bindings for CALayer -(void) addAnimation:forKey:
and CAAnimation @property duration like so
void_objc_msgSend_IntPtr_string(l.Handle,new
Selector("addAnimation:forKey:").Handle,anim.Handle,null);
void_objc_msgSend_double(anim.Handle,new Selector("setDuration:").Handle,5.0d);
Would be good to have these bound
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: http://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