chronometer

User avatar
Armando
Posts: 3271
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Been thanked: 2 times
Contact:

Re: chronometer

Post by Armando »

Silvio:

Excellent work and contribution.

Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
Silvio.Falconi
Posts: 7138
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: chronometer

Post by Silvio.Falconi »

I created the Tled class in 2009 because I needed to visualize the total for the orders and simulate the turret of the cash registers, then stupidly I gave it to someone I trusted and instead this person gave to the whole world.

In fact, someone from a latent programming language has cloned it and another person I do not want to name has inserted it into a forum and a download section as if it had been created by him. I am very angry about this.

I tried to warn the administrator of the forum and I also told Antonio Linares but unfortunately it was not possible to do anything no one answered me.

The Tled base is compatible with harbor and xharbour, instead the multiple tLed ie with the ability to create infinite lines works only for xharbour for now, later if I have time I will try to fix it for harbor. However, they are available on my github page where you can also find other classes created with Antonio Perricone and the late Stephan Haupt

The same thing happened to the Trating class, this class has been cloned by the creators of Minigui in fact in the examples of the language there is a "rating" folder where is inserted the test that I made at the beginning with Mr. Uwe (esckoenig) on this forum.

I am very sorry for this but not only nobody gave me reason but nobody even asked Grygory ( Minigui) for an explanation.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
MGA
Posts: 1258
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá
Contact:

Re: chronometer

Post by MGA »

Silvio,

CodeAScii...() unresolved external
ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
User avatar
Silvio.Falconi
Posts: 7138
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: chronometer

Post by Silvio.Falconi »

You must link another file where are the code.see on my github
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
MGA
Posts: 1258
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá
Contact:

Re: chronometer

Post by MGA »

thanks
ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
User avatar
Silvio.Falconi
Posts: 7138
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: chronometer

Post by Silvio.Falconi »

to try compile only :

this test

Code: Select all | Expand

Function test()
   Local oDlg,oDisplay
   Define Dialog oDlg size 550,200

   oDisplay:=TLed():New(1,1,oDlg)
           oDisplay:lTimeDate :=.t.
           oDisplay:lBeep:=.t.
   Activate Dialog oDlg
   return nil


and only TLed.prg you found on this url https://github.com/silviofalconi/tLed-1.0
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Post Reply