Announcement

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

    getting a warning about logger layout

    I inherited an application I am trying to migrate to the latest version of smartgwt.

    I am getting this warning - ISC_Core.js:1232 *19:54:41.994:XRP9:WARN:Log:Layout.align set to left, which is invalid for vertical layouts

    Looking at our source I can not find any place where the Log layout is set to align left. What is causing this?

    #2
    This wouldn’t a “Log layout”. This would be anywhere your code is using a Layout, or any subclass of Layout (including things like Window) and setting left alignment when the layout is actually a vertical layout. Should be trivial to find by just looking for setAlign() calls.

    Comment


      #3
      Thank you - that is exactly what it was, I just misunderstood the message - and blamed the messenger :)

      Comment

      Working...
      X