Two form components: size and positon of scond form affects first form

Hello, I would like to notify that I’m encountering the same bug, and I could work around it thanks to umb’s last message.

Psychopy version : 2022.2.5
OS version : Windows 11

I have the following flow in the builder :

image

The sound_comp routine has a form that works perfectly well, then I added the user_info routine where I needed another form. It turns out that the form in user_info is restricted to the size of the one in sound_comp, as in putting (1, 1) or more in height units as the size will never yield something bigger than the form in sound_comp.

I added a Code component in user_info where I put umb’s code in the “Begin Routine” section to work around it :

userForm._setAperture()