CapY Posted July 13, 2011 Author Share Posted July 13, 2011 Hmm... maybe. You don't know any code for this/my mistake ? Any solution ? Link to comment
JR10 Posted July 13, 2011 Share Posted July 13, 2011 Do it on all windows: here is an explanation: local screenWidth, screenHeight = guiGetScreenSize() local windowWidth, windowHeight = 1279, 1023 local x = screenWidth/2 - windowWidth/2 local y = screenHeight/2 - windowHeight/2 guiFgWelcomeWindow = guiCreateWindow(x,y,windowWidth,windowHeight," R U L E S ! ",false) Now do the same with changing the window Width and height to the window's width and height. Link to comment
CapY Posted July 13, 2011 Author Share Posted July 13, 2011 Can you edit my code to the only one window ? Link to comment
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