Howdy, Stranger!

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

Supported by

[open] Applying changes in script?

edited October 2012 in OpenSesame

This may be that I'm working on a mac and there are bugs in this part, but when I put changes into my script and click "apply" it removes them. Poof, they're gone. Any idea why this might be?

Thanks!!!

Comments

  • edited 10:21AM

    What type of script are you editing? If it's a Python inline_script then, yes, unfortunately there are known bugs with Mac OS, as described in this post.

    However, disappearing of lines is not, as far as I know, one of the symptoms of the above issue, so it might be something different. If you are editing the OpenSesame script (by clicking on the Edit script button at the top right of the tab), then disappearing of lines indicates that the line was not recognized as valid script. The parsing mechanism is kind of simple, and does not provide you with helpful feedback: It just ignores what it doesn't understand. Could that be it?

    Perhaps you could give some more details on what exactly you are doing, and which lines are going poof?

    Cheers!

Sign In or Register to comment.