ID:162936
 
How do i winset an info on interface? I have 2 info (statpanels) made. 1 on each side of the screen, how do i set one for 1 statpanel "Inventory" and the other for another list? Thnx.



btw sry. im not even sure if winset is used for this xD i just no winset has to do with interfaces changes and stuff. so yeah xD.
I'm not 100% positive you can but i know you can do this with grids take a look at this

http://members.byond.com/ DreamMakers?command=view_post&post=33980
In response to Johan411
Thatnks xD. Very interesting, But doesnt explain what i need :(. I believe its possible, cus there wouldnt be any reason to allow someone to make more then one "Info" tab xD. anyone give an example how to do this? if its possible.
In response to Bladeshifter
You cant use two info tabs at the same time. You could probably change the swap the is-default value of both info panels or something. I would recommend using grids with tabs which are more flexible than info panels.
In response to Kakashi24142
Im not too familiar with interface files yet, can you explain how grids and tabs are used? Or refer me to a tutorial? :P. Thanks.
In response to Bladeshifter
Basically create a new grid control and explore the options. Same with a tab control. Make new panes(with grid controls) and then type in the ids of the panes seperated by commas and the title value of each pane will be the tab name . Remember to auto set anchors. Now this is how you output to grids:
src << output([thing you want to output here],"[grid_id]:[col#],[row#]")

Note that none of those embedded expressions exist, I just put in to show the paces where the information should go.