Client Launch never centered...

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!

Thanks!

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..

Can I reset those by hand in servoy.properties on the server?

not on the server.
They are stored in the home dir of the users (.servoy dir) in the file servoy_client.properties.

Which line of code is it? I don’t see it here, unless it’s the first one or last one!

frame.state=0
lastSolution=JANUS_et_Cie
lnf.theme=
rect_LoginDialog_Login_bounds=426,351,308,188
rect_SelectSolutionDialog_bounds=436,339,287,212
toolbar.edit=true
toolbar.text=true
usedRMIRegistryPort=1099
window_state_Application_frame=0

no it should be called:

rect_Application_frame_bounds=276,191,1191,925

if you delete the file then it should be centered on the screen perfectly fine.. Because then everything is default.