Alaska Software Inc. - Clock Display Function?
Username: Password:
AuthorTopic: Clock Display Function?
Al WimberlyClock Display Function?
on Tue, 06 Apr 2010 12:16:31 -0400
When I was doing an evaluation of Xbase++ before I purchased it, I thought I 
saw a function that displayed the time at specific coordinates, but I can't 
find it again.

Can someone point me in the right direction please.

Thanks
James Loughner Re: Clock Display Function?
on Tue, 06 Apr 2010 13:47:54 -0400
I assume you are still doing DOS style. I believe there is an example in
one of the thread help screens.

Jim

On 04/06/2010 12:16 PM, Al Wimberly wrote:
> When I was doing an evaluation of Xbase++ before I purchased it, I thought I 
> saw a function that displayed the time at specific coordinates, but I can't 
> find it again.
> 
> Can someone point me in the right direction please.
> 
> Thanks
> 
>
Klaus OverhageRe: Clock Display Function?
on Wed, 07 Apr 2010 11:05:26 +0200
Al,

maybe this help

http://www.familie-brandel.de/dateien/HB_CLOCK_1.02.ZIP

Al Wimberly schrieb:
> When I was doing an evaluation of Xbase++ before I purchased it, I thought I 
> saw a function that displayed the time at specific coordinates, but I can't 
> find it again.
> 
> Can someone point me in the right direction please.
> 
> Thanks
> 
>
Hubert BrandelRe: Clock Display Function?
on Wed, 07 Apr 2010 14:04:30 +0200
>
>http://www.familie-brandel.de/dateien/HB_CLOCK_1.02.ZIP
>

My HB_CLOCK... ist a GUI version. 
If you are looking for a replacement of the tools function showtime()
you maybe can use the setTimerEvent() example:

SetTimerEvent(100, {|| DispOutAt(0, 0, Time()) } )