Login window doesn't show correctly

Posted by Segaz3
Hello there. Currently, I am trying to create a GameMaker game using this beautiful extension. Although, when the login window should appear, it appears in the top left side of the screen. But when I hover on the buttons, they don't change their color (as they should). But if I hover where the buttons SHOULD've been, then they change their color. Can someone help me? If you need the download of the project, just let me know,

Replies (4)

Last message on 6 Oct 2019

Size43 (Administrator) on 29 Sep 2019, 18:03:28
Copied from my reply here:https://gamemakerserver.com/en/docs/article/custom_screens/#reply-5124
Are you maybe using views to change the viewport of the screen? The windows don't like it when the room doesn't match 1:1 with the size of the game window.

I'd recommend creating a separate room for the login window, where you set the size to match the game window size and don't use any views.
Segaz3 (Topicstarter) on 1 Oct 2019, 17:35:11
Hey, it's been two days. Do you know why this happens? Where can I send you the game's file?
Segaz3 (Topicstarter) on 29 Sep 2019, 18:35:45
So, I tried messing around with views to get a combination that could make it work, but I couldn't obtain anything. I'll leave the download of the project so that, if you want to, you can see where's the problem and maybe fix it.

Link:https://www.mediafire.com/file/fh61lmuwfjk6jny/problem.rar/file
Size43 (Administrator) on 6 Oct 2019, 14:53:34
You're scaling all your rooms from 320x240 to 640x480. Just disable the views, and set the room size to 640x480 for your login room, and everything will work.