Jump to content

حجم الوحه


Recommended Posts

السلام علكيم

شباب انا سويت لوحة بس خويي مايشوفها بل مكان الي اشوفها فيه انا

فيه ناس تقولي استخدم

guiGetScreenSize

ولاكن ماعرفلها كيف احطها بل كود

Link to comment

تقدر تستخدم خاصية :

Relative

بس مادري احسها احياناَ ماتصير مآدري لية :/ ذذ يعني بعد ماتسوي اللوحة رح لكل زر و لبل سويتة كلك يسار

Relative

و بس من الـ

Guieditor

او فية طريقة تعدل كود السنتر و تسويها ذذ

Link to comment

مثآل آفضل تسوية لكل الشاشات ..

local screenWidth,screenHeight = guiGetScreenSize() 
  
guiCreateWindow ( 
 screenWidth*( x/screenWidth ),screenHeight*( y/screenHeight ),screenWidth*( width/screenWidth ),screenHeight*( height/screenHeight ),'Test Window',false  
) 

Link to comment
مثآل آفضل تسوية لكل الشاشات ..
local screenWidth,screenHeight = guiGetScreenSize() 
  
guiCreateWindow ( 
 screenWidth*( x/screenWidth ),screenHeight*( y/screenHeight ),screenWidth*( width/screenWidth ),screenHeight*( height/screenHeight ),'Test Window',false  
) 

مافهمت

ووين احط احداثيات الوحه !

Link to comment
مثآل آفضل تسوية لكل الشاشات ..
local screenWidth,screenHeight = guiGetScreenSize() 
  
guiCreateWindow ( 
 screenWidth*( x/screenWidth ),screenHeight*( y/screenHeight ),screenWidth*( width/screenWidth ),screenHeight*( height/screenHeight ),'Test Window',false  
) 

مافهمت

ووين احط احداثيات الوحه !

x,y,width,height

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...