Whenever a client launches Servoy they always have to drag the Servoy screen to center it properly on the page. This only happens to PC users and Mac’s a perfect in every way.
Any ideas on how I can fix this for my PC bretheren?
Don’t say properties on the Servoy Client icon and select Maximized. It doesn’t work!
did you try experimenting with next methods in a startup script?
application.getWindowHeight()
application.getWindowWidth()
application.setWindowLocation(number x, number y)
application.setWindowSize(number w, number h)
The x,y and w,h are all stored and set to the size they where last at.
Only if you change those youreself in the solution it get’s screwed up everytime the start the solution..