Example:
Like Icon Ultima, I'm curious as to how would I be able to place tabs under tabs like a Sub-division. I'm not sure if it's a matter of setting up the skin or a some sort of code.
May 12 2013, 7:26 am
|
|
Looks like an Info control on a pane embedded in a Tab control.
|
In response to Kaiochao
|
|
Sorry, I'm trying really hard to code and do things by myself but I don't understand what you mean.
|
It's skin stuff. There's a Skin Reference and Lummox's tutorial that you can look through.
Basically: When you create a window, you have the option of making it a pane instead. Panes can only be used when embedded in a Tab or Child control. A Tab control can contain multiple panes at once, showing a tab for each, while a Child control can contain two panes and have a movable splitter dividing them. An Info control is where your Stat() panels and verb panels are displayed. There can only be one at a time in a skin. |
In response to Kaiochao
|
|
Thank you for the help, I'll look into it.
|