View Single Post
  #2  
Unread 01-06-2005, 07:28 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

Quote:
Originally Posted by Haliken
Ok, I'm trying to add a map selection tab to the map window. I don't want to load the map texture files twice, so I was trying to do this:
<Image ImageStyle="MapStyles.befallen" Location="0,0" Name="QM_Stormhold" ScrollExtent="436,506" Size="436,506"/>
but the ImageStyle= part isn't working.

Does anyone know how to use an ImageStyle in an Image object?

Quib
I believe it should be:
<Image Style="MapStyles.befallen" Location="0,0" Name="QM_Stormhold" ScrollExtent="436,506" Size="436,506"/>
Reply With Quote