I'm probably doing something terribly wrong. Most likely I did a mistake, panicked, randomly tried everything that came to my mind and failed. So before attempting another round tomorrow I want to ask if anyone has experience in moving replay progress bar (alongside with it's buttons).
Tried setting the relative to something higher?
You can use relative="$parent/$parent" if I remember correctly. I think you can attach frames to every other frame with that.
Both Top & Bottom anchors are at max, so it means that container is stuck in the middle? When I add another Identical Top anchor(with negative offset), shouldn't replay container move down? (because with bigger negative offset, panel was higher, I originally had offset at -120 and had to set it to -70 for panel to touch bottom of screen). Probably something obvious I'm missing but would be cool to know nevertheless.
nope it is not in the middle, it means that the top of the frame is 70px upwards from the bottom of it's parent, and the bottom of the frame is 5px upwards from the bottom of it's parent.
I'm probably doing something terribly wrong. Most likely I did a mistake, panicked, randomly tried everything that came to my mind and failed. So before attempting another round tomorrow I want to ask if anyone has experience in moving replay progress bar (alongside with it's buttons).
This frame:
Is a progress bar without bottom elements (player select, hp bar toggle);
This:
on the other hand at least shows some signs that I'm trying to move it, but in a weird way.
My last attempt ended in trying to remove existing anchors and looking at what happens when I try to move it:
Result?
Instead of moving it's shrinking.This really bring me back to when I started working with dialogs without knowing anything about them. Heeeeeelp!
Btw, anyone knows a way to check replay of map without publishing map ->watching replay?
Tried setting the relative to something higher?
You can use relative="$parent/$parent" if I remember correctly. I think you can attach frames to every other frame with that.
Yess, as always, "use your brains" + "patience"(which I was lacking at the time of posting) worked just fine.
One question though. This is the code in GameUI:
Both Top & Bottom anchors are at max, so it means that container is stuck in the middle? When I add another Identical Top anchor(with negative offset), shouldn't replay container move down? (because with bigger negative offset, panel was higher, I originally had offset at -120 and had to set it to -70 for panel to touch bottom of screen). Probably something obvious I'm missing but would be cool to know nevertheless.
@DuckyTheDuck: Go
nope it is not in the middle, it means that the top of the frame is 70px upwards from the bottom of it's parent, and the bottom of the frame is 5px upwards from the bottom of it's parent.
Anchor tag explained in the sc2mapster wiki - layout section.