View Single Post
  #1  
Unread 05-17-2005, 04:14 AM
hirebrand hirebrand is offline
Bellum Aeternus
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unkown
Posts: 165
Default Any idea why this hover in doesn't work?

Code:
<?xml version="1.0" encoding="utf-8"?>


<Page BackgroundColor="#00FF00" eq2usescomwndcontrols="true" Location="2,39" Name="EmoteButton" PackLocation="center,bottom" PackLocationProp="-510/0001,-729/0001" ScrollExtent="56,46" Size="56,46" UserMovable="true">


<Image AbsorbsInput="true" Location="6,7" Name="Icon" OnHoverIn="show_window=(MainHUD.Emotes) show_window=(MainHUD.Emotes)" ScrollExtent="39,30" Size="39,30" SourceRect="2,5,41,35" SourceResource="Images/Icons/icon_drama.dds"/>


<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="WC_Frame" PackLocation="top,left" PackLocationProp="0000/0001,0000/0001" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/FrameStyles.win_gold_plain" ScrollExtent="56,46" Size="56,46"/>


<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="2,2" Name="WC_Backdrop" PackLocation="top,left" PackLocationProp="0002/0001,0002/0001" PackSize="absolute,absolute" PackSizeProp="0009/0001,0007/0001" RStyleDefault="/FrameStyles.background_gold" ScrollExtent="47,39" Size="47,39"/>


</Page>
Reply With Quote