Hi Pritpal,

Done. And is fine for all practical purposes. The only concern is to change my sources for Harbour and xHarbour. Anyway, I can do that, not a big deal.

Thanks, great!

Can all the GT calls in TBRowse be routed to a method with similar name? That way I can override those methods too to suit MULTI-WINDOW GT without
touching the core.

You cannot route through function calls, but as Przemek suggested,
the internals of TBrowse can be rearranged in such a way, that
screen output gets isolated from all internal logic into
"presentation" methods (which would higher level stuff than a
simple "DispOut()"), and if this is done, you'll only have to
override these methods and use whatever display functions
that suit your needs to display the browse parts.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to