ID:155549
 
I just got a complaint from a player in my game about there being hovering windows for chat and also the stat/inventory panel, which I agree with. But the reason I use separate windows is because I don't know how to get skin parts to switch.

Over to the right of the screen, there is this large output, which I call the "macro" output because it's only purpose is to print out a list of the macros. I would like to split this output in half, and make the bottom section be able to switch from a stat panel and an output/input ( for chat ), that way I don't need two separate windows for the chat and stat panel, it would all just be in the main window. Would that be possible to do, with something like a verb?
Use a child, then split the window.

EDIT: Use this, http://www.byond.com/members/ DreamMakers?command=view_post&post=34405
In response to ExPixel
I seem to have figured it out, but I have 3 windows. Doesn't this mean one thing will still have to be windowed unless I either move it around to another spot on the mainwindow( I don't think there will be any place where it would look good ) or combine the both the outputs.

I may just have to merge them.
In response to Camdev
You can display childs within childs, so you can put as many windows into one pane as you need.
In response to Nadrew
I get it now. Thanks