I am playing around with clutter and am using if from c#.

Because the c# bindings are in a poor state I am having to create my
own bindings as I go.

clutter_actor_animate is a hard call to interop because it has a
variable number of arguments (something not supported in c#).

However I have something which I think will work, (based on the
example code I have seen).

But when I try to use it I am getting the following assertion.

[clutter] clutter_actor_animate: assertion `duration > 0' failed

I have debugged it and checked that I am passing a value for duration
which is valid ( greater then zero).

This is now the only thing from the tuxradar tutorial which I havn't got going.
http://www.tuxradar.com/content/clutter-beginners-tutorial

So before I spend a lot of time trying to debug the interop I wanted
to check that their was not a known issue with the
clutter_actor_animate function.

I'm using the version of clutter in ubuntu 10.04.
-- 
To unsubscribe send a mail to [email protected]

Reply via email to