EQ2Interface

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

sbenjamin 09-06-2007 10:11 AM

Documentation?
 
Hello, I am a software developer who has played eq2 since beta and have some ideas that I would like to put into an interface, however, I am having trouble locating any documentation for creating skins. Any help is appreciated.

Also, I have an immediate question. I would like to add a button to the track window to run additional in game commands. The commands are available from "The List" however, I am not certain how to reference the selected item in the track window.

Thanks!
Beify

lordebon 09-06-2007 10:37 AM

To reference something, you work backwards up to the most recent common element using "parent" and then work downwards by name.

For example, if the tree looks like this:

A
-B1
--C1
---LocalText
--C2
-B2
--C3

If you're at C3 and you want to get the LocalText property from C1, you would refer to it as this:

parent.parent.B1.C1.LocalText

The first parent takes you to B2, the second parent takes you to A. A is the lowest-level common page and so you can start going back down the tree by name -- B1 then it's child C1 then it's attribute LocalText.

As for documentation, it's not very new but in your UIBuilder folder you'll find a MSWord file called EQ2_UI_Customization.doc that explains the basics of many of the elements and attributes. You can also search on these forums for some additional information.

Hope that helps =)

Othesus 09-06-2007 02:59 PM

Quote:

Originally Posted by sbenjamin (Post 62239)
Also, I have an immediate question. I would like to add a button to the track window to run additional in game commands. The commands are available from "The List" however, I am not certain how to reference the selected item in the track window.

Let me guess... You want to add a /who button?
http://www.eq2interface.com/forums/s...ead.php?t=8350


All times are GMT -5. The time now is 01:49 AM.

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