• 0

    posted a message on Moving Control Group Panel

    Thanks for the reply Helral.

    Will take another stab at it sometime around midnight.

    Just out of curiosity what does $parent/$parent anchor the frame too??

    Posted in: UI Development
  • 0

    posted a message on Moving Control Group Panel

    Hi everyone! I been using this site for some time just for all the information on it. It has probably been the most helpful for Ui development.

    I have however found a problem that I can not fix. . and can't find anywhere on the site (or maybe I am just being inpatient) but to this regard I decided it was important enough to my map that I need a solution.

    So here is my current Ui for my map.

    Ui Image Here
    [http://i559.photobucket.com/albums/ss34/Lord_Lelouch/SC22012-05-1106-58-46-62.png]

    I wanted to put the control group panel above the Control Panel. . since currently by default it is set above the Info Panel. .  and that puts it in the middle of the map.

    So here is the code I used to try and change the control group panel location.

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <Desc>
            <Frame type='ControlGroupPanel' name='GameUI/UIContainer/ConsoleUIContainer/ControlGroupPanel' file='GameUI'>
                        <BatchText val="true"/>
                        <Anchor side="Bottom" relative="ControlPanel" pos="Min" offset="1"/>
                        <Width val="766"/>
                        <Height val="64"/>
                    </Frame>
    </Desc>

    Sadly, it didn't do what I wanted it to do. So I broke it. .  Good news is the Control Group (commands) work in-game correctly, bad news is I broke it so the control groups don't display in game.

    Anyway to properly fix this??

    -thank you

    > > >
    On a side note. . not really as important, but I broke the Armor / Attack / Shield upgrade bar (also called equipment) but I actually need it to show to the right of the control panel.
    (of course this really isn't needed. . . not all that important.)

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