The size is determined by you when you input the width and height parameters.
If you mean how it will look on your screen, then all you have to do is know your own screen resolution. And just do some mental math to guess what % of the screen the dialog takes up, keeping in mind of the anchor point.
Just make sure you know how the positioning and anchoring works for dialogs, from testing and experimenting. Then you should have no problems positioning, anchoring, and scaling logically.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
is there anyway I can check the size of my Dialog box without constantly testing the document? It's drivvving me insane!
The size is determined by you when you input the width and height parameters.
If you mean how it will look on your screen, then all you have to do is know your own screen resolution. And just do some mental math to guess what % of the screen the dialog takes up, keeping in mind of the anchor point.
Just make sure you know how the positioning and anchoring works for dialogs, from testing and experimenting. Then you should have no problems positioning, anchoring, and scaling logically.