Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
zachParticipantThis worked well – thank you!
zachParticipantHi Jeremy,
A belated thanks for this! With
canvas.add, I’m not sure how to getwaitto work properly. With the code below, it just hangs at the final word. Any idea how to fix this?Thanks,
ZachnewImage("sb1", "training_sb_inplace.png") .settings.size(sb_width, sb_height) , newCanvas("sprcanv", canv_width, canv_height) .center() .add( sb_x_left, 0, getImage("sb1")) .print() , newController("ds1", "DashedSentence", {s: row.SentenceText, mode: "speeded acceptability", blankText: "+", display: "in place"}) , getCanvas("sprcanv") .add(ds_x_left, ds_y , getController("ds1")) .wait() .remove()
zachParticipantGot it, thanks! Could you post a warning somewhere? Since CUNY deadline is approaching, this could be a particularly intensive week of data collection in psycholinguistics.
zachParticipantThis worked perfectly – thanks!!
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)