Announcement

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

    Header Span issue

    I am a SmartGWT Power User. I am running the nightly build from 6/12.
    I am attempting to make use of a relatively new feature which is the
    ability to have HeaderSpans that span other HeaderSpans.

    I have encountered a situation where the headers are correct when I run
    in debug mode from Eclipse but they are not correct when I switch to
    deployed mode. I have attached a screen showing both cases. The valid
    case had to be broken into two screenshots because the uploader said
    the image was too wide.

    There is a fair amount of logic to generate the HeaderSpans so I have
    attempted to reproduce a similar HeaderSpan configuration in a small
    standalone program but I have not been successful at reproducing the problem.
    Given that, I was wondering if someone could at least take a look at the screenshots
    and give me some guidance on possible places that might cause this to happen.

    Thanks,
    Ken
    Attached Files

    #2
    Unfortunately, there's little we can tell from the screenshot. To take a wild guess, maybe there is some kind of issue that comes up with a draw()/clear()/draw() cycle, which could happen if you draw() the ListGrid at top level then add it to a parent. The "draws" log category in the Developer Console would reveal if this is happening.

    Comment

    Working...
    X