Jump to content

ScreenSize


Recommended Posts

السلام عليكم

ياشباب

انا سويت لوحة

وكان مقاس شاشتي

800 x 600

حاولت اخليها على كل المقاسات بنفس المكان والحجم الي بمقاس شاشتي وماظبطت معي

x,y = guiGetScreenSize() 
 x = ( x - 680) 
 y = ( y - 0) 
 Window = guiCreateStaticImage(x,y,130,609,"images/win.png",false) 

وماظبط معي

بمقاس الشاشة

800 x 600

تجي معي كذا

Eskym8.png

ومقاس

1366 x 768

ماصارت تبان

انا ابي تككون كل المقاسات زي ال

الصورة الاولى

Link to comment
حاولت اخليها كذا ومازبط

sX, sY = guiGetScreenSize() 
Win = guiCreateStaticImage(((sX*(692/1024)),(sY*(0/768)),(sX*(130/1024)),(sY*(600/768)),"images/bg.png",false) 

شوف تزبط ولا لا

   local sx, sy = guiGetScreenSize ( ) 
     Win = guiCreateStaticImage( sx*(692/1024), sy*(0/768),130,600,"images/bg.png",false) 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...