Multiple Text Output Windows

We can have multiple graphs to show us what is happening in our models and multiple views of our model (via a little programming of plots) but not textual outputs. I often need multiple textual streams and ATM have to have a switch to swap between these.

Thanks

What do you mean you currently have to have a switch to swap between them?

It would be helpful for us to see a concrete example of what you currently do and what you want to be able to do.

Well due to having only one output window I often have the window accompanied by switches or a chooser (as in the below diagram).

Then buried in the code “if output-type = “degug logging” [output-print (word…” statements.

then by changing the chooser I can temporarily change the purpose of the output to another purpose, but not have them all at the same time (other than by saving lots of text files and then calling those up - but that is not in real time).

I sometimes do something similar with the worldview, but for that I can program seperate plots to give me different visualisations of what is happening in a model, so this is less of a limitation for me.

Got it, that makes total sense. Multiple views is also a good idea (according to me at least: Second view to visualize different aspects of the same agents). We will consider both of these for future releases.