I am building a simulation dashboard. I have created a Graphical User Interface diagram, and I have inserted a Frame. I would like to be able to display images based on sub-properties of the block, which is tied to this Frame. However, my end goal is to be able to visualize sub-sub-components of this parent block. Ideally I would go down 3 levels in some cases.
I can only get images to show up which are direct children of the owning Frame's system block. I create these by creating a panel, and associating a part block owned by that parent system block, and then dragging in the corresponding image switcher. This works; but when I then try to nest panels within this children panels, I see nothing.
I would like to be able to insert a nested panel into the frame, and allow it to display information when in certain states. Can I do this? It seems like Java Swing, which I've heard simulation toolkit is built around, could handle this type of complexity. I have yet been able to find out how to do this in Cameo.
Thanks.