Announcement

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

    SectionStackSection Header Styling

    I'd like to display the "header_Over" gradients (orange) defined in the /skins/EnterpriseBlue/images/SectionHeader when one of my SectionStackSection headers is clicked. These include the 3 images named header_Over_opened_start.png, header_Over_opened_stretch.png, and header_Over_opened_end.png. I can easily detect the header click but I'm not sure how to change the header style to these gradients to make the selected header more prominant. Could someone please provide a Java code snippet for doing this if it's possible? Thanks!
    Last edited by ccocco; 4 Mar 2010, 06:01.

    #2
    Also, it would be nice if I could also show these same orange gradients when the mouse hovers over the header, they currently don't show in the Over state either.

    Comment


      #3
      Can anyone answer this? Thanks.

      Comment


        #4
        SectionStackSection.getHeader().setBaseStyle(), see the Skinning Guide for how to get the results you want, no Java code needed. http://www.smartclient.com/docs/7.0rc2/a/b/c/go.html#group..skinning

        Comment


          #5
          I don't believe there's any getHeader() method in the SectionStackSection or SectionStack classes. I don't understand why the orange gradient doesn't display without making any changes, it's in the skin as the Over image.

          Comment

          Working...
          X