Page 1 of 2
Some has to go...
Posted: Sat May 25, 2013 7:38 pm
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
Good Week End to All !!!
Re: Some has to go...
Posted: Sat May 25, 2013 8:03 pm
by Antonio Linares
Very nice
Re: Some has to go...
Posted: Sat May 25, 2013 8:21 pm
by Silvio.Falconi
thanks but the blink not run also...
Re: Some has to go...
Posted: Sat May 25, 2013 8:31 pm
by Antonio Linares
without its source code, there is little that I can do...
Re: Some has to go...
Posted: Sat May 25, 2013 9:11 pm
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 ...
Re: Some has to go...
Posted: Sun May 26, 2013 6:25 am
by BeoBeo
Very usefull Threat
Re: Some has to go...
Posted: Mon May 27, 2013 6:48 am
by Silvio.Falconi
Maybe..
Re: Some has to go...
Posted: Mon May 27, 2013 8:51 am
by ukoenig
Silvio,
why not using a TTF - DIGITAL-font ( just a style-sample ) ?
There a some different styles possible like :
Any style You like ( just a few )
Best Regards
Uwe
Re: Some has to go... TTF - DIGITAL-font
Posted: Mon May 27, 2013 1:55 pm
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
//----------------------------------------------------------------------------//
Re: Some has to go...
Posted: Mon May 27, 2013 2:03 pm
by Adolfo
Re: Some has to go...
Posted: Mon May 27, 2013 2:12 pm
by cnavarro
Re: Some has to go...
Posted: Mon May 27, 2013 2:48 pm
by Antonio Linares
The simpler the better
Re: Some has to go...
Posted: Mon May 27, 2013 3:14 pm
by Silvio.Falconi
Uwe,
because...... I not use
F O N T BUT I draw the letter by letter
as on the oldest ca-clipper
Re: Some has to go...
Posted: Mon May 27, 2013 3:27 pm
by Antonio Linares
using fonts provides more possibilities and the code is much simpler
Re: Some has to go...
Posted: Mon May 27, 2013 4:04 pm
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 ?