Thread: TS Window issue
View Single Post
  #2  
Unread 01-26-2013, 01:28 PM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

That's a known problem. I've got the tradeskill window (at least the default variant of it) sitting in my work area to fix. The problem is that getting the Enter key and all that to work required a lot of complicated scripting, and the addition of the tabs broke the scripting (it's not just the change in structure, it's that there's now essentially two portions of the window overlaid to consider). Then the UI Builder that I had to use to get the tabs completely right broke things some more. Then work decided they really wanted 50-hour weeks out of me since about last November (yay for reduced headcount), between that and life in general it's eaten into the time I have free for my own projects. I want to get the default TS window variant completely finished and then fix up at least the larger variant, it's just a matter of finding time to compare the scripting and the new structure and work out how to do the same things the old scripting did without doing anything like making parts of the Experiment tab show up when you've got the Crafting tab open and slide the window out or in. For instance, the last try I did at making the Enter key work resulted in it not working. I know what I probably did wrong, but it requires new scripting in the button OnShow/OnHide methods to make each button the default only when it's tab is up (I can't do it in the tab OnShow/OnHide because of the way the default flips between the start and restart buttons).
__________________
"Hey! I'm not illiterate. I had a book once. ...could've used some ketchup though..."
Reply With Quote