TO ANTONIO : TABS COLOR FOREGROUND

TO ANTONIO : TABS COLOR FOREGROUND

Postby Silvio » Thu Sep 07, 2006 12:25 pm

Image

I MADE THIS :

Code: Select all  Expand view

@ 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

Postby Silvio » Thu Sep 07, 2006 12:31 pm

i CORRECT THE TABS CLASS

WHERE IS

DEFINE BRUSH ::oBrush STYLE TABS

WITH

Code: Select all  Expand view
::oBrush := TBrush():New(,nClrFore)


PERHAPS i HAVE AN OLD CLASS BUT IN WIN XP IS TOO GOOD
Best Regards, Saludos

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

Postby NK » Thu Sep 07, 2006 3:01 pm

Silvio wrote:i CORRECT THE TABS CLASS

WHERE IS

DEFINE BRUSH ::oBrush STYLE TABS

WITH

Code: Select all  Expand view
::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
NK
 
Posts: 97
Joined: Sun Nov 20, 2005 4:32 pm
Location: Germany

Postby Silvio » Fri Sep 08, 2006 9:06 am

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
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby Antonio Linares » Fri Sep 08, 2006 9:46 am

What is FSDI ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41342
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby NK » Fri Sep 08, 2006 10:31 am

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
NK
 
Posts: 97
Joined: Sun Nov 20, 2005 4:32 pm
Location: Germany

Postby Antonio Linares » Fri Sep 08, 2006 11:16 am

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41342
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Maurilio Viana » Fri Sep 08, 2006 11:18 am

Antonio Linares wrote:What is FSDI ?


Antonio,

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


Regards
Maurilio[/url]
User avatar
Maurilio Viana
 
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil

Postby Silvio » Fri Sep 08, 2006 11:27 am

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

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

Postby Maurilio Viana » Fri Sep 08, 2006 11:39 am

Silvio,

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

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

Postby Silvio » Fri Sep 08, 2006 11:46 am

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

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

VTaskbar de Canalfive

Postby jose_murugosa » Fri Sep 08, 2006 4:24 pm

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
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Postby Silvio » Sat Sep 09, 2006 8:28 am

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
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Clase VMenu

Postby jose_murugosa » Sat Sep 09, 2006 2:22 pm

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
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Postby Silvio » Sat Dec 30, 2006 11:59 pm

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
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: cmsoft and 25 guests