EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   XML Modification Help & Info (https://www.eq2interface.com/forums/forumdisplay.php?f=22)
-   -   OnHover (https://www.eq2interface.com/forums/showthread.php?t=2367)

hirebrand 04-03-2005 11:20 PM

OnHover
 
I added this button to my UI mod but unfortunately it doesn't work. :confused: It is supposed to pop up the clock when you hover over an area. Any ideas?

Code:



<Button BackgroundOpacity="0.000" Location="41,0" Name="ClockPopup" OnHoverIn="show_window=(MainHUD.Clock) show_window=(MainHUD.Clock)" OnHoverOut="close_window=(MainHUD.Clock) close_window=(MainHUD.Clock)" Opacity="0.000" PackLocation="left, top" PackLocationProp="0041/0001,0000/0001" ScrollExtent="60,18" Size="60,18"></Button>


Deathbane27 04-04-2005 12:31 AM

Replace close_window with hide_window to make it close when you hover out.

If it's not popping up in the first place, I dunno.

dc_roenfanz 04-04-2005 01:43 AM

I ain't positive on code here, but *could* it be cuz of the parenthesis you have around mainhud.clock.

Or I dunno. Maybe you could force dynamic data into a tool tip! :nana: :nana: *wouldnt that be nice*
hmmmmmmm

EDIT: I could be wrong but ... I think the error is at the very front.

Edit by Deathbane: Your correction was still wrong. There's nothing wrong with his formatting.

taco-man 04-04-2005 11:18 AM

no that is not the problem all the properties of an object must be inside the < >

dc_roenfanz 04-04-2005 12:35 PM

Quote:

Originally Posted by taco-man
no that is not the problem all the properties of an object must be inside the < >

Hmmm.. I saw one ">" but missed the other "<"

Thanks for pointing that out!
Darrin

Zonx 04-08-2005 06:30 PM

The main reason this button isn't working...

The Clock emidiately hides itself unless you set its OnHide="visible=true" ;)

hirebrand 04-08-2005 07:22 PM

Quote:

The main reason this button isn't working...

The Clock emidiately hides itself unless you set its OnHide="visible=true"


Dammit! :)


All times are GMT -5. The time now is 10:45 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI