When displaying a custom login form (enhanced security; solutionType set to ‘Login’), it is shown full-size in the default client window, the client menu bar is shown/active, and the client tool bar is shown/grayed out. I cannot imagine this is how it is supposed to look/work and suspect I have missed something. Any help would be appreciated.
I would like the login form to be displayed with the height and width settings as set in the form properties and not show the menu or tool bars.
I haven’t worked with version 6 yet, but I suppose you need to tell Servoy how you want to open/display your custom login form.
I think that you have to programmatically set the size of the window form, hide the client menu bar and the client tool bar. For example, the following can be used to hide the tool bar:
plugins.window.setToolbarAreaVisible() = false
There should be all possible configurations. Hope this help.