Hi, thanks, I got it working.
In test-threads.c there was this row:
clutter_threads_add_idle_full (G_PRIORITY_DEFAULT + 30,
update_label_idle,
update, NULL);
So I though it is safe to put my clutter_* code same place. (So is
this clutter_threads_add_idle_full also in clutter API or not?)
Now I put my code under update_label_idle, which have clutter_actor_*
calls, so this might be safe place?
I have lots of code using ClutterScript and json files. I realized
that my target platform is too slow to load actors when needed, but it
has lots of memory. I would like to use existing code, not to rewrite
them using 'load-async'.
-Aapo Rantalainen
--
To unsubscribe send a mail to [email protected]