How to set header color to themed with TWBrowse?

Post Reply
Mike Buckler
Posts: 67
Joined: Thu Jan 05, 2006 10:35 pm
Location: Canada
Contact:

How to set header color to themed with TWBrowse?

Post by Mike Buckler »

I am testing Codejock SkinFrameWork 12.0. and only the twbrowse header does not take on the theme.

Thanks Mike.

Image
User avatar
RAMESHBABU
Posts: 591
Joined: Fri Oct 21, 2005 5:54 am
Location: Secunderabad (T.S), India

Post by RAMESHBABU »

Hi Mike,

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

- Ramesh Babu P
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

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

Post 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
Last edited by richard-service on Thu Sep 25, 2008 9:50 am, edited 1 time in total.
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

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

Post 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
Mike Buckler
Posts: 67
Joined: Thu Jan 05, 2006 10:35 pm
Location: Canada
Contact:

Where in twbrowse.prg is the header defined?

Post 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
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Try:

oLbx:nClrBackHead
oLbx:nClrForeHead

Regards,
James
Mike Buckler
Posts: 67
Joined: Thu Jan 05, 2006 10:35 pm
Location: Canada
Contact:

Post by Mike Buckler »

Thanks that did it.
Post Reply