Hi I have an agent called B in side my agent A. Agent A has been added to the main
. I have a plot inside agent B and I want to show that in my main
. So I am calling currentTurbine.plot.setLocation(plotNode);
in on startup
field in main
but this will not add the plot onto my main. Any reason for this? And how can I achieve this?
Do it differently:
You will now see AgentB's presentation alongside AgentA's presentation on Main