Some has to go...

User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Some has to go...

Post by Silvio.Falconi »

Someone has to go and take the train and go away?

Good, You must not forget to see the board timetable of trains departing made with Tled class

Image



Good Week End to All !!! :)
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Some has to go...

Post by Antonio Linares »

Very nice :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Some has to go...

Post by Silvio.Falconi »

thanks but the blink not run also...
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Some has to go...

Post by Antonio Linares »

without its source code, there is little that I can do...
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Some has to go...

Post by Silvio.Falconi »

mhm....

While I'm thinking to where is the error... you can go to a Coffee Bar and take a hot cup of Coffee, don't forget to pay ....on cash register....

there is a ----Tled cash Register Tower ...:)

Image
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
BeoBeo
Posts: 6
Joined: Tue Oct 09, 2012 9:59 am

Re: Some has to go...

Post by BeoBeo »

Very usefull Threat
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Some has to go...

Post by Silvio.Falconi »

Maybe..
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: Some has to go...

Post by ukoenig »

Silvio,

why not using a TTF - DIGITAL-font ( just a style-sample ) ?
There a some different styles possible like :

Image

Any style You like ( just a few )

Image

Image

Image

Best Regards
Uwe :?:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
DARWIN UZCATEGUI
Posts: 5
Joined: Tue Apr 09, 2013 7:37 pm
Location: Catia la Mar Edo Vargas - Venezuela
Contact:

Re: Some has to go... TTF - DIGITAL-font

Post by DARWIN UZCATEGUI »

#include "FiveWin.ch"

static oWnd

//----------------------------------------------------------------------------//

function Main()

local oTmr, oSay, oFnt

DEFINE FONT oFnt NAME "Advanced Dot Digital-7" SIZE 0, -30

DEFINE WINDOW oWnd TITLE "Prueba"

@ 2, 2 SAY oSay PROMPT "Venezuela Caracas GM "+time() COLOR "GR+/W*" FONT oFnt SIZE 450, 150

DEFINE TIMER oTmr INTERVAL 700 ACTION ChangeColor( oSay ) OF oWnd

ACTIVATE TIMER oTmr

ACTIVATE WINDOW oWnd

oFnt:End()

return nil

//----------------------------------------------------------------------------//

function ChangeColor( oSay )

static lStatus := .F.
static lStatus1 := .F.

if lStatus
oSay:SetColor( "GR+/W*" )
else
oSay:SetColor( "b+/W*" )

endif

oSay:Refresh()
lStatus = ! lStatus
lStatus1 = ! lStatus

return nil

//----------------------------------------------------------------------------//
Image
User avatar
Adolfo
Posts: 815
Joined: Tue Oct 11, 2005 11:57 am
Location: Chile
Contact:

Re: Some has to go...

Post by Adolfo »

:lol: :lol: :lol: :lol: :lol:
;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Lenovo Legion Y520, 16GB Ram, 1 TB NVME M.2, 1 TB SSD, GTX 1050
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Some has to go...

Post by cnavarro »

:D :D :D
Very Good
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Some has to go...

Post by Antonio Linares »

The simpler the better ;-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Some has to go...

Post by Silvio.Falconi »

Uwe,
because...... I not use F O N T BUT I draw the letter by letter

Image

as on the oldest ca-clipper
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Some has to go...

Post by Antonio Linares »

using fonts provides more possibilities and the code is much simpler
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Some has to go...

Post by Silvio.Falconi »

@ 10,10 LED oLed OF OWND ;
SIZE 400,80 ;
BORDER ;
BORDERCOLOR CLR_BLACK ;
BORDERLINE 2 ;
BACKCOLOR CLR_HRED ;
LEDON CLR_GREEN ;
LEDOFF CLR_WHITE ;
LEDSPACE 3 PIXEL

oLed:cTextLinea1:= "Antonio Linares"
oLed:cTextLinea2:= "from MARBELLA"

IT' ' NO EASY ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply