View Single Post
Old 10-28-2013, 01:11 AM   #4
firescue17
Premium Member
 
firescue17's Avatar
 
Join Date: Apr 2006
Server: Vox
Posts: 126
Interface Author - Click to view interfaces
Default

<TabText>Text</TabText> is the Label you see on a tab. It only applies to <Page items>.

<TabTextActiveColor>R, G, B</TabTextActiveColor> is the Text color when the Tab is active (selected). It only applies to <Page items>.

<TabTextColor>R, G, B</TabTextColor> is the Text color when the Tab is inactive (not selected). It only applies to <Page items>.

Quote:
Originally Posted by Roochie
interesting, could you give just a simply 3 or so lines of code to show the draw template with no border?
If you want a TabBox without a visible border, you will need to declare a complete PageBorderTemplate and a complete TabBorderTemplate using a FrameTemplate consisting of transparent Ui2DAnimation images sized to 0, 0. If one omits any portion of a TabBox template the game will crash either immediately or when trying to Select a different Tab.
__________________

firescue17 is offline   Reply With Quote