Jump to content

Dialogu Belirli Kordinatlarda Gösterme


zamanmakinesi
 Share

Recommended Posts

merhabalar ben dialog penceresini sayfanın yanında belirli bir kordinatta göstermek istiyorum kodlarını bir türlü ayarlayamadım
1024*768 sayfa çöz. dialog ise sol tarafta göstermek istiyorum hatta sayfadaki butona tıklayınca kayarak çıkabilir mi?

DialogEx.Show ("Dialog1", true ,890,240)
x y kordinatlarını buraya yazıyormuşuz . Edited by zamanmakinesi
Link to comment
Share on other sites

Global Functions:

[quote]nPos = nil;
nSize = nil;[/quote]

Button On Click:

[quote]nPos = Window.GetPos(Application.GetWndHandle())
nSize = Window.GetSize(Application.GetWndHandle())
DialogEx.Show("Dialog1", false, nPos.X+nSize.Width, nPos.Y)[/quote]

Link to comment
Share on other sites

ben bu olayı çözdüm ama şöle bir sorunum oluştu dialog penceresine koyduğum butona tıklayıp başka bir sayfa açmak istiyorum ama açmıyor.

result = DialogEx.Close(0);
Page.Jump("Page2");

böle bir kod yazıyorum ama bu seferde dialoğu kapatıp sayfaya gitmiyor

Link to comment
Share on other sites

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