View Single Post
  #12  
Unread 11-15-2007, 02:43 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Oh really? Works for me. Are you sure you tested in a zone that has POI links (I suppose so)?

You could also try to force the links visible by amending the ShowFinder button in the plugin_7.xml as follows:

Code:
<Button Name="ShowFinder" OnPress="COND=(Parent.Parent.Parent.Parent.Parent.MainHUD.POIFinder.Name==POIFinder)
CorrectLocation=COND ? MainHUD.POIFinder : Custom.POIFinder 
show_window CorrectLocation
Parent.OnChangeMapPanel.Activated=true" ScrollExtent="15,15" Size="15,15" Style="/ButtonStyles.options_button" Tooltip="Show POI Finder Window"/>
Should not be necessary though, EQ2MAP should handle that.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.

Last edited by gm9 : 11-15-2007 at 03:00 PM. Reason: used <code> tags because of an eq2interface word length limitation of 80 chars
Reply With Quote