Code
<Frame type="CommandButton" name="CommandButton05" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent" pos="Min" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton06" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton05" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton05" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton07" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton06" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton06" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton08" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton07" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton07" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton09" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton08" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton08" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton10" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton09" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton09" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton00" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton10" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton10" pos="Max" offset="10"/>
</Frame>
<Frame type="CommandButton" name="CommandButton01" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton00" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton00" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton11" template="CommandButton/CommandButtonTemplate">
<Visible val='False'/>
<Anchor side="Top" relative="$parent/CommandButton05" pos="Max" offset="#CommandButtonGap"/>
<Anchor side="Left" relative="$parent/CommandButton05" pos="Min" offset="0"/>
</Frame>
<Anchor side="Top" relative="$parent" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent" pos="Min" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton06" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton05" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton05" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton07" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton06" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton06" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton08" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton07" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton07" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton09" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton08" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton08" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton10" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton09" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton09" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton00" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton10" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton10" pos="Max" offset="10"/>
</Frame>
<Frame type="CommandButton" name="CommandButton01" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton00" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton00" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton11" template="CommandButton/CommandButtonTemplate">
<Visible val='False'/>
<Anchor side="Top" relative="$parent/CommandButton05" pos="Max" offset="#CommandButtonGap"/>
<Anchor side="Left" relative="$parent/CommandButton05" pos="Min" offset="0"/>
</Frame>
And I realize I could get rid of the 06 through 09 frames since they aren't modified at all, but I included them just to see if maybe the chaining was wrong.
For reference, this is what I used to use in my SC2Layout file that used to work:
Code
<Frame type="CommandButton" name="CommandButton05" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent" pos="Min" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton10" template="CommandButton/CommandButtonTemplate">
<Visible val='False'/>
<Anchor side="Top" relative="$parent/CommandButton09" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton09" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton11" template="CommandButton/CommandButtonTemplate">
<Visible val='False'/>
<Anchor side="Top" relative="$parent/CommandButton01" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton01" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton00" template="CommandButton/CommandButtonTemplate">
<Visible val='False'/>
<Anchor side="Top" relative="$parent/CommandButton10" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton10" pos="Max" offset="10"/>
</Frame>
<Anchor side="Top" relative="$parent" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent" pos="Min" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton10" template="CommandButton/CommandButtonTemplate">
<Visible val='False'/>
<Anchor side="Top" relative="$parent/CommandButton09" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton09" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton11" template="CommandButton/CommandButtonTemplate">
<Visible val='False'/>
<Anchor side="Top" relative="$parent/CommandButton01" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton01" pos="Max" offset="#CommandButtonGap"/>
</Frame>
<Frame type="CommandButton" name="CommandButton00" template="CommandButton/CommandButtonTemplate">
<Visible val='False'/>
<Anchor side="Top" relative="$parent/CommandButton10" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton10" pos="Max" offset="10"/>
</Frame>
Post has been edited 1 time(s), last time on Mar 13 2013, 10:06 pm by DevliN.
Currently Working On:
My Overwatch addiction.
My Overwatch addiction.