Hi all,

Latest Harbour - and it's difficult to tell from which
version - is wrongly positioning and resizing the window
if the default size cannot fit on screen. Wrongly means
that the screens upper left corner is out of the screen,
the title bar cannot be seen, and the bottom right corner
is somewhere inside the screen area.

---
ANNOUNCE HB_GTSYS
REQUEST HB_GT_WVT_DEFAULT

PROC MAIN()
   SetMode( 100, 150 ) // You milage may vary
   Alert( "Hello world!" )
   RETURN
---

This was surely working in r9760. Actually, back then
SetMode() didn't allow to set the resolution to something
that cannot fit, but at least the screen borders always
fell inside the visible area.

Can someone check this?

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to