View Single Post
  #1933  
Unread 09-12-2006, 09:18 PM
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

Quote:
Originally Posted by Dae'lomdel
Zonx - Is the functionality of a /who button in the track window just not supported by the client?
Basically yah. There doesn't appear to be any way to extract the selected item's data from the track list for use in other stuff.

Technically the list object used does not provided an index number for referencing the selected list item to be used in other stuff.

It may be possible to replace the list object with some other object, but I doubt it. Even if another object listed everything, it would almost certainly break the filter and sorting.

I tried several methods of referencing the selected item, hoping I could find a hidden method, but nothing worked. I just forgot to revert the file after my tests.
Reply With Quote