Hi,
I would like to set the servoy client to start with a certain window size, is there a way to overide the standard window size?
PR
You can use ‘application.setWindowSize(width, height)’ to set the window size
Many thanks
If you use
controller.show()
application.setWindowSize(-1, -1)
application.setWindowLocation(-1, -1)
Servoy will automagically make the window the same size as your Form and centre it on the screen.
Graham Greensall
Worxinfo Ltd