2016-05-27, 13:09
2016-07-15, 08:59
Hate to be the one to bump this, but if anyone can point me in the right direction, I'd be very grateful!
- Kris
- Kris
2016-07-16, 10:26
you would have to add a condition to Includes_Furniture.xml in the "MainHeaderLabel" variable based upon the visible hub window id (hub ids are 1111 through 1119)
e.g.
e.g.
Code:
<value condition="Window.IsVisible(1111)">HEADERTEXT</value>
2016-07-17, 09:00
(2016-07-16, 10:26)jurialmunkey Wrote: you would have to add a condition to Includes_Furniture.xml in the "MainHeaderLabel" variable based upon the visible hub window id (hub ids are 1111 through 1119)
e.g.
Code:<value condition="Window.IsVisible(1111)">HEADERTEXT</value>
Thank you jurialmunkey!
I know there's been others asking the same question...
Maybe it would be possible to add a label option for this in the skin settings, similar to how you'd edit a label for the main menu items?
2016-07-25, 17:39