I've got a VID list in Rebol2 and I want to make one of the columns some kind of menu from which I can select a value from a set of choices. The code that I'm using was based off of the list-widget-example.r. The set of choices is dynamic.
I tried using "choice" and "rotary" with a static set of choices, but that fared poorly. Using "choice" always used the first value and "rotary" popped open a black window.