View Single Post
  #1  
Unread 09-22-2007, 09:31 PM
FloridaFringe FloridaFringe is offline
A Griffon
 
Join Date: Sep 2005
Server: Lucan DLere
Posts: 459
Default Tracking Window Close Options

Hello. I'm using the following: MaddBomber's Tracking Window and would like to stop it from closing when I select a target to track. I've looked through the code and the only 2 lines with "close" are:

Line 19:

<Button LocalTooltip="Stop Tracking" Name="Close" OnPress="parent.parent.Parent.CancelButton.Press=&apos;true&apos;" PackLocation="fff,nfn" PackLocationProp="0001/0001,0000/0001" ScrollExtent="18,18" Size="18,18" Style="close.style" Tooltip="Stop Tracking" UserMovable="true"></Button>

Line 79:

<Namespace Name="close">

Should one or both of these be removed? Is there any additional code that might help?

I would still like to be able to close the window via the X button just not by performing a specific track.

Any help would be highly appreciated. Thank you kindly.

Also, are there any major repercussions from making a bad xml edit? I was afraid to try removing either line to see what would happen since I wasn't sure if I could seriously mess something up by doing so.
Reply With Quote