View Single Post
  #14  
Unread 12-11-2004, 03:10 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

A helpful bit of related information:

You can add the following to any window just below the first Page tag to make it stay open when you hit the Escape key. (But it won't, for example, stop the target window from closing when the target dies or gets out of range.)

Code:
<Button IsCancelButton="true" Name="EscapeKeyBlocker"/>
(You may need to search for any other instances of IsCancelButton="true" in the file and remove them.)
__________________
If it ain't broke, it needs more features!
Reply With Quote