Thread: To send a tell
View Single Post
  #3  
Unread 05-07-2007, 12:00 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

The friends list actually shows up in one of those dreaded Table things. There's a DataSourceContainer with three DataSources, one for Name, one for Location, and one for Notes. It might be possible to get the Name out of a Table, since it has a SelectedRow property. But it gets tricky because the Table can be sorted by clicking on the Header.

Hmm, after looking at the Community window I have a couple ideas to try with my tracking window kludge when I get a chance. I used a Dropdownbox to get into the DataSource there.
Reply With Quote