Jump to content

DialogUI - how to get/set popup window position?


Recommended Posts

You can get the position from PopupDialog.GetComponent<RectTransform>().position, and set it via the 5th argument of MultiOptionDialog's constructor.

However, the units are awkward and confusing, and the UI Scale setting makes it even more difficult. This is one of areas where the DialogUI framework could use some TLC.

Example code here:  https://github.com/HebaruSan/Astrogator/blob/master/src/AstrogationView.cs

Edited by HebaruSan
Link to comment
Share on other sites

3 hours ago, Xyphos said:

okay, now I have a new problem; whenever the dialog box is initially opened, it always opens in the far lower left corner, I want it centered. any ideas?

What are you passing to the constructor?

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

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.

×
×
  • Create New...