Ting Li wrote:
> It seems if the graphics window is waiting for some input event, e.g. using
> soya.process_event() in the
> script, this problem will not appear.

I think Soya does some odd things when an app is not doing
the full handling of input events that would normally be
done in a real application.

I've noticed on MacOSX that some of the examples give a
continuous spinning beachball when run from a Terminal, and
instead of keyboard events going to the Soya process they go
to the Terminal instead, even when it's not in the foreground.
It doesn't seem to stop any of the animation or graphics from
working, though.

Maybe the solution is just to update those examples so
that they run an event loop properly?

--
Greg

_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to