• 0

    posted a message on Can someone help with shifting the chatbox down a bit?

    @Helral: Go

    I threw in some random values, like so

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <Desc>
        <Frame type='EditBox' name='GameUI/UIContainer/FullscreenUpperContainer/ChatBar/ChatEditBox' file='GameUI'>
            <Style val="ChatBar"/>
            <Anchor side="Top" relative="$parent" pos="Min" offset="30"/>
            <Anchor side="Left" relative="$parent/RecipientLabel" pos="Max" offset="20"/>
            <Anchor side="Bottom" relative="$parent" pos="Max" offset="-50"/>
            <Anchor side="Right" relative="$parent" pos="Max" offset="-50"/>
        </Frame>
    </Desc>
    

    but it told me something along the lines of can't change a locked template. :(

    Posted in: UI Development
  • 0

    posted a message on Can someone help with shifting the chatbox down a bit?

    @Helral: Go

    When I use

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <Desc>
          <Frame type='EditBox' name='GameUI/UIContainer/FullscreenUpperContainer/ChatBar/ChatEditBox' file='GameUI'>
        <Frame type="EditBox" name="ChatEditBox">
                <Style val="ChatBar"/>
                <Anchor side="Top" relative="$parent" pos="Min" offset="68"/>
                <Anchor side="Left" relative="$parent/RecipientLabel" pos="Max" offset="5"/>
                <Anchor side="Bottom" relative="$parent" pos="Max" offset="-28"/>
                <Anchor side="Right" relative="$parent" pos="Max" offset="-24"/>
            </Frame>
        </Frame>
    </Desc>
    

    it just throws me an XML mismatch error.

    Posted in: UI Development
  • 0

    posted a message on Can someone help with shifting the chatbox down a bit?

    Whenever I try my file it just throws me an error and I don't want to post what I've been trying to work with since it would be embarrassing since its probably terribly wrong. If someone could show me the proper code to move the chat box down a bit that would help me so much :)

    Posted in: UI Development
  • 0

    posted a message on [UI] SC2Layout Files: Override method (Aiurchef method)

    I accidentally saved my ChatBar file in the MPQ editor after deleting a large portion of it. Could someone tell me how to restore it or PM me with what its supposed to be so I fix it and use it for reference still?

    Posted in: Tutorials
  • 0

    posted a message on How to keep a unit from dying?

    @MrGliath: Go

    I had thought of that but I was hoping for something that just keeps the units life from going further :( Oh, well, it'll do.

    Thanks to the rest for your replies :)

    Posted in: Triggers
  • 0

    posted a message on How to keep a unit from dying?

    I'm looking for a way to temporarily keep a unit's life from going below 1 HP with triggers, it could be a behavior though. Please help :)

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