Page 1 of 1

How to set header color to themed with TWBrowse?

PostPosted: Thu Sep 25, 2008 2:01 am
by Mike Buckler
I am testing Codejock SkinFrameWork 12.0. and only the twbrowse header does not take on the theme.

Thanks Mike.

Image

PostPosted: Thu Sep 25, 2008 5:14 am
by RAMESHBABU
Hi Mike,

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

- Ramesh Babu P

Re: How to set header color to themed with TWBrowse?

PostPosted: Thu Sep 25, 2008 9:47 am
by richard-service
Mike Buckler wrote:I am testing Codejock SkinFrameWork 12.0. and only the twbrowse header does not take on the theme.

Thanks Mike.

Image


Hi Mike,

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

Regards,

Richard

Re: How to set header color to themed with TWBrowse?

PostPosted: Thu Sep 25, 2008 9:48 am
by richard-service
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.

Image


Hi Mike,

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

Image

This JPG disappear ButtonBar in Top and MessageBar in Bottom.

Regards,

Richard

Where in twbrowse.prg is the header defined?

PostPosted: Thu Sep 25, 2008 11:59 pm
by Mike Buckler
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

PostPosted: Fri Sep 26, 2008 12:26 am
by James Bott
Try:

oLbx:nClrBackHead
oLbx:nClrForeHead

Regards,
James

PostPosted: Fri Sep 26, 2008 10:29 pm
by Mike Buckler
Thanks that did it.