Mbtdaa Posted January 27, 2014 Posted January 27, 2014 السلام عليكم كيفكم يازقرت , عندي طلب الله لايهينكم الحين لو ابي اخلي النافذة متوسطة الحجم على جميع الشاشات وش استخدم؟؟
Do_De<3 Posted January 27, 2014 Posted January 27, 2014 function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end حط الكود ذآ اول المود : ) #You think you know me ?, Think again ~ #En[K]sAr Is Here ~
!#NssoR_) Posted January 27, 2014 Posted January 27, 2014 function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end حط الكود ذآ اول المود : ) زيادة مشاركات -_-"
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