Thread: ListBox
View Single Post
  #1  
Unread 03-08-2005, 05:59 PM
Kosmos's Avatar
Kosmos Kosmos is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Lucan DLere
Posts: 581
Default ListBox

Can any of you monster brains point me in the right direction of the a working 'list box' mod or a the correct XML file where I can find an example of this in EQ2.

I can't seem to find an example of them using a listbox in any of the files.
I've tried using the tables but I can't get them to do exactly what I want.
I want a fixed size window with 1 colum that has a verticle list. No scroll bar, and text only entries. I want the background of each entry in the list to highlight when I move the mouse up and down the list.

I can't seem to get the whole data containers etc.. concept right.
I did manage to make a single colum table, that list my data source items correctly.

Also has anyone used the grids widgets?

basically I need an example of the XML that would display the listbox, along with the code for the datacontainers,sources,and items, along with any styles. Something that I can plug into another window.

I know I can do this with buttons, but I want to try to do it the 'proper' way.
Also I want to be able to use an on event when one of the choices in the list box is clicked.

The start menu is a good example of what I want. I'm going to take another look at it. Been working on this all day since servers have been down, and it's being very elusive.
Reply With Quote