Jump to content
Son zamanlarda artan kullanıcı hesap hırsızlıkları sebebiyle tüm kullanıcılara şifre sıfırlama maili gönderilmiştir. Lütfen güveli şifreler seçiniz. Mevcut e-mail adresinize erişemiyorsanız, en aşağıdaki destek linkinden bize ulaşınız. ×

Ekran Pozisyonu


Skorpion
 Share

Recommended Posts

Ekran Pozisyonu

Selam arkadaslar kendime ufak bir proje hazirladim

fakat ben acilisda pencerenein sag asagida acilmasini istikyorum sanirim Window.SetPosition ile oluyormus

cok aradim denedim fakat hicbiri ise yaramadi 

pencerenin sag asagida acilmasini nasil saglarim acaba

Tesekkürler

  • Like 1
Link to comment
Share on other sites

  • 4 hafta sonra ...
--On Show veya On Preload

local SI = System.GetDisplayInfo();
local X = (SI.Width - Window.GetSize(Application.GetWndHandle()).Width) - 5;
local Y = (SI.Height - Window.GetSize(Application.GetWndHandle()).Height) - 40;
Window.SetPos(Application.GetWndHandle(), X, Y);

 

Link to comment
Share on other sites

peki Page1 in On Preload kısmına yazdıklarımın Page 2 için geçerli olmamasını nasıl sağlıyabilirim.

Dark_Angel, Bir saat önce yazdı:

--On Show veya On Preload

local SI = System.GetDisplayInfo();
local X = (SI.Width - Window.GetSize(Application.GetWndHandle()).Width) - 5;
local Y = (SI.Height - Window.GetSize(Application.GetWndHandle()).Height) - 40;
Window.SetPos(Application.GetWndHandle(), X, Y);

 

 

Edited by hdr...
Link to comment
Share on other sites

  • 2 hafta sonra ...
  • 2 hafta sonra ...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...