Quote:
Originally Posted by Drumstix42
Since some things need to keep their structure within the file (so they get populated by the server), I would think the easiest thing to do is to just have 2 different elements (such as a button or page) that saves all the information for both layouts. That way you can switch back and forth between them.
... such as a button that does what it needs to do, and applies all the properties from one layout, and the same thing for switching back.
|
Well 1st off, I realized I probably should've posted in the XML Mod Help & Info thread, not here...
Yeah, I've been back and forth between using a button/checkbox to toggle showing it or the window settings idea. My concern though is running into the same problem I've been having with the window settings working and that's getting the 2nd version do display. The 1st version displays fine in Frame Only/None and hides when I go to Frame & Titlebar but the 2nd version doesn't show.
With the guild window being the way it is and it needing to get the data I'm not sure what part to have two versions of. I had made two versions of the RosterBox page and had them both contained inside the MembersPage page.
Then I made a WC_Titlebar that was supposed to hide v1 and show v2 onshow and hide v2 and show v1 onhide. When I change window settings I see v1 in Frame Only/None and what I'm guessing is the generic roster template when I go to Frame & TitleBar.
I'm not sure if the 2nd version is just unable to get any data or maybe if the two RosterBox versions need to be contained in another page inside the MembersPage.