View Single Post
  #8  
Unread 03-08-2005, 01:06 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Title: You can get around that by hiding that object, making a copy with a different name, and have the copy display the text you want.

There's no way to tell in the UIbuilder whether an object has data pushed to it or not. It's a trial and error thing. But in general, anything that's named WC_**** or looks like a window title probably has data pushed to it.



It's probably possible to predefine an upper limit via a script.

Add the following OnHoverIn property to the QuantitySelector window:

Slider.UpperLimit=(100.00) Max.LocalText=(100.00)

Replace 100.00 with whatever you want, but I recommend leaving the .00 in, because the script functions can also do commands, and it might mistake Property=1 with /1 and give a message about how to use /tellchannel.
__________________
If it ain't broke, it needs more features!
Reply With Quote