
samth
2018-8-21 15:24:12

trhawes
2018-8-21 17:03:34
@trhawes has joined the channel

ben
2018-8-21 20:30:02
does anyone know how to write a script that (1) creates a frame, (2) shows the frame (3) waits a few seconds and exits ? I didn’t see a way to wait for (send my-frame show #t)
to finish, and calling sleep
stopped everything including the drawing (even if the frame was created in a different thread)

hgualandi
2018-8-21 20:40:22
@hgualandi has joined the channel

ben
2018-8-21 20:48:00
it works to make the frame in a new eventspace

ben
2018-8-21 21:12:16
https://github.com/racket/plot/commit/ceb2fa9fca4cca6ab11884c81273cf2e8edc0632 lets hope making a new eventspace doesn’t cause issues with drdr

shu--hung
2018-8-21 21:27:24
re sleep: try sleep/yield

shu--hung
2018-8-21 21:27:33
but this does not sync with anything