Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

from.render() not working with legacy backend

I'm trying to show a simple form (no user input) for 2 seconds.
After constructing the form with python, I'm calling:
form.render() self.sleep(2000)

However, the form is only shown for a really short time and the sleep seems to happen before that. It works fine with other backends, such as Expyriment.
Is this a bug or am I missing something?

The reason I'm using the legacy backend is the slow performance with the other backends, as I'm using many touchable image buttons (changing their image on touch).

Comments

Sign In or Register to comment.