I´m workaround this... but not sucessful yet.

GTWVT (harbour 1.0.1 works fine)
GTWVT (harbour 1.1.0 rev 10926)

1. Screen ugly in 800x600 modes (bad dotted lines)
Init window with FONTWITDH = 9 and FONTSIZE = 21, despite DEFAULTS are 10 and 20.

In PRG calling
Hb_GTInfo( HB_GTI_FONTWIDTH, nWIDTH )  // nWIDTH = 10
Hb_GTInfo( HB_GTI_FONTSIZE, nHEIGHT ) // nHEIGHT = 20

FONTWIDTH correct set to 10
FONTSIZE doesn´t set to 20, remains 21.

2. Window title doesn´t modify with call above:
Hb_GTInfo( HB_GTI_WINTITLE, sTITLE ) // sTITLE = "New Title for Windows"

Best regards,

Ranier Vilela
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to