Avatar

Howdy, Stranger!

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

Supported by

nadia27

About

Username
nadia27
Joined
Visits
20
Last Active
Roles
Member

Comments

  • Hi @sebastiaan, Just saw this now - thank you! I just tried it out and noticed something: does Text() add a tiny bit of space at the end of the text? I noticed that the gap between words was bigger than the space taken by an underscore, so I printe…
  • Hi Eduard, Thanks for your answer! I did actually try something like that: Create an additional text that is just space, get its width, and then add it to the areas of interest calculation but it didn't quite work (maybe I did something wrong!). I …
  • Hi all, I managed to solve the issue, here's what worked (using PsychoPy as a back-end): self.experiment.window.getMovieFrame() # takes a screenshot of the canvas scn_name = var.item + '.png' filepath = os.path.join(ppt_folder, scn_name) self.exper…
  • Hi eduard, Thanks for the suggestion - That's a very nice way around my issue, thank you!