View Single Post
Old 08-18-2002, 02:11 PM   #2
IshiroTakagi
Guest
 
Posts: n/a
Default

I've been looking at that alot, and the one thing to keep in mind is that the UI we get to play with is just the top level of the entire user client/interface. There is alot of hard coded stuff.

You can make an entire new window, however, you won't be able to have it open. If you look at the Selector Window xml file you'll notice that none of the buttons actually have a command attached to them that causes the associated window to open. That's something hard coded into the client. You can add a button, but you can't make it open your new window.

Someone correct me if I'm wrong though... I'd love to make my own windows. hehe
  Reply With Quote