Page 1 of 1

Big Clock on a ribbonbar

Posted: Mon Apr 12, 2021 11:30 am
by Silvio.Falconi
I wish show the time on the ribbon

DEFINE FONT oFontBig NAME "MS Sans Serif" SIZE 0, -38
DEFINE TIMER oTimer OF ::oWndMain ACTION ::oBar:aDialogs[1]:Say( 0, 135, Time(),, , oFontBig )
ACTIVATE TIMER oTimer

It run ok
but How I can to make transparent the text ?

Re: Big Clock on a ribbonbar

Posted: Mon Apr 12, 2021 12:55 pm
by Antonio Linares

Code: Select all | Expand

METHOD Say( nRow, nCol, cText, nClrFore, nClrBack, oFont, lPixel,;
            lTransparent, nAlign ) CLASS TWindow

Re: Big Clock on a ribbonbar

Posted: Mon Apr 12, 2021 6:36 pm
by Silvio.Falconi
opps ...thanks