View Single Post
  #1  
Old 09-29-2013, 10:37 PM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
Center GUI per screenwidth

I'm having an extremely hard time centering a gui control per screenwidth, so when screen width changes it's still centered. I know the GraalControl resize, and I'm using it.

The problem is just finding how to center it. I can get it close to center, but then when I resize Graal's window it gets all screwed up, even with the same center script. I've tried a multitude of things, but this is the most recent....

PHP Code:
= (screenwidth getimgwidth("roak_mainmenu_backdrop1.png")) - 230
The above is a bit unnecessary, but again, I've tried many things, including just splitting screen width subtracting a number. It just keeps "offsetting" from center as I change Graal's window size.....

Am I missing something?
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote