How to show Login form as a dialog

Good morning from Gran Canaria.

Please, how can I show the login form as a dialog, centered on the screen? Could the Servoy screen be hidden while showing that dialog?

Thanks in advance.

jasantana:
Could the Servoy screen be hidden while showing that dialog?

Why not just make the main window smaller and centered using application.setWindowSize() and application.setWindowLocation() in the onLoad of your login form? Then in your login method you can set it back to the previous/normal size.

Good idea. Did not think about. I will give it a try.
Thanks