FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to set header color to themed with TWBrowse?
Posts: 67
Joined: Thu Jan 05, 2006 10:35 PM
How to set header color to themed with TWBrowse?
Posted: Thu Sep 25, 2008 02:01 AM
I am testing Codejock SkinFrameWork 12.0. and only the twbrowse header does not take on the theme.

Thanks Mike.

Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM
How to set header color to themed with TWBrowse?
Posted: Thu Sep 25, 2008 05:14 AM

Hi Mike,

What about other controls ? Did you get them working in Codejock SkinFrameWork ?

  • Ramesh Babu P
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: How to set header color to themed with TWBrowse?
Posted: Thu Sep 25, 2008 09:47 AM
Mike Buckler wrote:I am testing Codejock SkinFrameWork 12.0. and only the twbrowse header does not take on the theme.

Thanks Mike.



Hi Mike,

I test Codejock v12.01
I found FWH some components not support it.
Ex. ButtonBar, Msg, Menu, ButtonBmp...etc.

Regards,

Richard
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: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: How to set header color to themed with TWBrowse?
Posted: Thu Sep 25, 2008 09:48 AM
richard-service wrote:
Mike Buckler wrote:I am testing Codejock SkinFrameWork 12.0. and only the twbrowse header does not take on the theme.

Thanks Mike.



Hi Mike,

I test Codejock v12.01
I found FWH some components not support it.
Ex. ButtonBar, Msg, Menu, ButtonBmp...etc.



This JPG disappear ButtonBar in Top and MessageBar in Bottom.

Regards,

Richard
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: 67
Joined: Thu Jan 05, 2006 10:35 PM
Where in twbrowse.prg is the header defined?
Posted: Thu Sep 25, 2008 11:59 PM

All of the controls that we use in our application seem to work fine with Codejock SkinFrameWork we do not use the ones that you are having problems with.
Our idea is to use a set of skins with our company logo embedded in them with different colors.
If I could find where to set the color of the hedder in twbrowse, I would set it to GetSysColor( COLOR_WINDOW ) and this would work great for us.

If anyone knows where the header is defined in twbrowse.prg it would be of great help to me.
Thanks
Mike S. Buckler

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
How to set header color to themed with TWBrowse?
Posted: Fri Sep 26, 2008 12:26 AM

Try:

oLbx:nClrBackHead
oLbx:nClrForeHead

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 67
Joined: Thu Jan 05, 2006 10:35 PM
How to set header color to themed with TWBrowse?
Posted: Fri Sep 26, 2008 10:29 PM

Thanks that did it.

Continue the discussion