View Single Post
  #407  
Unread 01-18-2005, 04:37 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

NEW!!! Made map resizable! Icons and Map stretch/reposition to fit map. Lots of work here is what i did

Code:
Map
UserResizeable="true" PackSize="A,A"


MapPage
PackLocation="left,top" PackSize="A,A"


	Icons
	PackLocation="npn,npn" PackSize="A,A"


		ZoneClone
		PackLocation="npn,npn" PackSize="fixed,fixed"

		Clone
		ditto

		*iconmaps*  
		 PackLocation="left,top" PackSize="a,a"

			*icons*
			PackLocation="npn,npn"


	WorldNames
	PackSize="absolute,absolute" PackLocation="left,top"

		*worldnames*
		PackLocation="cpc,cpc"

	QeynosNames
	ditto WorldNames

		*qey_*		
		ditto *worldnames*
	
	FreeportNames
	ditto WorldNames

		*fprt_*
		ditto *worldnames*
	
	WorldMap
	PackLocation="left,top"
	
	CityMap
	ditto

	ZoneMap
	ditto
moved QM_LocEntry into WC_Titlebar so it wouldnt disappear when you resize map window.

Made WC_Title PackSize="fixed,fixed" so it quit moving when resize map.

made Box and MapFrame packsize="absolute,absolute" so it changes with resize.



Doesnt work with the Select Map page yet, not hard to do tho, just add those properties to those. I didnt feel like it cuz its too late now that i got regular part working.


SOOO for every new icon you would add
PackLocation="npn,npn"

and the page the icons fall under you add
PackLocation="left,top" PackSize="a,a"


EDIT: had to zip it cuz .dds file attachment max is too small for it
__________________
Nagafen (Evil) - Climax, Goshawk

Last edited by tonyis3l33t : 01-21-2005 at 02:10 AM.