View Single Post
  #5  
Unread 05-06-2005, 08:16 PM
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

These blasted things don't work.

Code:
<Button OnPress="WC_Backdrop.BackgroundColor=(#000000) WC_Backdrop.BackgroundColor=(#000000)" LocalTooltip="Background Color" Location="300,60" Name="ColorButton"  PackLocation="right,bottom" PackLocationProp="-058/0001,-029/0001" ScrollExtent="15,15" Size="15,15" Style="/ButtonStyles.options_button" Tooltip="Background Color">

<Button OnPress="MainHUD.MainChat.WC_Backdrop.BackgroundColor=(#000000) MainHUD.MainChat.WC_Backdrop.BackgroundColor=(#000000)" LocalTooltip="Background Color" Location="270,30" Name="ColorButton"  PackLocation="right,bottom" PackLocationProp="-058/0001,-029/0001" ScrollExtent="15,15" Size="15,15" Style="/ButtonStyles.options_button" Tooltip="Background Color">

<Button OnPress="Parent.Parent.WC_Backdrop.BackgroundColor=(#000000) Parent.Parent.WC_Backdrop.BackgroundColor=(#000000)" LocalTooltip="Background Color" Location="329,101" Name="ColorButton"  PackLocation="right,bottom" PackLocationProp="-058/0001,-029/0001" ScrollExtent="15,15" Size="15,15" Style="/ButtonStyles.options_button" Tooltip="Background Color">
Reply With Quote