FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour vcrl
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

vcrl

Posted: Thu Apr 08, 2010 07:40 AM

Hello,

Can anyone tell me what happened to "V I A C O R A L" and "http://www.V I A O P E N.com" ?
I noticed that this website is blocked by a username and password.

I put the name in capitals and with spaces between the letters because this word is automatically changed in "noway" if I type it in normal letters without the spaces. Never seen such a thing before (I wonder why?).

Does this add-on still exist ?

How can I reach them ?

Thank you.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: V I A C O R A L

Posted: Thu Apr 08, 2010 10:32 AM

Michel,

We blocked their name because they were not acting fair after so many time supporting and helping Fernando

We really don't know about them these days, sorry

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Re: V I A C O R A L

Posted: Thu Apr 08, 2010 10:33 AM

Antonio,

Thanks for the information.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM

Re: V I A C O R A L

Posted: Fri Apr 09, 2010 05:40 PM

Antonio,

Why Fivewin Buttons look 2007 do not look as V I A C O R A L one´s?. :D

Saludos,



Eduardo
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: V I A C O R A L

Posted: Fri Apr 09, 2010 06:41 PM

What visual effects do you mean ?

Transparency, shadows, etc ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Re: V I A C O R A L

Posted: Fri Apr 09, 2010 07:27 PM

Meanwhile I was able to contact Fernando of Via Open (Via Coral).

He was able to give me support.

Just to let you all know.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM

Re: V I A C O R A L

Posted: Sun Apr 11, 2010 01:54 PM
Antonio,

The colour of the buttons:



In left one, the mouse is over it. The right colour is the normal colour, but FW does not look the same.

Thanks :-)
Saludos,



Eduardo
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: V I A C O R A L

Posted: Sun Apr 11, 2010 01:56 PM
mgsoft wrote:Antonio,

The colour of the buttons:

http://img651.imageshack.us/img651/3971/noway.png

In left one, the mouse is over it. The right colour is the normal colour, but FW does not look the same.

Thanks :-)

I can not see the image
Regards



G. N. Rao.

Hyderabad, India
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM

Re: V I A C O R A L

Posted: Sun Apr 11, 2010 02:48 PM
Hello mgsoft

it's a sample using 1) RBBTN, 2) BTNBMP

RBBTN


BTNBMP


http://www.sitasoft.net/fivewin/samples/testbtn0.rar

Code (fw): Select all Collapse
#include "fivewin.ch"
#include "ribbon.ch" 

FUNCTION Main()
   LOCAL oWnd
   LOCAL oBtn1, oBtn2, oBtn3, oBtn4

   DEFINE WINDOW oWnd
   
   @ 30, 30  RBBTN oBtn1 PROMPT "&Aceptar" OF oWnd BORDER SIZE 100, 30 ROUND CENTER LINECOLORS RGB( 255,255,255 ), RGB( 118, 146, 184 )
   @ 30, 140 RBBTN oBtn2 PROMPT "&Cancelar" OF oWnd BORDER SIZE 100, 30 ROUND CENTER
   
   @ 70, 30 BTNBMP oBtn3 PROMPT "&Aceptar" OF oWnd 2007 SIZE 100,30 CENTER
   oBtn3:bClrGrad := { | lInvert | If( lInvert, ;
                                   { { 1/2, nRGB( 255, 255, 251 ), nRGB( 255, 237, 178 ) }, ;
                                     { 1/2, nRGB( 255, 218,  103 ), nRGB( 255, 233, 162 ) }  ;
                                   }, ;
                                   { { 1/2, nRGB( 232, 241, 252 ), nRGB(  232, 241, 252 ) }, ;
                                     { 1/2, nRGB( 210, 225, 244 ), nRGB( 235, 243, 253 ) }  ;
                                   } ) }
   oBtn3:lBoxSelect = .F.
   
   @ 70, 140 BTNBMP oBtn4 PROMPT "&Cancelar" OF oWnd 2007 SIZE 100,30 CENTER
   oBtn4:bClrGrad := { | lInvert | If( lInvert, ;
                                   { { 1/2, nRGB( 255, 255, 251 ), nRGB( 255, 237, 178 ) }, ;
                                     { 1/2, nRGB( 255, 218,  103 ), nRGB( 255, 233, 162 ) }  ;
                                   }, ;
                                   { { 1/2, nRGB( 232, 241, 252 ), nRGB(  232, 241, 252 ) }, ;
                                     { 1/2, nRGB( 210, 225, 244 ), nRGB( 235, 243, 253 ) }  ;
                                   } ) }
   oBtn4:lBoxSelect = .F.
   

   
   ACTIVATE WINDOW oWnd
   
RETURN NIL


with fivewin you always will find support, we are a good developers team, and a excelent manager, teacher and friend (antonio)
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: V I A C O R A L

Posted: Sun Apr 11, 2010 05:29 PM
with fivewin you always will find support, we are a good developers team, and a excelent manager, teacher and friend (antonio)


It's a fact. Keep up the good work.

Best regards,
Otto
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM

Re: V I A C O R A L

Posted: Sun Apr 11, 2010 06:14 PM

I agree with OTTO.

Thank you

Harvey
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM

Re: V I A C O R A L

Posted: Mon Apr 12, 2010 02:21 AM

Yes, I think so.
But how about TGet Chinese( 2 bytes ) within Winxp Theme and Unicode problem?

Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: V I A C O R A L

Posted: Mon Apr 12, 2010 08:21 AM

We will announce it when it gets ready

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM

Re: V I A C O R A L

Posted: Mon Apr 12, 2010 10:02 AM

Daniel,

What we need is that the FW 2007 Buttons (REDEFINE BUTTON) looks like the picture I put and the sample you created.

The bue you use in FW 2007 Look is different ;)

Thanks :D

Saludos,



Eduardo
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: V I A C O R A L

Posted: Mon Apr 12, 2010 02:16 PM
I think FWH offers great flexibility to define colors of buttons. One way is to define bClrGrad of individual buttons to suit our taste

Or just use
Code (fw): Select all Collapse
SkinButtons()

at the beginning of our program which effects all buttons ( button, buttonbmp, btnbmp ) used in the entire application. If we like a different color combination, we can define the colors we like at the beginning in the SkinButtons() function and thats it. All buttons in our application have the look we want. What more we need?
Regards



G. N. Rao.

Hyderabad, India