[CLOSED] Split handle color differences

  1. #1

    [CLOSED] Split handle color differences

    I know this is really nitpicky so I beg forgiveness ahead of time...

    Why are there differences in the color of the split handles in this screenshot? The one that is colored is from a border layout, the other two are from row and column layouts.
    Last edited by geoffrey.mcgill; Jul 21, 2010 at 4:43 PM.
  2. #2

    RE: Split handle color differences

    Hi,

    Just border layout apply that color. To resolve the problem with column/row layouts place the following css rule to the page

    <style type="text/css">
        .x-column-layout-ct {
            overflow:hidden;
            zoom:1;
            background-color:#dfe8f6; 
        } 
    </style>
  3. #3

    RE: Split handle color differences

    Shouldn't setting the theme take care of that?
  4. #4

    RE: Split handle color differences

    Hi,

    Yes, it should. I will add
  5. #5
    Any idea when this will be done?
  6. #6
    Hi,

    Implemented. Now splitbar color is handled by theme
  7. #7
    I just did an update from subversion, but I'm not seeing it.
  8. #8
    Hi,

    We revert back automatically set background because it is not desirable in all cases (for example, if controls in the columns don't occupy all height)

    To set background color please use Background property of the Column layout
    <LayoutConfig>
          <ext:ColumnLayoutConfig Background="true" />
    </LayoutConfig>
    or

    <ext:ColumnLayout Background="true" ...
  9. #9
    I see that property on the ColumnLayout, but what about RowLayout?
  10. #10
    Hi,

    Background property is added to the RowLayout. Please update from SVN

Similar Threads

  1. [CLOSED] Differences between X.Redirect and Response.Redirect
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 10, 2012, 4:29 PM
  2. Replies: 3
    Last Post: Feb 24, 2011, 2:41 PM
  3. [CLOSED] Which are the differences between ColumnTree & TreeGrid?
    By capecod in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 17, 2011, 2:19 PM
  4. [CLOSED] ColumnLayout w/Split
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 25, 2010, 12:49 PM
  5. Differences?
    By state in forum 1.x Help
    Replies: 1
    Last Post: Mar 21, 2009, 8:53 AM

Posting Permissions