View Single Post
  #45  
Unread 11-16-2008, 03:53 PM
Moocats Moocats is offline
A Young Mystail Rat
 
Join Date: Apr 2007
Server: Antonia Bayle
Posts: 4
Default

Sorry I wasn't clearer, I am not using Profit UI currently. The big problem is that it did not even work alone by itself. Would like it to run with the minor mods I do have though. Any reason why it might not pop up when clicking the button? Here is my custom file:

Quote:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>eq2ui_custom_poifinder.xml</include>
<include>eq2ui_custom_infocenter.xml</include>
<include>InfoCenter/includes.xml</include>
</Page>
Here is my mainhud_startmenu file:

Quote:
<?xml version="1.0" encoding="utf-8"?>
<Page Activated="true" allowcloseontop="true" alwaysontop="true" eq2usescomwndcontrols="true" Location="268,440" MaximumSize="1024,1024" Name="StartMenu" ScrollExtent="192,84" Size="192,84">
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="10,12" Name="New Page" RStyleDefault="/FrameStyles.single_pixel" ScrollExtent="28,28" Size="28,28" />
<Button Location="38,12" Margin="10,0,0,0" Name="InfoCenterButton" OnPress="show_window Custom.InfoCenter&#xD;&#xA;togglestartmenu" PressSound=" " ScrollExtent="138,28" Size="138,28" Style="/ButtonStyles.start_menu">Info Center</Button>
<Image Location="10,12" Name="InfoCenterIcon" ScrollExtent="28,28" Size="28,28" SourceRect="42,42,84,84" SourceResource="images/icons/icon_ms1.dds" />
<Button Location="38,39" Margin="10,0,0,0" Name="ButtonTemplate" PressSound=" " ScrollExtent="138,28" Size="138,28" Style="/ButtonStyles.start_menu" Visible="false">:3b7bf4adff86467e:ButtonTemplate</Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.button" Location="10,39" MouseOverColor="#FFFF00" Name="IconTemplate" PackSize="fixed,fixed" ScrollExtent="28,28" Size="28,28" TreatAsButton="true" Visible="false" />
<Image Location="1,-12" Name="ManaDoohickeyTop" ScrollExtent="187,15" Size="187,15" SourceRect="325,0,512,15" SourceResource="/images/Window_elements_specific.dds" Visible="false" />
<Image Location="1,79" Name="ManaDoohickeyBottom" PackLocation="left,bottom" Rotation="0.500" ScrollExtent="187,15" Size="187,15" SourceRect="325,0,512,15" SourceResource="/images/Window_elements_specific.dds" Visible="false" />
<Page BackgroundOpacity="1.000" Location="2,2" Name="WC_Frame" PackLocation="top,left" PackSize="a,a" RStyleDefault="/FrameStyles.win_gold_plain" ScrollExtent="188,79" Size="188,79" />
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="4,3" Name="WC_Backdrop" PackLocation="top,left" PackSize="a,a" ScrollExtent="179,73" Size="179,73" />
</Page>
The infocenter button appears on the menu, but does nothing when clicked.

Last edited by Moocats : 11-16-2008 at 03:57 PM.