On Mon, 27 Oct 2008, Pritpal Bedi wrote:

Hi Pritpal,

> Is it possible that above functions be extended
> to accept few parameters ( only important for windows creation ) as follows:
[...]
> And CreateWindowEx() function uses those parameters.
[...]

It is possible but as I said few days ago it does not help to resolve
the initialization problem because tomorrow you will ask about other
parameters or someone else will ask about parameters which are usable
in XWindow or other environment so the problem will return.

> Default GT loaded first time may use defaults we are using at present.
> But it will be nice if these can be provided from outside when executing 
> the application, though not so important. Only <iCmdShow> substitution is
> important, rather very important.
> One option I can suggest is to compile GTWVT with some define,
> -DHB_NOSTARTUPWINDOW.

And this is the only one parameter worth to pass for hb_gtCreate()/
hb_gtReload().
If startup window is not created immediately then after
hb_gtCreate()/hb_gtReload() you can make any settings necessary
to create new window before it will be physically created by OS
and shown on the screen. So we have to introduce such functionality
and I'll add it.
We can also think about adding pure GT methods which can be executed
without allocated GT - something like RDD methods (DROP/EXISTS/RDDINFO)
which can work without WA and allow to control some RDD settings without
opening WA.

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

Reply via email to