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='22,16000'
LocalTooltip='Expand'" OnDeactivate="parent.parent.maximumsize='16000,16000'
parent.parent.size=parent.parent.ExpandWin
LocalTooltip='Minimize'" 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.