Thread: Quick Bar
View Single Post
  #2  
Unread 03-17-2005, 10:16 AM
Azoz Azoz is offline
A Sea Turtle
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unrest
Posts: 30
Default No but yes

There is only one xml file for the hotbars, and the only data saved for the individual hotbars you have open is location size and frame/title bar visible yes/no.

So the only way to make it stick would be for there to be a different color for the no frame|titlebar, frame, frame&titlebar versions. The three colors would have to be static.

If I had the uibuilder at work I might take a stab at this but by the time I get home I'll want to work on my own mods :P

If you want to twiddle with it I'd do it by setting WC_Frame.onHide to Parent.Color=#hexvalue, then another color for OnShow. If you put multiple commands in (space or return separated) they execute in order DOWN to UP, which is odd. Also if you want 3 colors the hotbar doesn't have a title bar, I dont think, so you'll have to find a page that does and use the appropriate name (WC_Titlebar maybe?)
Reply With Quote