Staredit Network > Forums > SC2 Assistance > Topic: [SOLVED] Command Card UI issue
[SOLVED] Command Card UI issue
This topic is locked. You can no longer write replies here.
Mar 13 2013, 9:26 pm
By: DevliN  

Mar 13 2013, 9:26 pm DevliN Post #1

Woah

I'm having an issue with the command card UI, and I'm not sure what's causing it. This used to work fine, so I'm not sure what exactly is making it no longer work. Basically I have 6 command card buttons in a row (05, 06, 07, 08, 09, 10), then a small gap, and 2 more (00, 01). The first six line up perfectly, but the last two don't show up at all.
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>


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>


Post has been edited 1 time(s), last time on Mar 13 2013, 10:06 pm by DevliN.



:devlin: Currently Working On: :devlin:
Myself

Mar 13 2013, 10:06 pm DevliN Post #2

Woah

Scratch that, solved. Apparently the "Simple Command Card" option removes the first row (00-04) entirely. Overriding that fixed this.



:devlin: Currently Working On: :devlin:
Myself

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[04:37 am]
Ultraviolet -- 80% of statistics are made up on the spot
[08:05 pm]
Symmetry -- 50% of strings in starcraft are references
[2026-6-07. : 1:59 am]
RIVE -- Lots of fun little nods to different works of others in the cheats too.
[2026-6-06. : 5:17 pm]
Oh_Man -- so i was today years old wen i learned rebel yell starcraft mission is named after a billy idol song. makes me wonder wat other missions are named after songs
[2026-6-04. : 3:42 am]
RIVE -- Hellooooo, Nurse
[2026-6-03. : 4:19 pm]
NudeRaider -- Hello World!
[2026-6-01. : 4:03 pm]
IskatuMesk -- no Hello World? No Hello . jpeg? Not even ddosing some government website? smh my head
[2026-5-31. : 10:02 pm]
Symmetry -- I was really just figuring out how to compile
[2026-5-31. : 10:02 pm]
Symmetry -- I didn't make it do anything
[2026-5-31. : 9:17 pm]
Ultraviolet -- hell yeah. did you have trouble making the button functional, or just haven't gotten there yet?
Please log in to shout.


Members Online: Ultraviolet