Thank you for your quickly reply.
On 2010-08-10 16:49, Emmanuele Bassi writed:
On Tue, 2010-08-10 at 16:39 +0800, golfish wrote:
clutter 1.2.6
I modified test-behave.c in clutter source code directory.
1. set fps of timeline to 400
how can you do this, since FPS have been removed since Clutter 1.0?
clutter_timeline_new (400)
2. add sleep(1) in button_press_cb()
you're blocking the main loop. do *not* ever call sleep() in a main
loop-based toolkit.
I use sleep() for simulation. For example, reading a large file...
If the error is occurred because I block the main loop. But how to
explain the animation looks fine if I delete the process of
clutter_timeline_set_direction.
Regards,
Golfish
_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list