Are there any plans to add an interface element that allows multiselection? i.e. a list of items is displayed to the user, and s/he can select any number of them. The results could be returned as a list in the variable associated with the interface element. Currently, the closest thing to this is the Chooser element, which only allows one choice.
For example, in the agricultural simulation I'm modifying, there are 21 different plans for crop timing that farming units can use. I want the user to be able to easily experiment with different combinations of plans. In NetLogo 5.1, it looks like the best way to do this would be to add 21 switch elements to the interface. Clearly, that takes up a lot of unnecessary screen space, is inflexible (I can't just change an underlying list to alter the options), and requires special processing to collect the results into a list to be used by my code. Thanks! -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
