View Single Post
  #160  
Unread 01-07-2005, 11:56 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

EDIT: I TRIED THIS AND IT DIDN"T WORK! FORGET I SAID IT : )

Quote:
Originally Posted by tonyis3l33t
Eloa,
for antonica, i wanted to add my own icons. So i created an icons page called antonica. as far as i know thats the internal name. Anywho it wouldnt work. Possibly because i didnt add the ImageStyle, but im pretty sure its because it is controlled by the server.

SOOO if this is true your map mod will not be abandoned as it will be needed for the maps that are sent down by the server or encrypted or whatever they are. We shall see....i will try to add the ImageStyle for antonica and see if the icons page will show up.
If you can't figure anything else out..

This might work:
First make a new IconPage under the Map Page and name it MyIcons..
Then Add the antonica page with your icons..

Now add 2 new properties in the main map window:
ShowAntonica
Code:
Parent.Parent.MyIcons.antonica.Visible=true
HideAntonica
Code:
Parent.Parent.MyIcons.antonica.Visible=false
For the OnShow event in the Map Window set it to:

Code:
Icons.antonica.OnShow=Parent.Parent.ShowAntonica
Icons.antonica.OnHide=Parent.Parent.HideAntonica
When the map window is opened it should install your Show and Hide Events in SOEs antonica icon page.. The events hide and show your icons when the antonica icon page is hidden or shown..

You would have to do this for every Hardcoded map if it works..

If no one tries this before me I will try it when I get back to working on the map window..

Last edited by Talyns : 01-09-2005 at 07:49 AM.