View Single Post
  #2  
Unread 01-02-2012, 10:43 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Send a message via ICQ to Landiin Send a message via AIM to Landiin Send a message via MSN to Landiin Send a message via Yahoo to Landiin
Default

What I would do is;
Using the ExamineItem window as an example here.

We'll be working in the LorePage.
  • Add a text box give it the same location as the Object "Name" and name it TBName.
  • Now do a couple of things to the Text Object "Name"
    • Add OnTextChanged="Parent.TBName.Text=Text"
    • Add Visible="False"

Hope that helps.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote