On Sun, 09 Nov 2008, Pritpal Bedi wrote:

Hi Pritpal,

> Probably due to the way CreateWindow is executed on REFRESH method.
> I suspect it more than font resizing issue which was carried out before
> also.

No it's not more. It even eliminated one font resizing which existed
before. Just simply take older version from SVN and make tests.

WINCE builds stop to work before this feature was added.

> Please think on these lines.
> Also I find it difficult to manage if window is not created at startup.
> For me HB_NOSTARTUPWINDOW methodology was perfect instead of
> current one. At least window was available right after
> hb_gtCreate()/hb_gtReload()
> and it was possible to change behaviors before it was shown.
> Now I have to explictly issue CLS to force it to be present.

Where did you found such information that you have to call CLS?
You do not have to. At least in GTWVT. Any screen output activates
window. F.e.

   proc main()
      ? "."
      inkey(0)
   return

If it does not work in real MS-Windows (I tested it only with WINE)
then please inform me.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to