View Single Post
  #8  
Unread 02-03-2007, 03:09 PM
Talyns's Avatar
Talyns Talyns is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Everfrost
Posts: 604
Default

Concerning Eq2map Spoiler:
I updated Shrinkmap shrink and unshrink functions to make OnShrinkWindow and OnUnshrink window events in the other plugins.

To make it work nicely with The Spoiler Project

Open TM_Plugin7.xml with notepad and add:
Code:
<Button Name="OnShrinkWindow" OnActivate="Parent.Location=13,25 Activated=false" Visible="false"></Button>
<Button Name="OnUnshrinkWindow" OnActivate="Parent.Location=45,71 Activated=false" Visible="false"></Button>
Before the last </Page> line

For people whoe are using the EQ2MapSpoiler and are unconfortable editing xml I attached a fixed TM_plugin7.xml here.
Attached Files
File Type: xml plugin_7.xml (127.4 KB, 622 views)
__________________
Talyns

Last edited by Talyns : 02-03-2007 at 07:49 PM.
Reply With Quote