зеркало из https://github.com/mono/mail-archives.git
79 строки
2.7 KiB
HTML
79 строки
2.7 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-osx] MonoMac: CoreAnimation
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20MonoMac%3A%20CoreAnimation&In-Reply-To=">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="003145.html">
|
||
|
<LINK REL="Next" HREF="003822.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-osx] MonoMac: CoreAnimation</H1>
|
||
|
<B>Duane Wandless</B>
|
||
|
<A HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20MonoMac%3A%20CoreAnimation&In-Reply-To="
|
||
|
TITLE="[Mono-osx] MonoMac: CoreAnimation">duane at wandless.net
|
||
|
</A><BR>
|
||
|
<I>Sun Sep 19 17:49:51 EDT 2010</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="003145.html">[Mono-osx] Problems with UIToolbar buttons
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="003822.html">[Mono-osx] Help! Getting a Mono Test Error Message
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#3146">[ date ]</a>
|
||
|
<a href="thread.html#3146">[ thread ]</a>
|
||
|
<a href="subject.html#3146">[ subject ]</a>
|
||
|
<a href="author.html#3146">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>I tried to use the AnimationStopped event on CAAnimation. The code gets
|
||
|
into a recursive loop from the stack trace that is generated.
|
||
|
|
||
|
anim.AnimationStopped += delegate {
|
||
|
layer.RemoveFromSuperLayer();
|
||
|
};
|
||
|
|
||
|
The hang actually occurs on this line. I've not looked in this yet as
|
||
|
creating a subclass of CAAnimationDelegate works.
|
||
|
|
||
|
Duane
|
||
|
-------------- next part --------------
|
||
|
An HTML attachment was scrubbed...
|
||
|
URL: <A HREF="http://lists.ximian.com/pipermail/mono-osx/attachments/20100919/7c33b544/attachment.html">http://lists.ximian.com/pipermail/mono-osx/attachments/20100919/7c33b544/attachment.html</A>
|
||
|
</PRE>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="003145.html">[Mono-osx] Problems with UIToolbar buttons
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="003822.html">[Mono-osx] Help! Getting a Mono Test Error Message
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#3146">[ date ]</a>
|
||
|
<a href="thread.html#3146">[ thread ]</a>
|
||
|
<a href="subject.html#3146">[ subject ]</a>
|
||
|
<a href="author.html#3146">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-osx">More information about the Mono-osx
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|