Tete omar Posted June 23, 2012 Share Posted June 23, 2012 The problem is about the resolution and the gui-window, my friend was created a gui-window with 800 × 600 × 32 resolution here's his resolution picture so .. my resolution is 1366 x 178 x 32 and my friend's script show up like that i show you another pictures my friend's resolution my resolution this problem must be fixed since the start Link to comment
0 ahdon Posted June 23, 2012 Share Posted June 23, 2012 user guiGetScreenSize to calculate the GUI position. Link to comment
0 Jaysds1 Posted June 23, 2012 Share Posted June 23, 2012 try using the CenterWindow function and lower the number after the divisioin or "/". Example: local winWidth,winHeight = 400,500 local screenWidth,screenHeight = guiGetScreenSize() local left,top = (screenW-windowW)/1,(screenH-windowH)/2 --this would put the window more to the left local winWidth,winHeight = 400,500 local screenWidth,screenHeight = guiGetScreenSize() local left,top = (screenW-windowW)/2,(screenH-windowH)/1 --this would put the window more to the top BTW, if the person lower their screen resolution lower than their actual screen resolution, then the gui would get bigger, just a tip. Link to comment
0 Cassandra Posted June 25, 2012 Share Posted June 25, 2012 Use relative positioning system. Link to comment
Question
Tete omar
The problem is about the resolution and the gui-window,
my friend was created a gui-window with 800 × 600 × 32 resolution
here's his resolution picture
so .. my resolution is 1366 x 178 x 32
and my friend's script show up like that
i show you another pictures
my friend's resolution
my resolution
this problem must be fixed since the start
Link to comment
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now