PDA

Click to See Complete Forum and Search --> : Colorin title bar


Tonatiuh
Nov 6th, 2000, 04:06 PM
How can I change the color of my app title bar programatically?

I don't want to simulate a title bar, I need to color the real title bar of my app. I don't want to subclass my app.

Tonatiuh
Nov 6th, 2000, 05:51 PM
I really thank you Vladko, byt in fact I have several shorter codes to coloring the title bar subclassing.

There is a great problem writing a program with a subclassed app because this crhash if I break the app. I need to end properly the app (release the subclassing) to avoid problems. In the desing process of app everybody break the app a several times while testing.

And there are another extremly important and particular reasons becuase I don't use subclass into this proyect.

Thanks by any way!