If this template helps then use it. If not then just delete and start from scratch.
Win10 & Mac
PsychoPy version = v2021.2.3
Standard Standalone? y
What are you trying to achieve?
I built an experiment using a builder and some specific code utilizing the code component in the builder.
I am trying to adjust a slider size during the experiment to ensure that it’s size is optimal. Example of what I am doing is here
I added a slider component using builder and then used the code component to adjust the slider size at the beginning of the routine.
I got an attribution error here
When I tried updating the size in the builder by setting size to every repeat
I got this error
Also, I am unable to change the spatial units for the slider. All these errors were when I ran it locally on my computer. Are we able to modify the slider in the experiment? I need to use the builder because I want to run it online later on.
Does anyone knows what is wrong?