place on screen issue

if you do:

application.showFormInDialog(forms.open_splash, -1,-1,-1,-1)

the splash screen opens in the center of the screen.

if you do:
application.setWindowLocation (-1,-1)

the program-screen is set to 0,0 (upperleft corner)
It would be nice that the application screen was centered!

fixed in next build/release