View Single Post
  #6  
Unread 10-31-2007, 12:51 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

1) Fully implement SelectedItemIndex on all Data driven components so we can extract/manipulate the source data based on a selection. Currently I think only Dropdown and List work. Table, ComboBox, etc... do not.

2) Likewise implement all the relevent events, OnSellect, OnDeSellect, OnItemHover, OnItemHoverOut.

3) Implement some facility to strip non-text tagging from a text field. Example: Currently there is no way to remove say... a color tag from a line item in the Tracking window. Dropping that line item into a script with the color tag included hoses most scripting. Similar issues with link tags.

4) Implement an OnChange event for every component with a text atribute so that it fires even when the text is changed via server/client and not just user input.
Reply With Quote