View Single Post
  #87  
Unread 04-05-2005, 01:20 PM
Grymmtooth Grymmtooth is offline
A Forest Scavenger
 
Join Date: Feb 2005
Server: Everfrost
Posts: 15
Talking

Quote:
Originally Posted by Zonx
Can't find who requested info on a Minimize button so I'ma post this in each of my main threads.

Any UI that includes FetishStyles can add a Minimize button to any window with a standard title bar by doing the following:

Find Name="WC_Titlebar", then find the next closing bracket (>). If its preceded by a slash (/>), replace with
Code:
>
</PAGE>
now paste the following code in after the initial closing bracket and before </PAGE>
Code:
<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>
This should add a Minimize button at the left edge of the titlebar that hides with the titlebar
Sometimes being a n00b is such a pain!

Okay, so I tried following the directions provided to make my quest journal minimize but I must have done somehting wrong. The game would get to the point of beginning to load the zone where my character would begin but crash somewhere along the line of the load. I tried loading a few times but to no avail so I reverted to the "original" FetishNight Quest journal update file and no problems loading. Please let me know what I am doing wrong, or, maybe someone wouldn't mind cobbling this together for me so that it works?

Thank you!!!

Oh yeah, as I am a bit of a quest whore, does anyone know if there exists, or if a mod could be created that would allow you to pull up a window in game and do searches on quest topics? Maybe it could be a team project similar to the EQ2Map project? I dunno, maybe that is against the mod code or somehting *shrug* just a thought.

Thanks again,
Grymmtooth
Reply With Quote