Hi Viktor,

>Well, me too. (but the current xhb one works with Harbour AFAIK). 
That's mean that I can use Harbour with RMDBFCDX?

>Changing screen dimensions is good to have in real time,
>but since it needs work done by the application, this is
>something to allow only if the application specifically
>enables it and handles this case. Since this latter can be
>quite complicated (or impossible) to achieve in existing
>apps (some may not be able to rebuild screens easily, can
>have min/max boundary requirements, etc), I was thinking
>to leave this in the first pass (or maybe at all, as it
>may need such a rework on app level), and simply let the
>user smoothly _magnify_ the screen content using the mouse,
>and let them set the font setup.

All the work is done inside GTWVW. I changed nothing in my application. I
was using CT3 window functions and I have just a runtime flag if I want CUI
ot GUI. If use CUI its exactly like my clipper application but its scaling
font size on window resize, otherwise it's a GUI applications but again its
scaling font size.
 
>Unfortunately it's very difficult to comment on these
>as I don't know what exactly GTWVW does. And if I'm not
>mistaken it cannot compile with the new GT model. So
>I can't even judge how much of GTWVW code could be useful
>for GTWVT, but my impression is that not very much, since
>GTWVW is GUI emulation in the GTWIN spirit, and GTWVT
>seems like something fully GUI orientated, just like GTWVG.
GTWVW its almost exactly the same as GTWVT (Allmost all the code is copied
from GTWVT but add window support. I've just add in my applications KERNEL
the possibility to use CT3 window function or wvw_nOpenwindow functions.
I've already had inside my code a w_Box function that calls wopen-wbox. I've
just change that function to respect a CUI or GUI variable and if its GUI
instead of wopen-wbox i use wvw_nOpenwindow. 

Regards
Mike EVans

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

Reply via email to