Initial window location other than centered

Started by cbarrett1974, January 19, 2005, 17:19:46

Previous topic - Next topic

cbarrett1974

My app needs to set a specific window location (other than centered), before the window is first created.  Currently, I have to call setLocation() after create(), but this shows the window centered for a split-second.

Could the Display class be changed to allow setLocation() first, and use it as the initial position when calling Display.create()?

princec

Yes, that's how it should be, so you've found a bug.

Cas ;)

Matzon

think this has already been fixed in cvs - bot sure though