On Tue, Mar 10, 2009 at 7:25 PM, Przemyslaw Czerpak <dru...@acn.waw.pl> wrote:
> IMHO this mode should be default. If you think that resizing > window can be problem form some application then we can add > also: > hb_gtInfo( HB_GTI_RESIZABLE, .F. ) > as default setting. In such version or user startup setting > and font selections are respected. If someone needs some other > functionality then he can use hb_gtInfo() to enable it. I can confirm it. After many tests, this is the sequence that for me produces less flickering and respects font and rows/cols defined by user using gtwvt. N.B. in production I still use 1.0.1, so I can't be sure it works in a wide range of cases, avidopts contains user's defined values and NO output is done before the HB_GTInfo calls ... HB_GTInfo(HB_GTI_FONTNAME, cFontName) HB_GTInfo(HB_GTI_FONTSIZE, nFontSize) setmode( nRows, nCols ) Hb_GTInfo(HB_GTI_MOUSESTATUS, 1 ) Hb_GTInfo(HB_GTI_CLOSABLE, FALSE ) Hb_GTInfo(HB_GTI_RESIZABLE, FALSE ) ... Hb_GtInfo( HB_GTI_PALETTE, ... ) Hb_GtInfo( HB_GTI_PALETTE, ... ) ... best regards, Lorenzo _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour