TO ANTONIO : TABS COLOR FOREGROUND

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

TO ANTONIO : TABS COLOR FOREGROUND

Post by Silvio »

Image

I MADE THIS :

Code: Select all


 @ oBCli:nBottom, nBrwSplit+5 TABS oTab ;
             OPTION nOrder SIZE oBCli:nWidth(), 25 PIXEL OF oReparti ;
                   ITEMS ' Codice ', ' Descrizione' ;
                   Color GetSysColor(13), GetSysColor(1)


BUT IT NOT MAKE FOREGROUND COLOR WHY ?
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

i CORRECT THE TABS CLASS

WHERE IS

DEFINE BRUSH ::oBrush STYLE TABS

WITH

Code: Select all

 ::oBrush := TBrush():New(,nClrFore)
PERHAPS i HAVE AN OLD CLASS BUT IN WIN XP IS TOO GOOD
Best Regards, Saludos

Falconi Silvio
User avatar
NK
Posts: 97
Joined: Sun Nov 20, 2005 4:32 pm
Location: Germany
Contact:

Post by NK »

Silvio wrote:i CORRECT THE TABS CLASS

WHERE IS

DEFINE BRUSH ::oBrush STYLE TABS

WITH

Code: Select all

 ::oBrush := TBrush():New(,nClrFore)
PERHAPS i HAVE AN OLD CLASS BUT IN WIN XP IS TOO GOOD
Sylvio,

compile from the FSDI the tabs.prg in your program. it looks very nice.

Regards, Norbert
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

I have compiled the FSDI 2006 but there are many functions...
send me your source files fsdi if you can compiled and run it

[1]:iLink32.Exe -Gn -aa -Tpe -s @FSDI2006.bcl
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_SETWINCOORS' referenced from C:\WORK\PRG\FSDI2006\OBJ\MAIN.OBJ
Error: Unresolved external '_HB_FUN_GOWEB' referenced from C:\WORK\PRG\FSDI2006\OBJ\MAIN.OBJ
Error: Unresolved external '_HB_FUN_GETWINCOORS' referenced from C:\WORK\PRG\FSDI2006\OBJ\MAIN.OBJ
Error: Unresolved external '_HB_FUN_DB_OPEN' referenced from C:\WORK\PRG\FSDI2006\OBJ\PCUSTOMER.OBJ
Error: Unresolved external '_HB_FUN_UT_BRWROWCONFIG' referenced from C:\WORK\PRG\FSDI2006\OBJ\TFSDI.OBJ
Error: Unresolved external '_HB_FUN_REFRESHCONT' referenced from C:\WORK\PRG\FSDI2006\OBJ\PCUSTOMER.OBJ
Error: Unresolved external '_HB_FUN_HB_CODEPAGE_ESWIN' referenced from C:\WORK\PRG\FSDI2006\OBJ\MAIN.OBJ
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

What is FSDI ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
NK
Posts: 97
Joined: Sun Nov 20, 2005 4:32 pm
Location: Germany
Contact:

Post by NK »

Silvio wrote:I have compiled the FSDI 2006 but there are many functions...
send me your source files fsdi if you can compiled and run it

[1]:iLink32.Exe -Gn -aa -Tpe -s @FSDI2006.bcl
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_SETWINCOORS' referenced from C:\WORK\PRG\FSDI2006\OBJ\MAIN.OBJ
Error: Unresolved external '_HB_FUN_GOWEB' referenced from C:\WORK\PRG\FSDI2006\OBJ\MAIN.OBJ
Error: Unresolved external '_HB_FUN_GETWINCOORS' referenced from C:\WORK\PRG\FSDI2006\OBJ\MAIN.OBJ
Error: Unresolved external '_HB_FUN_DB_OPEN' referenced from C:\WORK\PRG\FSDI2006\OBJ\PCUSTOMER.OBJ
Error: Unresolved external '_HB_FUN_UT_BRWROWCONFIG' referenced from C:\WORK\PRG\FSDI2006\OBJ\TFSDI.OBJ
Error: Unresolved external '_HB_FUN_REFRESHCONT' referenced from C:\WORK\PRG\FSDI2006\OBJ\PCUSTOMER.OBJ
Error: Unresolved external '_HB_FUN_HB_CODEPAGE_ESWIN' referenced from C:\WORK\PRG\FSDI2006\OBJ\MAIN.OBJ
Silvio,

please look at your eMail.

Regards, Norbert
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

I guess it is José Luis Sánchez FSDI :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurilio Viana
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil
Contact:

Post by Maurilio Viana »

Antonio Linares wrote:What is FSDI ?
Antonio,

http://www.avemundi.com
http://www.avemundi.com/archivos/fsdi2006.zip


Regards
Maurilio[/url]
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

dear Maurilio Viana,
have you compile fsdi 2006 ?
Best Regards, Saludos

Falconi Silvio
User avatar
Maurilio Viana
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil
Contact:

Post by Maurilio Viana »

Silvio,

I downloaded FSDI a few days but I don't try to compile it yet...

Regards
Maurilio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

there was not many functions ....
and you need vtaskbar of canalfive
Best Regards, Saludos

Falconi Silvio
User avatar
jose_murugosa
Posts: 943
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay
Contact:

VTaskbar de Canalfive

Post by jose_murugosa »

Amigos de Foro,

He escrito a Paco sobre este asunto y me ha dicho que esta clase quedará libre, es decir gratuita en breve.

Actualmente me ha dicho que la ha puesto en manos del Gurú Juan Carlos Salinas Ojeda, seguramente presente en todos por su magnífica aplicación VerCE, muy utilizada en nuestro medio y de hecho por mí.

Me puse en contacto con él y me ha pedido paciencia........

Tengamos paciencia y estemos pendientes.

Ojalá pronto contemos con esta clase, ya que de hecho de momento no la he podido conseguir ni pagando.
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

I THINK ,
THIS IS NOT CORRECT !!!!!!!!!!!!!

I HAD PAY TO HAVE THIS VTASKBAR CLASS
i sended money last year TO PACO

THIS IS NOT CORRECT !!!!!!!!!!!!!
Best Regards, Saludos

Falconi Silvio
User avatar
jose_murugosa
Posts: 943
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay
Contact:

Clase VMenu

Post by jose_murugosa »

Silvio,
Ya se que esta clase siempre se han pagado y de hecho yo me contacté con Paco el 13 de junio de este año dispuesto a pagar por ella pero me dijo que ha cedido el código a Juan Carlos (Creador de VerCE) quien le ha hecho modificaciones y espera liberarla en su página, de momento están ajustando detalles con Paco.

Los mails al respecto están reenviados a tu correo.

LO QUE SE ES QUE DE MOMENTO NO PUEDO NI OBTENERLA NI COMPRARLA, lo cual me frustra un poco.
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

dear josè
I sent you yesterday my solution for fsdi2006
Now it run ok but there is a small error also ...
your email @gmail send me error where i can send the solution source files ?
Best Regards, Saludos

Falconi Silvio
Post Reply