Re: [racket-users] Re: slideshow with viewer input?

2015-10-18 Thread Jay McCarthy
The slide is basically a canvas%, so it can't contain radio-box%, etc. So, the way to do this is to use the 'interactive' pict: http://docs.racket-lang.org/slideshow/Primary_Slide_Functions.html?q=interactive#%28def._%28%28lib._slideshow%2Fbase..rkt%29._interactive%29%29 That creates another fra

[racket-users] Re: slideshow with viewer input?

2015-10-18 Thread byrondavies
I partly answered my own question. it's entirely possible to have a pop-up, e.g. using gui-utils:get-choice, within the flow of a slide presentation, and have its result control the subsequent slide flow. I was thinking about having questions on the slide screen, with checkboxes or radio button