Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Child window

Status
Not open for further replies.

egodette

Technical User
Jun 12, 2002
222
0
0
US
How does one change the color of the title bar when you open a child window? You know when you open several windows the one you have focus on sets the title bar to a deep blue and the one that looses focus get a light blue. I tired to w_add.SetFocus() but that does not change the title bar to show it has the focus.
 
Child windows cannot have ActiveTitleBar color. They always have the InactiveTitlebar color.

If you cannot use a Popup style window, you will have to create your own user-object simulating a window.

---
PowerObject!
-----------------------------------------
PowerBuilder / PFC Developers' Group
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top