Jump to content

Quarterly Producer Letter for Q2 2024 ×

Welcome Window is unmovable and half off of the screen


MaximusRex

Recommended Posts

Can confirm. While the UtilityBar1 is in the top half of the screen the "secondary window" is dislocated and appears in the bottom half of the screen:

https://i.imgur.com/oV3cpCF.jpg

When UtilityBar1 is in the bottom half of the screen the "secondary window" appears immediatedly below its parent but it should be appearing ABOVE it:

https://i.imgur.com/YZmaYVw.jpg

To the extend that when UtilityBar1 is docked to the bottom of the screen the "secondary window" is no longer visible:

https://i.imgur.com/guItcfz.jpg

Unchecking the "Enable Moveable Secondary Window" option will locate it in the top right corner:

https://i.imgur.com/dpd43Ps.jpg -> https://i.imgur.com/xUxUCDE.jpg = https://i.imgur.com/4ONFM5T.jpg

Link to comment
Share on other sites

Yes, all of this is a problem.  I like the idea of a minimised welcome window but it should be moveable and if not a moveable secondary window it should be able to be placed somewhere other than on the left side of the screen.  Not sure how something like this was not picked up at testing phase but in any case a quick fix would be nice as it is something we all have to deal with.

Link to comment
Share on other sites

  • Dev Post
On 12/13/2022 at 11:50 AM, MaximusRex said:

The new Welcome Windows in the new UI cannot be relocated, so it is stuck behind my chat box in the lower left of the screen, and it is also half off the screen, which cannot be fixed because it is not movable.  Image attached.

https://i.imgur.com/D3jRlft.png

 

On 12/13/2022 at 1:05 PM, Sunjammer said:

Can confirm. While the UtilityBar1 is in the top half of the screen the "secondary window" is dislocated and appears in the bottom half of the screen:

https://i.imgur.com/oV3cpCF.jpg

When UtilityBar1 is in the bottom half of the screen the "secondary window" appears immediatedly below its parent but it should be appearing ABOVE it:

https://i.imgur.com/YZmaYVw.jpg

To the extend that when UtilityBar1 is docked to the bottom of the screen the "secondary window" is no longer visible:

https://i.imgur.com/guItcfz.jpg

Unchecking the "Enable Moveable Secondary Window" option will locate it in the top right corner:

https://i.imgur.com/dpd43Ps.jpg -> https://i.imgur.com/xUxUCDE.jpg = https://i.imgur.com/4ONFM5T.jpg

Hi there, we will need to see your profile files in order to determine what's happening as the behavior you're both describing is odd. I'll be reaching out to you both privately. 

Link to comment
Share on other sites

2 hours ago, JackieKo said:

 

Hi there, we will need to see your profile files in order to determine what's happening as the behavior you're both describing is odd. I'll be reaching out to you both privately. 

Thanks JackieKo. I have submitted my GUI profile. Hope it helps!

Edited by Sunjammer
Link to comment
Share on other sites

On 12/19/2022 at 6:32 PM, Sunjammer said:

Thanks JackieKo. I have submitted my GUI profile. Hope it helps!

Let me know if you get it fixed, I have the exact same problem and it's annoying af that I can't get it fixed.

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...

Just adding a link to https://forums.swtor.com/topic/930233-if-youre-having-trouble-with-the-offset-of-your-welcome-window/ which allowed me to fix my profile.

My UtilityBar1 is in the bottom left of the screen. Replacing the WelcomeWindow element with the following fixed it for me:

    <WelcomeWindow>
        <AnchorOffsetX Type="3" Value="0.000000" />
        <AnchorOffsetY Type="3" Value="0.000000" />
        <AnchorAlignment Type="3" Value="1.000000" />
    </WelcomeWindow>
Edited by Sunjammer
Link to comment
Share on other sites

  • 1 month later...

Thank you, Sunjammer!

In fact, need to change only one digit: 1 instead of 2 in the line AnchorAlignment.

Before:

	<WelcomeWindow>
		<AnchorOffsetX Type="3" Value="0.000000" />
		<AnchorOffsetY Type="3" Value="0.000000" />
		<AnchorAlignment Type="3" Value="2.000000" />
	</WelcomeWindow>

After:

	<WelcomeWindow>
		<AnchorOffsetX Type="3" Value="0.000000" />
		<AnchorOffsetY Type="3" Value="0.000000" />
		<AnchorAlignment Type="3" Value="1.000000" />
	</WelcomeWindow>
Edited by Aleinus
Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.