View Single Post
  #11  
Unread 01-02-2005, 07:40 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

Tried that, if you Parent past MainHUD it doesn't do anything.

(If Parent refers to MainHUD.Player, and Parent.Parent refers to MainHUD, then Parent.Parent.Parent.Inventory should refer to Inventory, but doesn't.)

Nuts, you can't do math on things with 2 values (Size, for instance). I was hoping for a hotkey bank with scaling buttons. Nor Boolean values. (1-true isn't false, sadly.) (EDIT: Use ! to invert true/false.)

Can't change the Opacity values of windows with eq2usescomwndcontrols="true", the Window Settings opacity value will instantly go back into effect. You can use Visible to show/hide the frame/titlebar/backdrop, though.
__________________
If it ain't broke, it needs more features!

Last edited by Deathbane27 : 01-02-2005 at 05:07 PM.
Reply With Quote