View Single Post
  #2  
Unread 03-10-2014, 07:47 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

What isn't working? Putting a character into _visitor_data.xml seemed to work for me, and double clicking tried to enter one of that character's houses.

Edit: Maybe it just seemed to work.

From the guildhall, using the portal to housing, it sort of works.
Remove the grouper1 from CharacterPage.CharacterSelect OnSelect so it is OnSelect="Parent.Parent.TabPage.VisitPage.FilterTextInput.Text=SelectedItem.Name " ... otherwise, it doesn't look like loading a name from the file is the issue, it's making the textfield acknowledge the text. Otherwise you end up in the first house on the list.

I don't know if there is a way to trigger the OnChange handler programmatically. If I figure something out, I'll let you know.

Last edited by pooka : 03-10-2014 at 08:12 AM.
Reply With Quote