FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour vcrl
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM

Re: V I A C O R A L

Posted: Mon Apr 12, 2010 03:41 PM

Mr Rao

Once we use skinbuttons() very nice option BTW , how can we set back the buttons to non skin within the program

Thanks for your help

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: V I A C O R A L

Posted: Mon Apr 12, 2010 05:42 PM

Richard,

Though FWH provides a function to revert to standard Windows look, it is not stable and can produce GPFs

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 05:53 PM
Nao,

I think you don´t understand me.

FW look like this:


I want for ALL buttons to look like Office 2007. For exaple, as:




Thanks :-)
Saludos,



Eduardo
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Re: V I A C O R A L

Posted: Mon Apr 12, 2010 06:13 PM

Guys,

Where can I find this function SkinButtons() ?

If I try to use it, I got an error "unknown external".

Thanks a lot in advance.

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: Mon Apr 12, 2010 06:37 PM

Michel,

Please link this OBJ:

http://www.mediafire.com/?iytykxom2di

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: V I A C O R A L

Posted: Tue Apr 13, 2010 02:25 AM
Nao,

I think you don´t understand me.


If we use skinbuttons(), all buttons in the application look like this.
Code (fw): Select all Collapse
#include 'fivewin.ch'

function Main()

   SkinButtons()
   MsgYesNo( 'Skin buttons' )

return nil




If we like to have a different color combination, we can define it through SkinButtons( oSkin ) function. Then all buttons have the skin we defined.
Regards



G. N. Rao.

Hyderabad, India
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Re: vcrl

Posted: Tue Apr 13, 2010 09:13 AM

Antonio,

Thanks for the download of skins.obj.

Unfortunately I got an error while building : Unresolved external symbol : _HB_FUN_GRADIENTBRUSH

Have I missed something ?

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

Continue the discussion