EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 05-16-2015, 03:02 AM
aseop aseop is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 18
Default Only top portion of button working

So I have modifed the socials window to add a button to open a related custom UI piece. The button except for looks is okay. The issue is that only pressing the top portion of the button actually opens anything.... The button is <Button location="230,30" Name="Performances" .. so what am I doing wrong? Here is the code:

Code:
<?xml version="1.0" encoding="utf-8"?>
        <Page Activated="true" eq2opensound="ui_window_main_open" eq2usescomwndcontrols="true" Location="0,109" Name="Socials" ScrollExtent="332,370" Size="332,370" UserMovable="true">
            <ImageStyle Filter="true" Name="voiceImage">
                <ImageFrame Name="image" Source="images/widgets01.dds" SourceRect="122,202,137,217" />
            </ImageStyle>
            <DataSource Name="TabSource">
                <Data Name="Emotes" target="MainTabPage.EmotesPage" text=":9d797bef9131eec2:Emotes" />
                <Data Name="Macros" target="MainTabPage.MacrosPage" text=":9d797bef0c26aa2e:Macros" />
            </DataSource>
            <Page Location="7,64" Name="MainTabPage" PackLocation="left,top" RStyleMouseOver=" " RStyleMouseOverActivated=" " RStyleMouseOverSelected=" " RStyleSelected=" " ScrollExtent="314,288" Size="314,288">
                <Page AbsorbsInput="false" Location="-1,-2" Name="EmotesPage" ScrollExtent="317,280" Size="317,280">
                    <Page Location="5,9" Name="Entry0" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="46,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="53,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3:Dance like a fool</Text>
                    </Page>
                    <Page Location="5,55" Name="Entry1" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="46,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="53,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3_1:Dance like a fool</Text>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="5,101" Name="Entry2" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="46,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="53,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3_2:Dance like a fool</Text>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="5,147" Name="Entry3" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="46,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="53,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3_3:Dance like a fool</Text>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="5,193" Name="Entry4" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="46,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="53,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3_4:Dance like a fool</Text>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="156,9" Name="Entry5" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="93,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="1,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignment="Right" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3_5:Dance like a fool</Text>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="109,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="156,55" Name="Entry6" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="93,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="1,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignment="Right" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3_6:Dance like a fool</Text>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="109,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="156,101" Name="Entry7" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="93,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="1,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignment="Right" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3_7:Dance like a fool</Text>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="109,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="156,147" Name="Entry8" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="93,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="1,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignment="Right" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3_8:Dance like a fool</Text>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="109,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="156,193" Name="Entry9" ScrollExtent="155,48" Size="155,48">
                        <Image AbsorbsInput="false" Location="93,2" Name="Voice" PackLocation="left,bottom" ScrollExtent="15,15" Size="15,15" Style="voiceImage" />
                        <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="1,6" Name="Name" ScrollExtent="102,34" ShadowStyle="/ShadowStylesNew.Drop.style" Size="102,34" TextAlignment="Right" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797befdc193be3_9:Dance like a fool</Text>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="109,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Button Location="2,246" Name="Previous" ScrollExtent="75,30" Size="75,30" Style="/CommonElements.PushButton.data.style">:9d797bef04460075:Previous</Button>
                    <Button Location="239,246" Name="Next" ScrollExtent="75,30" Size="75,30" Style="/CommonElements.PushButton.data.style">:9d797bef5be240fd:Next</Button>
                    <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="104,253" Name="PageText" ScrollExtent="106,17" ShadowStyle="/ShadowStylesNew.Drop.style" Size="106,17" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797bef21ec01bd:Page 1 of 10</Text>
                </Page>
                <Page AbsorbsInput="false" Enabled="false" Location="-1,-2" Name="MacrosPage" ScrollExtent="317,280" Size="317,280" Visible="false">
                    <ButtonStyle DisabledTextColor="#AEAF9C" DisabledTextStyle="/Fonts.FontZapf15" MouseOverTextColor="#ECDDA4" MouseOverTextStyle="/Fonts.FontZapf15" Name="bright_textonly_button_right" NormalTextColor="#FAF9F5" NormalTextShadowStyle="/ShadowStylesNew.Drop.style" NormalTextStyle="/Fonts.FontZapf15" PressedTextColor="#FFFC8C" PressedTextStyle="/Fonts.FontZapf15" RStyleActivated="textonly_button_dummy_image" RStyleDefault="textonly_button_dummy_image" RStyleDisabled="textonly_button_dummy_image" RStyleMouseOver="textonly_button_dummy_image" RStyleMouseOverSelected="textonly_button_dummy_image" RStyleSelected="textonly_button_dummy_image" SelectedTextStyle="/Fonts.FontZapf15" TextAlignment="Right" />
                    <ButtonStyle DisabledTextColor="#AEAF9C" DisabledTextStyle="/Fonts.FontZapf15" MouseOverTextColor="#E9DCA7" MouseOverTextStyle="/Fonts.FontZapf15" Name="dull_textonly_button_right" NormalTextColor="#99978E" NormalTextShadowStyle="/ShadowStylesNew.Drop.style" NormalTextStyle="/Fonts.FontZapf15" PressedTextStyle="/Fonts.FontZapf15" RStyleActivated="textonly_button_dummy_image" RStyleDefault="textonly_button_dummy_image" RStyleDisabled="textonly_button_dummy_image" RStyleMouseOver="textonly_button_dummy_image" RStyleMouseOverSelected="textonly_button_dummy_image" RStyleSelected="textonly_button_dummy_image" SelectedTextStyle="/Fonts.FontZapf15" TextAlignment="Right" />
                    <ButtonStyle DisabledTextColor="#AEAF9C" DisabledTextStyle="/Fonts.FontZapf15" MouseOverTextColor="#ECDDA4" MouseOverTextStyle="/Fonts.FontZapf15" Name="bright_textonly_button_left" NormalTextColor="#FAF9F5" NormalTextShadowStyle="/ShadowStylesNew.Drop.style" NormalTextStyle="/Fonts.FontZapf15" PressedTextColor="#FFFC8C" PressedTextStyle="/Fonts.FontZapf15" RStyleActivated="textonly_button_dummy_image" RStyleDefault="textonly_button_dummy_image" RStyleDisabled="textonly_button_dummy_image" RStyleMouseOver="textonly_button_dummy_image" RStyleMouseOverSelected="textonly_button_dummy_image" RStyleSelected="textonly_button_dummy_image" SelectedTextStyle="/Fonts.FontZapf15" TextAlignment="Left" />
                    <ButtonStyle DisabledTextColor="#AEAF9C" DisabledTextStyle="/Fonts.FontZapf15" MouseOverTextColor="#E9DCA7" MouseOverTextStyle="/Fonts.FontZapf15" Name="dull_textonly_button_left" NormalTextColor="#99978E" NormalTextShadowStyle="/ShadowStylesNew.Drop.style" NormalTextStyle="/Fonts.FontZapf15" PressedTextStyle="/Fonts.FontZapf15" RStyleActivated="textonly_button_dummy_image" RStyleDefault="textonly_button_dummy_image" RStyleDisabled="textonly_button_dummy_image" RStyleMouseOver="textonly_button_dummy_image" RStyleMouseOverSelected="textonly_button_dummy_image" RStyleSelected="textonly_button_dummy_image" SelectedTextStyle="/Fonts.FontZapf15" TextAlignment="Left" />
                    <Page Location="5,9" Name="Entry0" ScrollExtent="157,48" Size="157,48">
                        <Button BackgroundOpacity="0.000" Location="50,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_left" TextMaxLines="2">:9d797befe8f38e02:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="5,55" Name="Entry1" ScrollExtent="157,48" Size="157,48">
                        <Button BackgroundOpacity="0.000" Location="50,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_left" TextMaxLines="2">:9d797befe8f38e02_1:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="5,101" Name="Entry2" ScrollExtent="157,48" Size="157,48">
                        <Button BackgroundOpacity="0.000" Location="50,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_left" TextMaxLines="2">:9d797befe8f38e02_2:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="5,147" Name="Entry3" ScrollExtent="157,48" Size="157,48">
                        <Button BackgroundOpacity="0.000" Location="50,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_left" TextMaxLines="2">:9d797befe8f38e02_3:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="5,193" Name="Entry4" ScrollExtent="157,48" Size="157,48">
                        <Button BackgroundOpacity="0.000" Location="50,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_left" TextMaxLines="2">:9d797befe8f38e02_4:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="3,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="153,9" Name="Entry5" ScrollExtent="158,48" Size="158,48">
                        <Button BackgroundOpacity="0.000" Location="1,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_right" TextMaxLines="2">:9d797befe8f38e02_5:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="111,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="153,55" Name="Entry6" ScrollExtent="158,48" Size="158,48">
                        <Button BackgroundOpacity="0.000" Location="1,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_right" TextMaxLines="2">:9d797befe8f38e02_6:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="111,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="153,101" Name="Entry7" ScrollExtent="158,48" Size="158,48">
                        <Button BackgroundOpacity="0.000" Location="1,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_right" TextMaxLines="2">:9d797befe8f38e02_7:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="111,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="153,147" Name="Entry8" ScrollExtent="158,48" Size="158,48">
                        <Button BackgroundOpacity="0.000" Location="1,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_right" TextMaxLines="2">:9d797befe8f38e02_8:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="111,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Page Location="153,193" Name="Entry9" ScrollExtent="158,48" Size="158,48">
                        <Button BackgroundOpacity="0.000" Location="1,6" Name="Button" PackLocation="proportional,proportional" ScrollExtent="107,34" Size="107,34" Style="dull_textonly_button_right" TextMaxLines="2">:9d797befe8f38e02_9:(Click to edit)</Button>
                        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.button" Location="111,3" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
                    </Page>
                    <Button Location="2,246" Name="Previous" ScrollExtent="75,30" Size="75,30" Style="/CommonElements.PushButton.data.style">:9d797bef04460075_1:Previous</Button>
                    <Button Location="239,246" Name="Next" ScrollExtent="75,30" Size="75,30" Style="/CommonElements.PushButton.data.style">:9d797bef5be240fd_1:Next</Button>
                    <Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="104,253" Name="PageText" ScrollExtent="106,17" ShadowStyle="/ShadowStylesNew.Drop.style" Size="106,17" TextAlignment="Center" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:9d797bef21ec01bd_1:Page 1 of 10</Text>
                </Page>
            </Page>
            <Page AbsorbsInput="false" Location="-12,-2" Name="WindowFrame" PackSize="absolute,absolute" ScrollExtent="356,367" Size="356,367">
                <ButtonStyle DisabledTextColor="#A0A0A0" DisabledTextShadowStyle="/ShadowStylesNew.Drop.style" DisabledTextStyle="/TextStyles.Small.SmallStyle" MouseOverSound="ui_mouseover" MouseOverTextColor="#FFFF00" MouseOverTextShadowStyle="/ShadowStylesNew.Drop.style" MouseOverTextStyle="/TextStyles.Small.SmallStyle" Name="InfoCenter_Button" NormalTextColor="#F0D080" NormalTextShadowStyle="/ShadowStylesNew.Drop.style" NormalTextStyle="/TextStyles.Small.SmallStyle" PressedTextShadowStyle="/ShadowStylesNew.Drop.style" PressedTextStyle="/TextStyles.Small.SmallStyle" PressSound="ui_pressed" ReleaseSound="ui_released" RStyleActivated="/CommonElements.SmallPushButton.data.pressed.rect" RStyleDefault="/CommonElements.SmallPushButton.data.default.rect" RStyleDisabled="/CommonElements.SmallPushButton.data.disabled.rect" RStyleMouseOver="/CommonElements.SmallPushButton.data.mouseover.rect" RStyleMouseOverSelected="/CommonElements.SmallPushButton.data.pressed.rect" RStyleSelected="/CommonElements.SmallPushButton.data.pressed.rect" SelectedTextShadowStyle="/ShadowStylesNew.Drop.style" SelectedTextStyle="/TextStyles.Small.SmallStyle"/>
				<ButtonStyle DisabledTextColor="#A0A0A0" DisabledTextShadowStyle="/ShadowStylesNew.Drop.style" DisabledTextStyle="/TextStyles.Small.SmallStyle" MouseOverSound="ui_mouseover" MouseOverTextColor="#F0D080" MouseOverTextShadowStyle="/ShadowStylesNew.Drop.style" MouseOverTextStyle="/TextStyles.Small.SmallStyle" Name="InfoCenter_Button_Inactive" NormalTextColor="#F0D080" NormalTextShadowStyle="/ShadowStylesNew.Drop.style" NormalTextStyle="/TextStyles.Small.SmallStyle" PressedTextShadowStyle="/ShadowStylesNew.Drop.style" PressedTextStyle="/TextStyles.Small.SmallStyle" PressSound="" ReleaseSound="" RStyleActivated="/CommonElements.SmallPushButton.data.disabled.rect" RStyleDefault="/CommonElements.SmallPushButton.data.disabled.rect" RStyleDisabled="/CommonElements.SmallPushButton.data.disabled.rect" RStyleMouseOver="/CommonElements.SmallPushButton.data.disabled.rect" RStyleMouseOverSelected="/CommonElements.SmallPushButton.data.disabled.rect" RStyleSelected="/CommonElements.SmallPushButton.data.disabled.rect" SelectedTextShadowStyle="/ShadowStylesNew.Drop.style" SelectedTextStyle="/TextStyles.Small.SmallStyle"/>
				<TabbedPane ActiveTab="0" DataSource="TabSource" Location="30,36" Name="TabPane" PackLocation="left,top" PackSize="absolute,fixed" ScrollExtent="296,36" Size="296,36" Style="/WindowElements.WindowFrame.data.tab_data.tabbed_pane_style" TargetPage="MainTabPage" />
                <Button Location="300,8" Name="Settings" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.settings.style" Tooltip=":9d797befec278586:Window Settings" UserMovable="true" />
                <Button Location="280,8" Name="Help" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.help.style" Tooltip=":9d797bef574a0c6d:Help" UserMovable="true" />
                <Button Location="320,8" Name="Close" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.close.style" Tooltip=":9d797bef2d3f513f:Close" UserMovable="true" />
                <Button location="230,30" Name="Performances" PackLocation="left,top" ScrollExtent="100,30" Size="100,30"  Tooltip="Open Performances" OnPress="show_window MainHUD.Performances" Style="InfoCenter_Button">Performances</Button>
 				<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="166,0" Name="RightGrouper" PackLocation="right,top" RStyleDefault="/WindowElements.WindowFrame.data.right_grouper.rect" ScrollExtent="190,70" Size="190,70" />
                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="LeftGrouper" RStyleDefault="/WindowElements.WindowFrame.data.left_grouper.rect" ScrollExtent="300,70" Size="300,70">
                    <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="30,3" MaxLines="1" Name="Title" PackSize="absolute,fixed" ScrollExtent="170,20" ShadowStyle="/ShadowStylesNew.Outline.style" Size="170,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080">:9d797bef58e17e0a:Socials</Text>
                </Page>
                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.WindowFrame.data.frame.rect" ScrollExtent="356,367" Size="356,367" />
                <Page AbsorbsInput="false" backdropcontrol="true" BackgroundOpacity="1.000" Location="13,27" Name="UpperTabBkg" PackLocation="left,top" PackSize="a,f" RStyleDefault="/WindowElements.WindowFrame.data.upper_tab_bkg.rect" ScrollExtent="330,43" Size="330,43" />
                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="0,35" Name="Bkg" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.WindowFrame.data.bkg.rect" ScrollExtent="356,332" Size="356,332" />
            </Page>
        </Page>

Last edited by aseop : 05-16-2015 at 03:03 AM. Reason: Adding information
Reply With Quote
  #2  
Unread 05-17-2015, 07:10 AM
Darqwood's Avatar
Darqwood Darqwood is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Posts: 847
Default

Your custom button is underneath the TabPane element. Two possible ways to fix this: 1) add AbsorbsInput="false" to the TabPane element, or 2) move the custom button above the TabPane in the source listing.
Attached Thumbnails
Click image for larger version

Name:	frmaint.png
Views:	1098
Size:	185.2 KB
ID:	8292  Click image for larger version

Name:	tithealert.png
Views:	1097
Size:	77.7 KB
ID:	8293  

Last edited by Darqwood : 11-30-2015 at 11:16 AM.
Reply With Quote
  #3  
Unread 05-17-2015, 12:07 PM
aseop aseop is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 18
Default

Thank you Darqwood. That was easier than I thought Much appreciated.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 01:28 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI