Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    CSSStyles

    I have an HStack (height: 25, width: "100%") that I would like to look like a Window header of whatever skin is loaded. What's the right way to do this.

    Thanks,
    -p

    #2
    There's not an easy way to do this, as there is a very very long list of settings that could be applied to Window's header, and in some skins, it's appearance is actually based on images that are bleeding through from elements that are underneath (eg TreeFrog: the header element as such is transparent, and the edges (showEdges:true) are what you see.

    Comment


      #3
      I'm mainly interested in just the background style - just the main body of the window header without controls. Would that simplify it at all?

      -p

      Comment


        #4
        Not really, since that's precisely what's part of the header itself in some skins (eg SmartClient) but part of the Window's edges in others (eg BlackOps).

        Comment

        Working...
        X