GhostXoP Posted November 28, 2012 Share Posted November 28, 2012 I have taken a look at tabs and tab panels, and my question is how i would create a panel with multiple tabs each tab showing a different panel of items? Would i create one panel and attach multiple tabs, or many panels each per tab? I would guess that its one panel, and hide/show items depending upon the tab pressed? Link to comment
Castillo Posted November 28, 2012 Share Posted November 28, 2012 You need only one tab panel, then you can add tabs with: guiCreateTab, and then you create the GUI elements with the tab element as parent. Link to comment
GhostXoP Posted November 28, 2012 Author Share Posted November 28, 2012 Much more simple then i had expected, Thank you. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now