Multiple Selections from popup

Or from something popup-like. Basically, I have what I want to look like/function like a popup, but that allows me to choose multiple items.

Is a popup the way to go here? The data source would be an array controller filled with data from JSON.

It sounds like you want a pull-down menu. See the pullsDown property.

I will do that, and thank you!

after looking at what’s involved and pondering what I am wanting to do, I think a table is a far better way to go here.