Announcement

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

    showHeader: false still shows the header image (6.5)

    If you set showHeader: false on a Window, the header image is still shown. For example go to http://www.smartclient.com/#windowAutosize and set showHeader: false on one of the windows.

    #2
    You probably mean in the TreeFrog skin.. yes TreeFrog's Window header is actually drawn as part of the edges. If you wanted a headerless Window in the TreeFrog skin, you'd want to switch to different edges. For example, this bundle of settings will make a Window that looks similar to a Menu:

    Code:
        showHeader:false,
        edgeImage:"[SKIN]/Menu/m.png",
        edgeSize:10, edgeTop:17, edgeBottom:17,
        edgeCenterBackgroundColor:"#F7F7F7",

    Comment

    Working...
    X