• 0

    posted a message on help w/ command card [.SC2Layout File]
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <Desc>
      <Frame type="CommandPanel" name="GameUI/UIContainer/ConsoleUIContainer/CommandPanel" file="GameUI">
        <Anchor side="Right" pos="Mid" relative="$parent" offset="10" />
        <Anchor side="Left" pos="Mid" relative="$parent" offset="10" />
        <Width val="440" />
        <Height val="200" />
        <Frame type="CommandButton" name="GameUI/UIContainer/ConsoleUIContainer/CommandPanel/CommandButton10" file="GameUI">
          <Anchor side="Top" relative="$parent" pos="Min" offset="0" />
          <Anchor side="Left" relative="$parent" pos="Min" offset="0" />
        </Frame>
      </Frame>
    </Desc>
    

    I wanted to create a command card that looked like:

    _[1][2][3][4]_
    -[5][6][7][8]-
    

    where buttons 9 and 10 are between the underline/hyphens.

    My data editor has already used button 10 for the button we'd like to use in the middle left location, so I'd like to move it there, but my layout file is not moving it at all. I DO know that the layout file is in the right place because it's relocating and resizing correctly.

    Am I doing something wrong or is this impossible?

    Thanks-

    Posted in: UI Development
  • To post a comment, please or register a new account.