Use g_signal_connect_after or signal-after::completed, this might work ! - kiran
On Wed, Dec 30, 2009 at 10:16 AM, Uday Verma <[email protected]> wrote: > I think you should probably invest some time into getting Scores and > Timelines working for you: > > http://clutter-project.org/docs/clutter/stable/ClutterScore.html > > <http://clutter-project.org/docs/clutter/stable/ClutterScore.html>They are > there specifically for this purpose and will make things much easier. > > -Uday > > > On Tue, Dec 29, 2009 at 9:33 PM, Jianchun Zhou <[email protected]>wrote: > >> Dear list: >> >> I now want to use clutter_actor_animate one after one in this fashion: >> >> First, use clutter_actor_animate, and connect "completed" signal. >> >> Second, in "completed" signal handler I use another clutter_actor_animate, >> and connect "completed" signal as well >> >> I found that the second "completed" signal handler were not executed. >> >> Anybody know why? >> >> Thanks. >> >> -- >> Best Regards >> > >
