View Single Post
  #89  
Unread 04-05-2005, 04:35 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Quote:
Originally Posted by Grymmtooth
Please let me know what I am doing wrong, or, maybe someone wouldn't mind cobbling this together for me so that it works
Sounds like you either missed deleting the closing slash, missed adding the </Page> or pasted into the wrong spot. Try this for eq2ui_journal_quests.xml

Replace
Code:
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="WC_Titlebar" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="absolute" PackSizeProp="0000/0001,xxxx/xxxx" RStyleDefault="/Fetish.FrameStyles.title_simple" ScrollExtent="550,22" Size="550,22"/>
With this
Code:
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="WC_Titlebar" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="absolute" PackSizeProp="0000/0001,xxxx/xxxx" RStyleDefault="/Fetish.FrameStyles.title_simple" ScrollExtent="550,22" Size="550,22">
<Checkbox BackgroundOpacity="1.000" LocalTooltip="Minimize" Location="3,3" Name="MinimizeCheckbox" OnActivate="parent.parent.ExpandWin=parent.parent.size 
parent.parent.maximumsize=&apos;22,16000&apos; 
LocalTooltip=&apos;Expand&apos;" OnDeactivate="parent.parent.maximumsize=&apos;16000,16000&apos; 
parent.parent.size=parent.parent.ExpandWin 
LocalTooltip=&apos;Minimize&apos;" ScrollExtent="16,16" Size="16,16" Style="/Fetish.CheckboxStyles.minimize_checkbox" Tooltip="Minimize"></Checkbox>
</Page>
There currently isn't any way to search text ingame unless SOE provides for it. On the upside, they did add a non-functional filter menu that looks like its just waiting for server-side filters to be added before they switch it on.
Reply With Quote