---
... anywhere in the code ...
SetMainStatus( "status line on base window" )
...
PROCEDURE SetMainStatus( cStatus )
LOCAL wndOld := wndSetFocus( IDW_DESKTOP )
DispOutAt( MaxRow(), 0, cStatus )
wndSetFocus( wndOld )
RETURN
---
The interface is very similar to the multi-window
stuff I was proposing a while ago.
I also use numeric color values for speed, easy
manipulation and storage, and an alternate .prg
level terminal output API able to handle that.
Advantages are smaller nowadays, but it's IMO still
much more efficient to use and program than Clipper
color strings.
Brgds,
Viktor
On 2008.10.11., at 22:49, Massimo Belgrano wrote:
Sound intresting
Can you post same sample?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
] On Behalf Of Szakáts Viktor
Sent: Saturday, October 11, 2008 10:42 PM
To: Harbour Project Main Developer List.
Subject: Re: [Harbour] 2008-10-11 03:24 UTC+0200
PrzemyslawCzerpak(druzus/at/priv.onet.pl)
Hi Massimo,
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
] On Behalf Of Szakáts Viktor
Question: I'm using my own GT layer for windowing, may
I need to make any changes to it, to stay compatible
with current Harbour? I'm suspecting that my layer is
not catching some screen updates.
Hi Viktor
A GT layer for windows seem an interesting concept
In what is different from hbct.lib?
It offers overlapping window support (which
means you can write to background windows),
plus some less important goodies like automatic
multi-level window shadows.
Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour